Search found 384 matches: shridhar

Return to advanced search

Re: How I can pass pointer to C function ?

Thanks Mr. Rao,

Its working now.

Thanks
Shridhar
by shri_fwh
Tue Jan 12, 2010 6:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How I can pass pointer to C function ?
Replies: 5
Views: 745

Re: How I can pass pointer to C function ?

Hi,

Even below code is not working.

Procedure Call_C_Func

atmp := { 123123.12, 123123.1223, 12312312312.12312 }

c_wrap_func( @atmp[1] ) // passed as pointer.

HB_FUNC( c_wrap_func )
{

c_function( (double *) hb_parptr(1) ) ;

}

Thank
Shridhar
by shri_fwh
Mon Jan 11, 2010 8:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How I can pass pointer to C function ?
Replies: 5
Views: 745

How I can pass pointer to C function ?

... 12312312312.12312 } c_wrap_func( atmp[1] ) HB_FUNC( c_wrap_func ) { c_function( (double *) hb_parptr(1) ) ; } Please guide me. Thanks in advance. Shridhar
by shri_fwh
Mon Jan 11, 2010 8:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How I can pass pointer to C function ?
Replies: 5
Views: 745

Re: What is best interface layer to Access Oracle ?

Thanks a lot...!

Could you please post some code ?

Thanks
Shridhar
by shri_fwh
Mon Dec 28, 2009 8:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: What is best interface layer to Access Oracle ?
Replies: 3
Views: 542

What is best interface layer to Access Oracle ?

... like ADO, ODBC. But still I'm confused which Option should I select whether ADO or ODBC ? Please guide me ...! Thanks in advance...! Regards Shridhar
by shri_fwh
Mon Dec 28, 2009 7:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: What is best interface layer to Access Oracle ?
Replies: 3
Views: 542

Re: Oracle Native Access

Thanks...!

Could you please post some code that using FWH + Oracle ... ? How call the oracle stored procedure from FWH using ADO ?

Thanks in advance..

Regards
Shridhar
by shri_fwh
Wed Dec 23, 2009 6:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Oracle Native Access
Replies: 2
Views: 747

Oracle Native Access

Hi ,

http://orclib.sourceforge.net/

There is one open source to access (OCI Calls) Oracle Database which is written in ANSI C. It is stable. Can we add this into FWH ?
So can use this in TXBrowse as mySQL.

Regards
Shridhar
by shri_fwh
Tue Dec 22, 2009 2:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Oracle Native Access
Replies: 2
Views: 747

Re: ** ListBox column in the XBROWSE

... control focus moves to the GET object ( cAccountName ) where as it should moves to next column of the TXBrowse whic 'Quantity' Column. Thanks Shridhar //-----------------------------------------------------------------------------------------------------------------------// #include 'fivewin.ch' ...
by shri_fwh
Mon Dec 21, 2009 7:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ** ListBox column in the XBROWSE
Replies: 4
Views: 1702

Re: ** ListBox column in the XBROWSE

Shridhar,

Please try it this way:
Code: Select all  Expand view

   ACTIVATE DIALOG oDlg ON INIT ( oBrw:Setfocus(), ADel( oDlg:aControls, 1 ), .F. )
 
by Antonio Linares
Tue Dec 08, 2009 6:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ** ListBox column in the XBROWSE
Replies: 4
Views: 1702
Previous

Return to advanced search