Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Do form command in code
Message
From
31/07/2004 10:48:12
 
 
To
31/07/2004 10:27:06
Ian Johnston
Computer Software Solutions
Woodland, California, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00929863
Message ID:
00929869
Views:
21

DO FORM carrier NAME carrier2 LINKED WITH this.Value

1. carrier2 is a private var.
2. carrier is LINKED to carrier2
3. when the scope of valid event is released, carrier2 is released => carrier is released.

solutions
- define carrier2 public var
- link the form to a property
- remove the LINKED clasue
- use a MODAL form
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform