FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour ActiveX : How can I pass parameter as Address ?
Posts: 115
Joined: Mon Oct 17, 2005 04:42 AM

ActiveX : How can I pass parameter as Address ?

Posted: Thu Mar 30, 2006 05:02 PM

Hello All,

How can I pass parameter as address ? Putting @ sign in front of variable name do not seem to work.

Can anyone guide me ?

TIA
Milan.

Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM

ActiveX : How can I pass parameter as Address ?

Posted: Thu Mar 30, 2006 06:33 PM

Milan,

What type of parameter value do you need to supply by address ?

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 115
Joined: Mon Oct 17, 2005 04:42 AM

ActiveX : How can I pass parameter as Address ?

Posted: Fri Mar 31, 2006 04:18 AM
Antonio Linares wrote:Milan,

What type of parameter value do you need to supply by address ?


I need to pass character string.

Milan.
Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM

ActiveX : How can I pass parameter as Address ?

Posted: Fri Mar 31, 2006 07:18 AM

Milan,

There is no need to use @ as strings are passed by address (reference) always.

regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion