Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Report
Message
De
01/05/2005 04:21:42
 
 
À
30/04/2005 12:35:06
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivie
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Titre:
Re: Report
Versions des environnements
Visual FoxPro:
VFP 8
Divers
Thread ID:
01009875
Message ID:
01009976
Vues:
13
hi,
thank you,
i remove the table from myreport DataEnvironment.
and this the code under,i useit befor run my report,atmyform via grid it works,
but when i want to run the report via command botton at the same form, i get error message index tag not found.
        LOCATE FOR   dat=(thisform.text2.Value) .AND. table1.mac1=ALLTRIM(thisform.text18.value ) AND TYP=THISFORM.TEXT24.VALUE
IF  FOUND()
          SET FILTER TO MONTH(dat)=MONTH(thisform.text2.Value) .AND. table1.mac1=ALLTRIM(thisform.text18.value ) AND TYP=THISFORM.TEXT24.VALUE
          report form table1 preview
ENDIF
thanks.

>In case you are not doing it already, I strongly suggest you prepare all data before running the report (usually, with one or more SELECT - SQL commands), and eliminate any tables from the report's DataEnvironment.
>
>>hi all,
>>i tray to run my report via my form,via fvb5,or vfp8
>>but i get error message
>>
>>index tag is not found
>>
>>but if i copy all field as new report , and i run it again, it works
>>
>>after 2 days or more if i try to run it i get the same message.
>>
>>any idea,
>>thanks .
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform