Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Creating Form objects on the fly???
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Creating Form objects on the fly???
Divers
Thread ID:
00499277
Message ID:
00499277
Vues:
53
Hello everone
I don't know if I can do this but what I am trying to do is
call a form that has a avi clip on it. let it play while I
am doing things behind the screen.

I get the form up fine but I can't make it execute the next statement.
this is my code:
 oform = createobject('aviform')
 oform.autocenter = .t.
 oform.width = 400
 oform.height = 250
 oform.backcolor= RGB(128,128,128)
 oform.show
up to there everything works but I can't get it to execute these lines which are under oform.show
  && this is just a test to go to the next statement
  && I really have some appends and table manipulation
 for a = 1 to 128
    _screen.backcolor = RGB(A,A,A)
 endfor
Is there a way that I can do this?
Thanks in advance
What is Wisdom?
Wisdom - The ability to respond to any situation according to God's Plan.
Therefore:
USE Wisdom IN Everything ORDER priority AS Knowledge
SELECT Knowledge
BROWSE FOR Understanding WHERE Wisdom=Guide

LeRoy Jackson
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform