Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Find Form Issues - still unresolved! KEVIN???
Message
 
To
14/12/2003 10:11:41
Scott Malinowski
Arizona Fox Software LLC
Arizona, United States
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Miscellaneous
Thread ID:
00858628
Message ID:
00859209
Views:
18
Scott
I'm going to back up so we're on the same page.
When I create a find form I go through these primary steps.

1. Create a view with parameters used to search (i.e. vp_Name for the customer name) and confirm that the view does what I want.

2. Create a bizness obj (i.e. Customerobj) for the view at which time a dataenvironment (i.e. CustomerEnvironment) is created. I'll then create a new method GetRecords in which I'll pass the parameters for the view in step #1. I'll run SETX with "" and confirm that this works properly from the command prompt.

3. I'm now ready for creating the FindForm.
4. I create a subclass from cFindForm and place the user inputs at the top.
5. Then i'll set the property the SearchListObj.oDELoader.cDataEnvironment value to the DataEnvironment I created in step #2. (i.e. CustomerEnvironment)
6. Then I set the other properties and methods as per the manual as you've noted.

Jon
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform