Search found 1299 matches: exit

Return to advanced search

Re: Stuck - Database update via .csv file

Hi Marc,

Thank you.
This is what I needed: "Seek the ID in the dbf. If found, start a second loop as long as the ID = OLDID and change the data. Exit the second loop and process the CSV for next values"

It was the second loop that I was missing. This should run much much faster :)
by Jeff Barnes
Mon Dec 16, 2024 7:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Stuck - Database update via .csv file
Replies: 8
Views: 198

Re: Stuck - Database update via .csv file

... with the DBF (indexed) and update if needed. Seek the ID in the dbf. If found, start a second loop as long as the ID = OLDID and change the data. Exit the second loop and process the CSV for next values Can it help ?
by Marc Venken
Mon Dec 16, 2024 6:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Stuck - Database update via .csv file
Replies: 8
Views: 198

Re: Incorrect Font Display

... Program" @ 20, 20 SAY "ENTER" OF oWnd PIXEL @ 60, 20 GET oName VAR cName OF oWnd PIXEL SIZE 200,30 @ 100, 80 BUTTON "EXIT" OF oWnd PIXEL SIZE 70,30 ACTION oWnd:End() SET FONT OF oWnd TO oFont0 ACTIVATE WINDOW oWnd ON INIT VarSet() CLOSE ALL CLEAR ALL QUIT return ...
by Surasak
Sun Dec 01, 2024 2:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Incorrect Font Display
Replies: 29
Views: 2392

Re: twebview2

... ECHO * Application successfully built * @del %1.c @del %1.ppo @del %1.obj rem @del %1.map @del xhb.tmp @del compiler.log @del warnings.log GOTO EXIT ECHO :COMPILERERROR @type compiler.log @type warnings.log ECHO * Compiling program errors * GOTO EXIT :RCCOMPILERERROR ECHO * Compiling resources ...
by russimicro
Sun Nov 10, 2024 3:09 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: twebview2
Replies: 18
Views: 1345

Re: Small RPreview

... is printed on center or it printed on left ? problem I not see the buttonbar because I have only a page ok but I wish insert two buttons one for exit and one for print how I can make ? If I use @ nTop + nMargineSuperiore,nLeft + nMargineSinistro PRINT TO oPrn IMAGE cFile ; SIZE nRight, nBottom ...
by Silvio.Falconi
Fri Oct 11, 2024 9:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Small RPreview
Replies: 4
Views: 502

Combobox in buttonbar doubt

Hi, I have this code: REDEFINE BUTTONBAR oBar ID 100 OF oDlg 2007 DEFINE BUTTON OF oBar PROMPT "Gerar" FILE "B_SAVE" ACTION PreBol() DEFINE BUTTON OF oBar PROMPT "Sair" FILE "B_EXIT" GROUP ACTION oDlg:End() How I can put a combobox next of last button in this ...
by wartiaga
Thu Oct 10, 2024 7:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Combobox in buttonbar doubt
Replies: 2
Views: 298

GPF with FW August 2024

... my management software. With the June 2023 version it works correctly. I managed to reproduce a prg with the error that causes the program to exit. After the first or second time I call StampaFattura() the program exits. Can you help me? I have attached the PRG and XML the schema is downloaded ...
by Maurizio
Thu Oct 03, 2024 1:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GPF with FW August 2024
Replies: 32
Views: 2230

Re: xHarbour 64 bits y xbScritp

... XBSCRIPT.obj rem DEL .obj IF ERRORLEVEL 1 GOTO ERROR >> LOGFILE.TXT ECHO *************** Todo bien *************** >> LOGFILE.TXT GOTO EXIT >> LOGFILE.TXT :ERROR >> LOGFILE.TXT ECHO *************** Hay errores *************** >> LOGFILE.TXT GOTO EXIT >> LOGFILE.TXT ...
by Cgallegoa
Sat Sep 14, 2024 10:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xHarbour 64 bits y xbScritp - (Solucionado)
Replies: 49
Views: 3700

1º Webinar. Mod & RunnerXbase

... entreis en el RX podeis seguir estos pasos para importar el paquete y experimentar: - menu->download from cloud-> select webinar package - exit and select webinar package - menu->application->activate - From internet browser url -> http://localhost:81/ Cualquier aclaración sobre ...
by Carles
Wed Sep 11, 2024 6:42 am
 
Forum: mod_harbour
Topic: 1º Webinar. Mod & RunnerXbase
Replies: 4
Views: 1202

Re: Bug in TActiveX 64 bit

It crashes on exit even with Harbour. I get the following log: Application Internal Error - E:\FWXHARB\PEPPE.EXETerminated at: 2024-09-02 11:27:16Unrecoverable error 6005: Exception error:    Exception Code:C0000005 ACCESS_VIOLATION  ...
by Enrico Maria Giordano
Mon Sep 02, 2024 9:28 am
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Bug in TActiveX 64 bit
Replies: 5
Views: 4540

FWH2407 SaveAs Image not work when Preview

Dear Antonio,Mr.RAO

FWH2407 SaveAs Image function not work and Auto jump Exit App.
by richard-service
Sat Aug 24, 2024 6:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH2407 SaveAs Image not work when Preview
Replies: 2
Views: 951

Re: FWH64 : ERROR SE SALE DEL SISTEMA

... ; TOOLTIP { "Eliminar el registro del personal", "Mantenimiento" }; ACTION DelReg() DEFINE BUTTON OF oBar ; FILE ".\img\exit.bmp" ; PROMPT "&Salir" ; ACTION (oQry:End(),aWnd:End(),aWnd:=NIL); TOOLTIP { "Cerrar Ventana", "Mantenimiento" ...
by CARLOS ATUNCAR
Mon Aug 19, 2024 3:30 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWH64 : ERROR SE SALE DEL SISTEMA
Replies: 33
Views: 5706

Re: problem with 24.07

... if %GT% == gtgui %bcdir%\bin\ilink32 -Gn -aa -Tpe -s -v @b32.bc IF ERRORLEVEL 1 GOTO LINKERROR ECHO * Application successfully built * %1 GOTO EXIT ECHO rem delete temporary files @del %1.c :COMPILEERRORS @type comp.log ECHO * Compile errors * GOTO EXIT :LINKERROR ECHO * Linking errors * GOTO ...
by kajot
Fri Aug 16, 2024 3:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with 24.07
Replies: 12
Views: 2399

Re: New FTDN July/Julio 2024 (FWH 24.07)

... Por favor, recuerda editar llama3.prg para cambiar tu cuenta de correo electrónico. La contraseña no te será solicitada. Recuerda escribir /exit para salir del Llama3.exe ya que esto también terminará con hchat.exe. * Mejora: En el método AddButton() de la clase TMetro, ahora soporta también ...
by Antonio Linares
Thu Aug 08, 2024 11:50 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN July/Julio 2024 (FWH 24.07)
Replies: 8
Views: 5541

New FTDN July/Julio 2024 (FWH 24.07)

... no need to write your email or password. Please remember to edit llama3.prg to your email. The password will not be requested. Remember o write /exit to exit from the Llama3.ex as this will end hchat.exe too. * Enhancement: Class TMetro Method AddButton() ow support images from resources too. ...
by Antonio Linares
Mon Aug 05, 2024 4:14 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN July/Julio 2024 (FWH 24.07)
Replies: 8
Views: 5541
Next

Return to advanced search