` Comment on an Icetips Article
Icetips - Templates, Tools & Utilities for Clarion Developers

Templates, Tools and Utilities
for Clarion Developers

Add a comment to an Icetips Article

Please add your comments to this article. Please note that you must provide both a name and a valid email address in order for us to publish your comment. Comments are moderated and are not visible until they have been approved. Spam is never approved!

Your Name:  
Email:  
Header text/Subject:  

Please enter your comment in the box below:

Back to article list   Search Articles     Add Comment     Printer friendly     Direct link  

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


Today is May 4, 2024, 3:04 am
This article has been viewed 35112 times.
Google search has resulted in 15 hits on this article since January 25, 2004.



Back to article list   Search Articles   Add Comment   Printer friendly

Login

User Name:

Password: