Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP3.0 Page frame question....
Message
From
24/02/1998 16:10:45
 
 
To
24/02/1998 15:35:16
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00080898
Message ID:
00080919
Views:
27
>>I have created a form with a 2-page pageframe.
>>The first page is used to search for a value in
>>one of two tables. I would like for the search
>>results to be displayed in a grid on the second
>>page. I have tried various combinations for the
>>recordsource of the grid. Either I get all records
>>for the table, no records or the grid shows entirely
>>white. The SQL I tried to use looks something like
>>this:
>> SELECT * FROM title,libkey where
>> libkey.keyword = csearchword
>>On the first page they can choose 2 different fields
>>to search on. I need to be able to change the
>>grid recordsource for each different search.
>>
>>Thanks in advance!
>>Susan
>
>Where do you put the results of the SQL? If you aren't using a cursor or table, do so and use that name as the data source for your grid

I am putting it into a cursor and I use it as the recordsource.
In the click event of the page, I refresh the page. I stated that
this is VFP 3.0, but it is VFP 5.0
Previous
Reply
Map
View

Click here to load this message in the networking platform