Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problems with VISUAL FOXPRO 3.0
Message
From
04/06/1997 23:22:23
 
 
To
04/06/1997 19:33:57
Anderson Girardi
Athenas Automação de Escritório
Porto Alegre, Brazil
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00034332
Message ID:
00035116
Views:
36
>I thank you to trie help me
>
>1- Run the following before issueing a save command
> IF EVAL(thisform.ActiveControl.ControlSource)
>thisform.ActiveControl.Value
> REPLACE (thisform.ActiveControl.ControlSource) WITH
>thisform.ActiveControl.Value
>ENDIF
>
>I´m using the follow code
>IF EVAL(_screen.ActiveControl.ControlSource)
>_screen.ActiveControl.ControlSource
> REPLACE (_screen.ActiveControl.ControlSource) WITH
>_screen.ActiveControl.Value
>ENDIF
> and the VFP shows me the message ACTIVECONTROL IS NOT A OBJECT
>
>What i´m doing wrong
>Thanks
>Anderson Girardi
>ander@net1.com.br

You IF statement is wrong
IF EVAL(thisform.ActiveControl.ControlSource) <> thisform.ActiveControl.Value
REPLACE (thisform.ActiveControl.ControlSource) WITH thisform.ActiveControl.Value
ENDIF
System Analyst
Nabil B. Ghrayyeb
nabilg@hotmail.com
Previous
Reply
Map
View

Click here to load this message in the networking platform