Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Newbie Report Data Session question
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00629039
Message ID:
00629212
Vues:
9
Brenda,

I did read your original message and thought the band solution was easier than the DE solution. I'm not sure I should really help you violate corporate policy here though *bg*

This code in the OpenTables() method works for me:

select *, seconds() as xseconds from x1 into cursor x2
select x2

You must make sure that it's not set to Private DS or you will lose the access to the original cursor that you are wanting to tweak.

Do not include a dodefault() call though because that is throwing an error for me.

>Yes I can do that. But then I have to put a .prg on their server and that is under the software release restrictions. If I can do it in an ad hoc report, then I need no OKs from the suits.
>
>>Have you tried, adding a Title Band, set it's height to like 0.001 (maybe even >0 would work) and put a UDF in the OnEntry field?
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform