M Maurice New Member Dec 11, 2002 #1 I got this out of the com-object-viewer: [ <anytype>-Var = ] <com-handle>vWaarde (Integer-lIndex ). Can Progress (V8) handle a anytype-var? How? ASSIGN cHelpVar = <com-handle>vWaarde (1) MESSAGE cHelpVar results in "?" What am I doing wrong?
I got this out of the com-object-viewer: [ <anytype>-Var = ] <com-handle>vWaarde (Integer-lIndex ). Can Progress (V8) handle a anytype-var? How? ASSIGN cHelpVar = <com-handle>vWaarde (1) MESSAGE cHelpVar results in "?" What am I doing wrong?
M Maurice New Member Dec 11, 2002 #2 anytype The <> signs (html-tags) dissappeared: it has to be: [ "anytype"-Var = ] "com-handle"vWaarde (Integer-lIndex ). and cHelpVar = "com-handle"vWaarde(1) No matter what I try: MESSAGE cHelpVar gives me "?" Help !!
anytype The <> signs (html-tags) dissappeared: it has to be: [ "anytype"-Var = ] "com-handle"vWaarde (Integer-lIndex ). and cHelpVar = "com-handle"vWaarde(1) No matter what I try: MESSAGE cHelpVar gives me "?" Help !!
D dwedgbury New Member Dec 12, 2002 #3 maybe its a zero based index. i.e. the first element is element 0 rather than 1. did you try cHelpVar = "com-handle"vWaarde(0) ???
maybe its a zero based index. i.e. the first element is element 0 rather than 1. did you try cHelpVar = "com-handle"vWaarde(0) ???
M Maurice New Member Dec 12, 2002 #4 Yes, I tried it: nothing. I tried the same in VB and it works fine there. Do I need to switch to VB next software development project ??
Yes, I tried it: nothing. I tried the same in VB and it works fine there. Do I need to switch to VB next software development project ??
B bendaluz2 Member Dec 12, 2002 #5 Have you initialised the component handle? i.e. chCtrlFrame = chCtrlFrame:CONTROLS:ITEM(1).