Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to access HIDDEN memory
Message
 
 
À
19/08/2003 11:20:27
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00821442
Message ID:
00821465
Vues:
20
Hi Larry,

If array is declared private it should be visible down the calling chain. Maybe it's the way you hook your form that makes variables hidden?
AFAIK, the only way to access hidden memory variables would be to dump memory into a file using LIST MEMORY LIKE ... TO FILE ... and than parse that file.

>I am trying to add a report to a client's Visual Accountmate. They have a built in table driven SCX/FRM setup to add report options to a screen and then generate a report. I'm trying to add a new report using this system, but hit a snag when I discovered that the array that stores all the selected parameters is made private in the calling program, so when I try to add an intermediate screen to generate a different report, all of the memory is 'HIDDEN'.
>
>Is there a way to 'UNHIDE' the memory? I don't want to have to purchase the source code to generate a single report, although they are willing to do it. They just spent about 25K on the program, aren't very happy with it, and the company who sold it to them isn't very supportive. I'd rather not tell them they need to go another 1500 for source code.
>
>I could write the report as a seperate app if I have to, but I'd rather keep it within the main program. I need access to that hidden memory though.
>
>Any help would be greatly appreciated,
>Larry Morelli
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform