Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Friday Strange Conumdrum
Message
 
 
To
12/05/2006 17:02:11
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01121501
Message ID:
01121508
Views:
10
This message has been marked as the solution to the initial question of the thread.
Maybe you have a relation set into another table from TmpState where the BROWSE is actually required to set that relation on a real record in the related table? IIRC, this used to be a bug in VFP earlier versions. Maybe it still is. Anyway, see if this resolves your problem.
SELE TmpState
LOCATE
IF NOT EOF()
   SKIP
ENDIF
LOCATE
REPORT FORM...
>This works:
>
>   SELE TMPSTATE
>   GO TOP
>
>   BROWSE
>
>   REPORT FORM ap_state NOCONSOLE TO PRINTER NEXT nprintno
>
>This does not:
>
>   SELE TMPSTATE && I verify this is correct
>   GO TOP
>
>*   BROWSE <--If I check the alias() it is correct why should this need to be here?
>
>   REPORT FORM ap_state NOCONSOLE TO PRINTER NEXT nprintno
>
Mark McCasland
Midlothian, TX USA
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform