Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Returning a value from a form
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Returning a value from a form
Miscellaneous
Thread ID:
00935781
Message ID:
00935781
Views:
55
Hi all, I have this form class which I instantiate this way:
  SET CLASSLIB TO calendario ADDITIVE 

  Thisform.Calendario=CREATEOBJECT("Calendario")
  Thisform.Calendario.Left= This.Left+This.Width+Thisform.Left+10
  Thisform.Calendario.Top = This.Left+This.Width+Thisform.Top
  Thisform.Calendario.Show
Now, how can I return a value from this form. It's a modal form.

Thanks in advance

Enmanuel
I'm a mixture of Albert Einstein and Arnold Schwarzenegger. The only trouble is that I got Einstein's body and Schwarzenegger's brain
Next
Reply
Map
View

Click here to load this message in the networking platform