Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Nopageeject and noreset
Message
From
22/02/2010 09:22:01
 
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
01450208
Message ID:
01450217
Views:
39
oh man u >all..thanks it works :)

>WAG, try
>
>   loListener.AddReport(('clientt_app2'),'nopageeject noreset')
>
>
>>So i have this code that works fine to report
>>
>>
>>loListener = newobject('_ReportListener', ;
>>   home() + 'ffc\_ReportListener.vcx')
>>   KEYBOARD '{ctrl+f10}'
>>   loListener.ListenerType = 1
>>   loListener.AddReport(('client_app1'),'nopageeject')
>>   loListener.AddReport(('clientt_app2'),'nopageeject','noreset')
>>   loListener.AddReport('client_app3'),'nopageeject','noreset')    
>>   loListener.AddReport('client_app4),'noreset')    
>>   loListener.RunReports()
>>
>>
>>NOPAGEEJECT and NORESET are properties of reports,
>>but if i have write loListener.AddReport(('clientt_app2'),'nopageeject','noreset') the page doesnt eject but the page number resets and if i use
>> loListener.AddReport(('clientt_app2'),'noreset','nopageeject') i get my pages right but it ejects. so this means the second property doesnt work. so im trying to figure if i said it right. or if there can even be a second property
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform