Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
'Continued' in the header
Message
De
30/12/2014 11:40:10
 
 
À
30/12/2014 09:57:19
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01612786
Message ID:
01612848
Vues:
53
>>Hi All:
>>
>>In the report header, I want to say 'Continued' if it goes for more than one page. My method of doing this is not working.
>>
>>This is what I'm doing:
>>
>>In the program that issues the REPORT command, I say:
>>
>>
>>llReportCont = .f.
>>
>>
>>In the Group Header I say:
>>
>>
>>'Section' + SectionCode + iif(llReportCont, ' (Continued)', "")
>>
>>
>>Then in the group header, the 'Upon Exit' I say:
>>
>>
>>llReportCont = .t.
>>
>>
>>And finally in the Report footer in the 'Upon Entry' (doesn't really matter which):
>>
>>llReportCont = .f.
>>
>>
>>This is not working. What is wrong?
>>
>>Thanks,
>>
>>Yossi
>
>Actually, digging into the deep recesses of my memory, I seem to remember that there is some function that is needed to change the value of var in the entry/exit routines. What is it?

If all else fails, and the client's pockets are deep enough, you might be able to do this by counting lines while preparing the source data table and doing all the logic outside the .frx.
Anyone who does not go overboard- deserves to.
Malcolm Forbes, Sr.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform