Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Search Form output to report
Message
 
À
25/04/2000 14:15:04
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00363046
Message ID:
00363380
Vues:
17
>Thanks Nick,
>It works great. I have only one problem, when try print my report my report gives me a error messagevariable 'first_name'
>my code is as follows :
>SELECT * from policy ;
>WHERE policy.group_code == lcGroupCode ;
>AND policy.ins_co_name== lcIns_co_name ;
>INTO CURSOR myReport
>
>IF RECCOUNT ("myReport") >0
>select myReport
>* I added next line
>REPOT FORM PAYNENT1 PREVIEW
>ELSE
>?? CHR(7)
>WAIT WINDOW "MATCH NOT FOUND, TRY AGAIN" TIME 2 NOWAIT
>ENDIF
>USE IN myReport
>thisform.text1.value=""
>thisform.text2.value""
>thisform.refresh()
>thisform.text1.setFocus()
>**
>**
>I have no DE in the report form, and all of the fields have no table call (table.field) but it comes up with the error
>message variable 'first_name' is not there.
>
>Don't have any idea what it could be.
>
>NEWBE.
>THANKS JOHN

Did you check Print When condition for your report fields? There may be something there.
Nick Neklioudov
Universal Thread Consultant
3 times Microsoft MVP - Visual FoxPro

"I have not failed. I've just found 10,000 ways that don't work." - Thomas Edison
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform