Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Make a report from a public array
Message
De
22/07/2000 16:58:44
 
 
À
22/07/2000 16:42:52
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00395896
Message ID:
00395899
Vues:
14
>Is there a way to make a report from a public array When i try to use the report designer it wants to use a table even if i put a table in it. It doesn't see my public array which i ahve a text box with the name of my public array. like array[1,1]. Also why is it when I push print preview it doesn't show anything it just flashes back to the design window. I put some text in the report and it still wont do a print preview.
>

The VFP report writer system is record-driven - with no child records, no detail gets generated, and there's no way to iterate the detail section without records. I'd recommend creating a cursor and appending the content of the array into the cursor, and then reporting from the cursor; the report writer paradigm doesn't fit reporting from other than datasets well.
EMail: EdR@edrauh.com
"See, the sun is going down..."
"No, the horizon is moving up!"
- Firesign Theater


NT and Win2K FAQ .. cWashington WSH/ADSI/WMI site
MS WSH site ........... WSH FAQ Site
Wrox Press .............. Win32 Scripting Journal
eSolutions Services, LLC

The Surgeon General has determined that prolonged exposure to the Windows Script Host may be addictive to laboratory mice and codemonkeys
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform