Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Linking fields to second table
Message
From
25/06/1999 04:14:21
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00233115
Message ID:
00233862
Views:
30
If you really need to trace the program in development time,

pls use following code, else if you forget to delete the block and build
execute file, it will crash at Set STEP ON!!


If Version(2) = 2 && trace run in VFP (design time)
Set Step On
ENDF



>Are you refreshing page2 when you switch to it?
>If you put SET STEP ON just after switching to page2, then look at the relation between the two tables, is it still correct? Are the record points on the proper (and the related) records in both tables.
>
>>Page one has several text boxes used for entering search parameters. A Search button gathers the search values and constructs the parameters for a locate command. (Several fields are not indexed, and don't need to be for the main application.) When the search is complete, it switches to page 2 and displays the results. On page two, I included some fields from the second table, which won't display the related data.
The weak wait for chance, The strong bid for chance,
The clever notch up chance, but The merciful give you chance.
Previous
Reply
Map
View

Click here to load this message in the networking platform