Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Returning data from a form
Message
From
21/01/1997 16:53:45
Bill Gravell
Indoor Purification System
Menifee, California, United States
 
 
To
21/01/1997 14:54:15
Paul Watson
Mcv Global Systems, Inc.
Pasadena, California, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00018006
Message ID:
00018016
Views:
44
>I want to allow a user to enter a date range to run some reports. I thought I would create a form and pass it a default start and end date and a form caption. I want the form to return the dates that the user entered. I have created a modal form, the dates and caption are being passed, everything works great. How do I return the dates to my calling program though? I tried DO FORM WITH p1,p2, p3 TO . The problem is that you can only return one value. I made the value an array, but it is only passing the first value in the array.
>
>Thanks,
>
>Paul

I have run into a simular situation, and fought it until I thought I would scream. Finally decided to go back to an old method, and created the date vars as public, udated them and them used them in the report. Simplistic and not OOP, but it works...

Bill
Previous
Reply
Map
View

Click here to load this message in the networking platform