Search found 80 matches: recognized

Return to advanced search

Re: Request : new PostgreSQL OLEDb-Provider

but "save" seems not work

Try inline edit.

Any valid ADO recordset is recognized as RecordSet.

To start with just use
Code: Select all  Expand view
XBROWSER oRs FASTEDIT


Try to add CursorLocation of connection object also as adUseClient.'
by nageswaragunupudi
Tue Sep 19, 2023 2:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Request : new PostgreSQL OLEDb-Provider
Replies: 11
Views: 697

Re: METHOD SavePQQ() need "id" or how to use own PRIMARY KEY ?

Mr. Jimmy You pointed out that primary keys are not correctly recognized by our libraries. We tested this issue. You are right partially. Primary key is correctly recognized when and ONLY WHEN the primary key field is defined as SERIAL. But our libraries ...
by nageswaragunupudi
Sat Aug 05, 2023 6:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: METHOD SavePQQ() need "id" or how to use own PRIMARY KEY ?
Replies: 21
Views: 719

Re: Descargar archivos de configuracion hbmk2

... .\dialogo.rc -foOBJs\dialogo.res * Aplicacao Foi Desenvolvida Com Sucesso . The system cannot find the path specified. 'PRINCIPA' is not recognized as an internal or external command, operable program or batch file. C:\RAMON4>
by Compuin
Wed Jan 18, 2023 7:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Descargar archivos de configuracion hbmk2
Replies: 12
Views: 830

New FTDN November/Noviembre (FWH 21.11)

... Now we use x86_x64 instead of previous x86_amd64 * Enhancement: function FW_ProperCase( cStr ): Words with prefix "Mc" are recognized for appropriate capitalization. * New functions FW_TRIM,FW_RTRIM,FW_LTRIM,FW_ALLTRIM(cStr,[cTrimChars]) These functions trim not only spaces, ...
by Antonio Linares
Tue Nov 30, 2021 7:19 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN November/Noviembre (FWH 21.11)
Replies: 2
Views: 1010

Re: Resedit is Working Today

... resedit to pelles C. Aside from Dialog to dialogex. Manifest.... There are other things, like more parameters in the font etc. Static - 1 are not recognized. I'm on it. Regards Jose Enviado desde mi POCOPHONE F1 mediante Tapatalk
by jvtecheto
Tue Jul 20, 2021 1:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Resedit is Working Today
Replies: 7
Views: 882

Re: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file

... (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\bin\HostX86\x64\cl.exe"' : return code '0x2' Stop. 'erp.exe' is not recognized as an internal or external command, operable program or batch file. C:\sistema64>
by Compuin
Thu Jul 01, 2021 6:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file
Replies: 61
Views: 4079

Re: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file

... (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\bin\HostX86\x64\cl.exe"' : return code '0x2' Stop. 'erp.exe' is not recognized as an internal or external command, operable program or batch file. C:\sistema64>
by Compuin
Thu Jul 01, 2021 5:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file
Replies: 61
Views: 4079

Re: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file

... (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30037\bin\HostX86\x64\cl.exe"' : return code '0x2' Stop. 'one.exe' is not recognized as an internal or external command, operable program or batch file. C:\sistema64> Es necesario hacer algun otro ajuste?
by Compuin
Thu Jul 01, 2021 12:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file
Replies: 61
Views: 4079

field flags in dbCreate()/dbStruct()

... can be passed in string with field type after ":", i.e. // "C:U" // means Unicode character field. // The following flags are recognized: // "N" - column can store null values // "B" - binary column // "+" - column is autoincrementing // "Z" ...
by Antonio Linares
Sat May 01, 2021 12:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: field flags in dbCreate()/dbStruct()
Replies: 0
Views: 298

Re: Compilando con Harbour 3.2, Bcc7 y Hbmk2

... to perform link hbmk2: Error: Running linker. 2 ilink32.exe @C:\Users\apic1\AppData\Local\Temp\em7fns.lnk D:\kabala\prg>-inc '-inc' is not recognized as an internal or external command, operable program or batch file. D:\kabala\prg>-trace '-trace' is not recognized as an internal or ...
by Armando Picon
Sun Jan 26, 2020 12:18 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Compilando con Harbour 3.2, Bcc7 y Hbmk2
Replies: 13
Views: 3229

Re: AL crear ejecutable con Minigui o GCC me da este error

... cannot find -lpostgres_h \fwh\lib/libmysql.lib: file not recognized: File format not recognized
by ruben Dario
Sat Jul 27, 2019 7:58 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: AL crear ejecutable con Minigui o GCC me da este error
Replies: 4
Views: 486

FWH1905: FW_AT() Case insensitive search

... as beginning and end of the single-quoted text. The behavior is same as the Harbour function ATSKIPSTRINGS(). FWH1906: Apostrophes are recognized wherever possible and not treated as beginning or end of single quotes. Still some cases like 'he is James' son' can mislead. It is possible ...
by nageswaragunupudi
Wed Jun 26, 2019 4:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH1905: FW_AT() Case insensitive search
Replies: 0
Views: 570

Re: Date Time Formats

Don

I don't know if this is what you are looking for ?

dtoc(date())+" "+Time()

The above may not carry out the time string that you may be looking for ..

Rick Lipkin

ps .. noticed you have an 816 area code .. I am a Kansas City native .. recognized the area code
by Rick Lipkin
Fri Feb 01, 2019 3:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Date Time Formats
Replies: 4
Views: 842

Re: How to Create Easy Report Designer Files ?

... 82 errors No code generated. ** error 1 ** deleting .\obj\ereport.obj C:\easyreport>if errorlevel 0 ereport.exe 'ereport.exe' is not recognized as an internal or external command, operable program or batch file. C:\easyreport>
by Otto
Sun Jan 06, 2019 5:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to Create Easy Report Designer Files ?
Replies: 35
Views: 7018

Re: Invisible CDX files

... c:\Users\[username]\AppData\Local\VirtualStore\Program Files\WorkLog WorkLog is the name of the directory where the app resides. I immediately recognized this because of the hint that Stefano gave (thanks Stefano). I have never come across this before. Still I have to wonder why 2 indexes were ...
by James Bott
Sun Sep 09, 2018 7:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Invisible CDX files
Replies: 21
Views: 3306
Next

Return to advanced search