Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Creating Form objects on the fly???
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Creating Form objects on the fly???
Miscellaneous
Thread ID:
00499277
Message ID:
00499277
Views:
51
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
Next
Reply
Map
View

Click here to load this message in the networking platform