Dear My Friend
Error in MACRO....
For j = 1 to len(::fields)
mVar = "::"+::fields[j]
value = ::ALIAS:Fields( ::fields[j] ):Value
msginfo(mvar,"1")
&mvar = value -> Here Abort Program
msginfo(mvar,"2")
Next
Some People Knows AS Solution this problem
Thanks Everybody...
Error in MAcro XHARBOUR
-
- Posts: 78
- Joined: Fri Dec 02, 2005 6:55 pm
- Location: brazil
- Antonio Linares
- Site Admin
- Posts: 42516
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 31 times
- Been thanked: 73 times
- Contact:
Mauricio,
Use these functions:
The first call is to retrieve a value, the second call is to set it.
Use these functions:
Code: Select all | Expand
__ObjSendMsg( <oObject>, <cDataName> ) --> <uValue>
__ObjSendMsg( <oObject>, "_" + <cDataName>, <uValue> )
The first call is to retrieve a value, the second call is to set it.
-
- Posts: 78
- Joined: Fri Dec 02, 2005 6:55 pm
- Location: brazil