Message
 
 
To
03/03/2010 16:11:09
General information
Fórum:
Visual FoxPro
Category:
Relatórios e Criador de Relatórios
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 2000 SP1
Miscellaneous
ID da thread:
01452333
ID da mensagem:
01452349
Views:
49
>>>HEllo! im doing a simple report
>>>
>>>report form report1 preview
>>>
>>>simple enough. but the odd thing is that in some forms the report...doesnt get reported. i click the button and..nothing happens. Im just wondering if there is any setting that may be preventing that in my form.thanks cause i copy the button to another form and...it reports fine.
>>
>>If there is no records to show, the report will not preview.
>
>yea! i had some table issues.thanks!
>but also uhum
>i can do
>
>do case 
>case thisform.optiongroup.value=1
>report form report1 for ((app.First_name="PEter Monica")) NOCONSOLE PREVIEW))
>
>but is there a way i can do an error message or a message box in the event PEter Monica doesnt exist? like...an else? i kno the logic but im not to sure how to implement that with a report. Unless if i do a query and select every one i(in a table /cursor) want to and just do a normal report?

Yes, you need either select or other form's of tests (like seek, for example)
If it's not broken, fix it until it is.


My Blog
Previous
Responder
Mapa
View