Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
_Screen and ActiveForm and SYS(1272)
Message
De
10/05/2001 11:48:31
Jay Johengen
Altamahaw-Ossipee, Caroline du Nord, États-Unis
 
 
À
10/05/2001 11:38:39
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00505800
Message ID:
00505806
Vues:
25
>>I'm using SYS(1272) to return a reference to the current page in a pageframe. Then I store this in an array and try to use it to return to the last page (before the new current one). The problem I seem to be having is that SYS(1272) is returning "Form1.PageFrameA.PageA3" and any code I try when evaluating says that Form1 doesn't exist. Using "_Screen.Form1" or "_Screen.ActivePage" doesn't work either. If I check the Parent in the debugger it doesn't exist. I could do something pathetic like strip off the "Form1" from the returned string, but I just can't bring myself to do it yet. Can anyone give me some insight into working with hiarchy at these levels? Thanks!
>>
>>Regards, Renoir
>
>Renoir,
>sys(1272) always starts hierarchy with formName. If formname and scx name was same it would work for the 'first' instance of that form. But there what you need to have 'thisform', right ? So just stuff() it there :
>lcObject = sys(1272)
>lcRef = stuff(lcObject, 1, at('.',lcObject), 'thisform.')
>
>with eval(lcRef)
>...
>
>Cetin

Ahhhh... I didn't understand about the form name and scx being different and how it would affect the hierarchy. It worked fine...Thanks!

Renoir
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform