Search found 219 matches: ignore

Return to advanced search

Re: Soporte a mariaConnect ?

... and do not make any changes to the underlying table in the database. Later when we want to save all the changes made oRs:SaveBatch() or to ignore all changes and restore the original table to the RowSet() oRs:CancelBatch() Batch mode continues till we reset. oRs:SetBatchMode( ...
by nageswaragunupudi
Fri Nov 22, 2024 12:02 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Soporte a mariaConnect ?
Replies: 11
Views: 254

Re: xbrowse very slow vs Xbrowser

Image

Sorry I posted here an animgif, with very very fast panning but unfortunately the imageshack server itself is very slow today.
Ignore it.
by nageswaragunupudi
Thu Nov 07, 2024 10:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse very slow vs Xbrowser
Replies: 18
Views: 522

mysqlclient.lib para MSVC x64

... con FWH y MSVC x64 Descargar de Aquí la lib https://mega.nz/file/xmkmCRKA#ZYd6O_WketsjtwNIwoQtfn2X3Q_BR8L6iaGHE5EnzQ8 Coloque éste Flag /IGNORE:4286 para evitar algunos errores warning Espero lo logren, es genial.
by acuellar
Wed Oct 02, 2024 3:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: mysqlclient.lib para MSVC x64
Replies: 0
Views: 101

Re: GOT 64 Bit Version running

Sorry, I can't see any errors, only warnings you can safely ignore. YES, only 2 Warning but on End i got hbmk2[testx32]: Error: Running C/C++ compiler. 2 and NO 32 Bit *.EXE are generated i use this *.HBP -gui -mt -w-inl DUALGRID.PRG TGRID.PRG HB_FUNC.PRG ...
by Jimmy
Wed Sep 18, 2024 4:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GOT 64 Bit Version running
Replies: 20
Views: 1094

Re: GOT 64 Bit Version running

Sorry, I can't see any errors, only warnings you can safely ignore.
by Enrico Maria Giordano
Wed Sep 18, 2024 11:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: GOT 64 Bit Version running
Replies: 20
Views: 1094

Re: what does these BCC77 32 BIt Error mean ?

You can safely ignore that warning. You can even suppress it with

Code: Select all  Expand view
-w-inl
by Enrico Maria Giordano
Mon Sep 16, 2024 2:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: what does these BCC77 32 BIt Error mean ?
Replies: 16
Views: 760

Re: How to build Harbour 32 & 64 bits

I confirm the warnings. I fix them in my local copy but now there are others in zutil.h. You can ignore them with

Code: Select all  Expand view
win-make clean install HB_USER_CFLAGS="-w- -w!-"


Or wait for the Harbour developer to fix them. I already have a pull request pending but they seems not to be interested. :-(
by Enrico Maria Giordano
Thu Nov 23, 2023 6:25 pm
 
Forum: Utilities / Utilidades
Topic: How to build Harbour 32 & 64 bits
Replies: 38
Views: 40752

Re: Fwh 23.10 TGet another problem

Hi Mr. Rao, Please ignore, there is a wrong spelling. I found IsWideChar. Application===========   Path and name: C:\PrgW\Icra\IcraW.exe (32 bits)   Size: ********* bytes   Compiler version: Harbour 3.2.0dev (r2304211101)  ...
by Horizon
Thu Nov 16, 2023 8:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 63736

Re: DBF . Commit

... by file range and file access locks. This is the most common reason of problems in concurrent file access in current days. If OS (or FS) does not ignore COMMIT request then using it reduces the time when new data exists only in file server buffers and can be lost by server power off event so in ...
by Carles
Mon Oct 23, 2023 4:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 5329

Re: New FwHarbour Compile

Sorry, please ignore. I have the same problem bout a year ago, same solution worked.

Link in hbpcre.lib

And my famous Hello World worked.
by byron.hopp
Tue Aug 08, 2023 9:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FwHarbour Compile
Replies: 1
Views: 231

Re: Dudas y problemas con :bEditValid

Hola César:

Muchas gracias voy a tirar por el INSERT IGNORE.

Saludos
by Armando
Sun Mar 26, 2023 1:35 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Dudas y problemas con :bEditValid
Replies: 4
Views: 636

Re: Dudas y problemas con :bEditValid

... 0   RETURN nil ENDIFlRta := MsgNoYes("Desea agregar ...?","Atencion")IF lRta....  Otra alternativa es haces un INSERT IGNORE en tu tabla, cosa de que ignore el insert si el codigo existe Mira si te sirve...
by cmsoft
Sat Mar 25, 2023 3:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Dudas y problemas con :bEditValid
Replies: 4
Views: 636

Re: oWebView:Eval() in a loop

Dear Natter
What browser are you using?
It is the download server for Fivetech contributions. No one has had any problems. There are already 13 downloads of that file
If when downloading it warns you that the file may be dangerous, ignore the message and download it.
by cnavarro
Fri Feb 17, 2023 2:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: oWebView:Eval() in a loop
Replies: 6
Views: 612

Re: Get real date from the Internet

Dear Hakan, This way is working fine with Borland only. Just two warnings that we can safe ignore them #include "FiveWin.ch"function Main()   MsgInfo( Now() )return nil#pragma BEGINDUMP#include <hbapi.h>#include <windows.h>#include ...
by Antonio Linares
Thu Sep 29, 2022 3:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Get real date from the Internet
Replies: 55
Views: 7096

Re: hb_base64 link

Try putting these parameters:

/FORCE:MULTIPLE
SET HB_USER_LDFLAGS= /NODEFAULTLIB:msvcrt /MACHINE:X86 /nologo /subsystem:windows /INCREMENTAL:NO /ignore:4006 /MANIFEST:NO /FORCE:MULTIPLE
by Giovany Vecchi
Mon Sep 12, 2022 3:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_base64 link
Replies: 57
Views: 5886
Next

Return to advanced search