Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Report
Message
From
01/05/2005 04:21:42
 
 
To
30/04/2005 12:35:06
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
Re: Report
Environment versions
Visual FoxPro:
VFP 8
Miscellaneous
Thread ID:
01009875
Message ID:
01009976
Views:
12
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 .
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform