Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Friday Strange Conumdrum
Message
 
 
À
12/05/2006 17:02:11
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Divers
Thread ID:
01121501
Message ID:
01121508
Vues:
14
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform