Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Report not printing
Message
 
À
19/11/1996 13:58:34
Information générale
Forum:
Visual FoxPro
Catégorie:
FoxPro 2.x
Divers
Thread ID:
00012785
Message ID:
00012791
Vues:
35
>>>I have a program that creates various arrays and posts values to the array elements in memory.
>>>
>>>The program calls a report, containing fields for the memory array elements, but the printer simply sends a blank page. Preview simply flashes a blank page.
>>>
>>>Any ideas?
>>
>>reports are designed for fields in tables... if you want to print anything else, add memory fields to the report (option under [i think] reports menu)
>>
>>you will still need to have a table open to 'run' the report -- report form memvarform for recno() = 1 would give you one pass through the form...
>
> you can also create a cursor to hold all the variables
>
>Arnon

arnon's idea is better, but probably means rewriting the program that is building the array. IMO, worth the work, because you'll see many other opportunities to use cursors in this fashion, and they are much easier to work with...
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform