Search found 59 matches: iskindof

Return to advanced search

Re: check on get

... Metodo non disponibile: LCHANGED Args: [ 1] = U This error means that oGet is NIL Nages, I tried with Aeval( aGet, { | o | if(o != nil .and. o:IsKindOf( "TGET" ) .and. o:lChanged,lAsk := .t.,.f.) } ) //this give me allways .t. #include"fivewin.ch"Function test()local ...
by Silvio.Falconi
Thu Nov 30, 2023 11:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: check on get
Replies: 27
Views: 3932

XBROWSER ODBC / ADO -> read only ?

hi,

i try c:\fwh\samples\testodbc.prg and c:\fwh\samples\access.prg (BUG ISKINDOF)
i can open "Edit" but all are "read only" :shock:

what do i miss :?:
by Jimmy
Mon Jul 17, 2023 11:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSER ODBC / ADO -> read only ?
Replies: 3
Views: 200

Re: build Import LIB from LibPQ.DLL

Question : is XBROWSE "hardcode" ( IsKindOf() ) in Source To be honest, I did not understand the question. IsKindOf is a method that is available to all Harbour classes. oObj:IsKindOf( "someclass" ) means the oObj is of class ...
by nageswaragunupudi
Tue Jul 04, 2023 4:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: build Import LIB from LibPQ.DLL
Replies: 37
Views: 2813

Re: build Import LIB from LibPQ.DLL

... LIB :?: ... or can i "just" override METHOD SetPostGreCol( ... ) CLASS TXBrowse Question : is XBROWSE "hardcode" ( IsKindOf() ) in Source :?:
by Jimmy
Mon Jul 03, 2023 9:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: build Import LIB from LibPQ.DLL
Replies: 37
Views: 2813

Demo c:\fwh\samples\access.prg crash

... from start: 0 hours 0 mins 1 secs Error occurred at: 06/27/23, 00:47:09 Error description: (DOS Error -2147352570) WINOLE/1009 No exported method: ISKINDOF Args: [ 1] = C TLINKLIST Stack Calls =========== Called from: => TOLEAUTO:ISKINDOF( 0 ) Called from: .\source\function\XBROWSER.PRG => ...
by Jimmy
Mon Jun 26, 2023 10:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Demo c:\fwh\samples\access.prg crash
Replies: 2
Views: 336

Re: Fivewin and ADO

Error description: (DOS Error -2147352570) WINOLE/1009 No exported method: ISKINDOF This was due to a bug in xbrowser.prg in a few versions prior to FWH2210. This was fixed in FWH2210. The bug was only when we use XBROWSER command, But when we normally build ...
by nageswaragunupudi
Thu Jun 08, 2023 8:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin and ADO
Replies: 36
Views: 3798

Re: Fivewin and ADO

... ( cFile, cSheet, cRange )   XBROWSER oRs but it crash Error description: (DOS Error -2147352570) WINOLE/1009 No exported method: ISKINDOF Args: [ 1] = C TLINKLIST Stack Calls =========== Called from: => TOLEAUTO:ISKINDOF( 0 ) Called from: .\source\function\XBROWSER.PRG => ...
by Jimmy
Thu Jun 08, 2023 4:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin and ADO
Replies: 36
Views: 3798

Re: Error ADODB.Recordset/6 DISP_E_UNKNOWNNAME: ISKINDOF

... J Brown ... and when I tried to Filter for the name and looking at the result of the filtered data xBrowse( oRsEmp ) that is where I got the "ISKINDOF error .. I fixed the employee name in both the Security and Employee tables .. and the program worked fine .. I was only using xBrowse to view ...
by Rick Lipkin
Thu Mar 02, 2023 7:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error ADODB.Recordset/6 DISP_E_UNKNOWNNAME: ISKINDOF
Replies: 1
Views: 166

Error ADODB.Recordset/6 DISP_E_UNKNOWNNAME: ISKINDOF

... ) Time from start: 0 hours 0 mins 3 secs Error occurred at: 03/01/2023, 17:02:48 Error description: Error ADODB.Recordset/6 DISP_E_UNKNOWNNAME: ISKINDOF Args: [ 1] = C TLINKLIST Stack Calls =========== Called from: => TOLEAUTO:ISKINDOF( 0 ) Called from: .\source\function\XBROWSER.PRG => ...
by Rick Lipkin
Wed Mar 01, 2023 10:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error ADODB.Recordset/6 DISP_E_UNKNOWNNAME: ISKINDOF
Replies: 1
Views: 166

Re: SUB-CLASS TFolderEx()

...   IF HB_ISOBJECT( ::oParent )         lTrue := ::oParent:isDerivedFrom( cClassORoObject )      ENDIF   ENDIFRETURN lTrue i guess ::IsKindOf get Object CLASS Name and compare it   ( ::oWnd:oWnd:IsKindOf( "TFOLDER" ) .or. ;     ::oWnd:oWnd:IsKindOf( "TFOLDEREX" ...
by Jimmy
Sat Feb 04, 2023 12:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SUB-CLASS TFolderEx()
Replies: 20
Views: 1157

Re: Pregunta sobre FW_OpenAdoConnection

... permitido o en conflicto con otros. (0x800A0BB9): ADODB.Connection Args: [ 1] = C TLINKLIST Stack Calls =========== Called from: => TOLEAUTO:ISKINDOF( 0 ) Called from: .\source\function\XBROWSER.PRG => XBROWSE( 101 ) Called from: D:\XBASE-PROYECTOS\RENDIMIENTO-SERVICIOS\SOURCE\conexion-ado.prg ...
by jose_murugosa
Thu Oct 06, 2022 4:35 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Pregunta sobre FW_OpenAdoConnection
Replies: 10
Views: 1237

Pregunta sobre FW_OpenAdoConnection

... permitido o en conflicto con otros. (0x800A0BB9): ADODB.Connection Args: [ 1] = C TLINKLIST Stack Calls =========== Called from: => TOLEAUTO:ISKINDOF( 0 ) Called from: .\source\function\XBROWSER.PRG => XBROWSE( 101 ) Called from: d:\xbase-proyectos\rendimiento-servicios\source\Cargocajas.prg ...
by jose_murugosa
Wed Oct 05, 2022 1:11 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Pregunta sobre FW_OpenAdoConnection
Replies: 10
Views: 1237

Re: isDerivedFrom() vs isKindOf()

Both give the same results.
by nageswaragunupudi
Mon Dec 21, 2020 1:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: isDerivedFrom() vs isKindOf()
Replies: 1
Views: 444

isDerivedFrom() vs isKindOf()

hi all,
is there any difference between isDerivedFrom() and isKindOf() ? They appear to be very similar

Roberto
by chiaiese
Sun Dec 20, 2020 11:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: isDerivedFrom() vs isKindOf()
Replies: 1
Views: 444

random problem in xBrowse Problem BASE/1004 There is no meth

Hello, Some customers report me this error: Problem BASE/1004 There is no method: ISKINDOF Args: [ 1] = U [ 2] = C TMULTIGET Stack Calls =========== Called from: => ISKINDOF( 0 ) Called from: .\source\classes\XBROWSE.PRG => EDITGETKEYDOWN( 15132 ) Offending ...
by MOISES
Thu May 07, 2020 9:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: random problem in xBrowse Problem BASE/1004 There is no meth
Replies: 3
Views: 473
Next

Return to advanced search