Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is this a VFP 6.0 bug? - Please help!
Message
From
05/05/1999 22:15:52
 
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00215571
Message ID:
00215597
Views:
30
>I am trying to use the following code in an EXE
>
>USE abc
>MODIFY REPORT test
>
>Now, I expected that when I add a textbox to the report, I could use the expression builder and select the fields from the abc table from within the Expression Builder (there is a listbox for "Fields"). It used to work in Previous Foxpro versions. Now it does not work anymore. The users are having to remember(guess) the field names in the abc table. This particularly becomes a problem when abc is a cursor generated by a SQL select.
>
>Can anybody help me?
>
>Thanks in advance.
>
>Rahul C.

Either your report, or your form, or both are using a private data session. But, basically, the report is not looking in the same data session that your table is open in.

You could either open the table in the reports data environment, or make sure that your form is using Default Data Session and so is the Report... or, if your form is using Private Data Session and the report is using Default Data Session, this should work too.

BOb
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform