` Printed Icetips Article

Icetips Article



COM: Connecting to object
2004-02-23 -- Ra Van Raaphorst
 
Newsgroups: softvelocity.public.clarion6


I guess you had more time to do so.  You also receive events and use variants etc?

I'm trying to connect to iGrid from 10Tec, but this line already drives me
nuts 

! id[(0x68030061), propput] HRESULT CellCtrlKey([in] VARIANT vRow, [in]
VARIANT vCol, [in, out] BSTR* );

I think its something like this 
Get_CellCtrlKey        PROCEDURE( VARIANT vRow, VARIANT vCol, *VARIANT
CellCtrlKey),HResult,PASCAL

But what the exact call is... Still figuring out the svbase.inc etc
There's something like a gVARIANT in one of the includes, but how to set it
up?

Ronald
Compad

"Thomas S. Ruby"  schreef in bericht
news:MPG.1aa3db2bc9a076919896bd@news.softvelocity.com...
> I connected to one recently. It worked just like I expected it to even
> though it was a CGI program called by and Apache web server.
>
> Perhaps I'm just abnormal?
>
> Oh, we already have determined that.
>
> --
> Tom Ruby - http://www.tomruby.com
> Clarion Connection - http://www.clarionconnection.com






Newsgroups: softvelocity.public.clarion6


> ! id[(0x68030061), propput] HRESULT CellCtrlKey([in] VARIANT vRow, [in]
> VARIANT vCol, [in, out] BSTR* );
>
> I think its something like this 
> Get_CellCtrlKey        PROCEDURE( VARIANT vRow, VARIANT vCol, *VARIANT
> CellCtrlKey),HResult,PASCAL

get_CellCtrlKey(Variant vtRow, Variant vtCol, *long bstrKey),HRESULT,pascal

> But what the exact call is... Still figuring out the svbase.inc etc
> There's something like a gVARIANT in one of the includes, but how to set
> it up?

vtRow.vt = VT_I4
vtRow.lVal = 7 ! or whatever they use

Regards

Andy



Printed May 4, 2024, 2:06 pm
This article has been viewed/printed 35112 times.
Google search has resulted in 15 hits on this article since January 25, 2004.