Search found 674 matches: executed

Return to advanced search

help with xbrowse

Hi, I have this function below that is executed when I press f2 in get. As soon as I type something the search is done correctly and brings me only the results that are part of the searched string. The problem is that when I close the window ...
by wartiaga
Thu Feb 17, 2022 5:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: help with xbrowse
Replies: 0
Views: 258

Re: memowrit() file type DOS or UNIX

... uses (used?) CR. The upshot of this is that if you save a script file on Windows it will default to CR-LF which will make the script unable to be executed in Linux.
by Antonio Linares
Mon Feb 14, 2022 9:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: memowrit() file type DOS or UNIX
Replies: 6
Views: 426

Re: Leer Excel grande a un array o DBF

... I did not do any validations row-wise and cell-wise. If we do any such validations, we need to highly optimize the code because this code gets executed 800,000 times. Still one hour and half seems to be too high when compared to 10 seconds. Please review your code again. I give here my test ...
by nageswaragunupudi
Wed Feb 09, 2022 8:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Leer Excel grande a un array o DBF
Replies: 9
Views: 770

Re: Xbrowse bOnChange works when changing data in loop ?

If you use VarPut(), bOnChange also is executed and totals also get modified.
VarPut() is totally equivalent to user editing the data online.
by nageswaragunupudi
Sun Jan 30, 2022 5:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse bOnChange works when changing data in loop ?
Replies: 1
Views: 176

Re: Using WebView with Borland !!!

... when you click on the "test" button (javacript code), low level C test() in our FWH app will be executed! https://github.com/FiveTechSoft/screenshots/blob/master/webview_bind.jpg?raw=true
by Antonio Linares
Sat Jan 29, 2022 8:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using WebView with Borland !!!
Replies: 91
Views: 7710

Xbrowse bOnChange works when changing data in loop ?

I first noticed that when I use a For Next using the Xbrowse fields the codeblock onchange from that field is also executed ? That is correct ? Very nice... did not know, but please confirm... // his will change data from the selected rows FOR I = 1 TO LEN(oBRWT2:aSELECTED) // obrw:aSELECTED ...
by Marc Venken
Sat Jan 29, 2022 11:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse bOnChange works when changing data in loop ?
Replies: 1
Views: 176

Databuilder and dbfbuilder for samples files

... sample from Fivetech that will build program code from a selected database (dbf and index) . This code can be copied into the sample program and executed with a Opendatabase() function. Can fivetech provide also a function that will fill the database with a selected amound of data? Lets say that ...
by Marc Venken
Tue Dec 21, 2021 10:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Databuilder and dbfbuilder for samples files
Replies: 2
Views: 283

Re: Name of the user

... file which is easy to treat to get the user name but it has 2 caveats: it opens a shell window that appears shortly and the function has to be executed as administrator dues to default Windows restriction to run PowerShell scripts. The first caveat might be resolved by using PsRun available ...
by ADutheil
Thu Dec 09, 2021 3:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Name of the user
Replies: 3
Views: 494

New FTDN November/Noviembre (FWH 21.11)

... string \source\function\str2hex.c * New readonly DATA LastValidValue in TControl class: This data is updated by all controls, when valid is executed. * TControl (applies to all controls): Unhandled Ctrl-S key is forwarded to the container window. * datarow.prg: Pressing Ctrl-S in any control, ...
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: run a batch file from fwh

...   memowrit("test.bat", cText )    waitrun( "test.bat", 0 )return nil this created the file .bat then it is no executed why ? if you run cmd from administrator and then write NET USER fwh fwh /add it execute and create a user called fwh with password fwh
by Silvio.Falconi
Sat Oct 16, 2021 11:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: run a batch file from fwh
Replies: 8
Views: 596

Re: De xHarbour a Harbour

Para ver todas las opciones de hbmk2.exe haz: c:\harbour\bin>hbmk2 -help -info turn on informational messages -trace[-] show commands executed Antonio, no se exactamente donde van esas lineas, pero al parecer las puse correctamente, pero sigue arrojando errores. te dejo los archivos go.bat, ...
by JoseAlvarez
Mon Oct 04, 2021 6:14 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: De xHarbour a Harbour
Replies: 35
Views: 3270

Re: De xHarbour a Harbour

Para ver todas las opciones de hbmk2.exe haz:

c:\harbour\bin>hbmk2 -help

-info turn on informational messages
-trace[-] show commands executed
by Antonio Linares
Mon Oct 04, 2021 4:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: De xHarbour a Harbour
Replies: 35
Views: 3270

Re: WebView2 for Harbour/Fivewin and VSC 2019

... find the elementName that we will interact to variable. I am sorry, I do not understand It is different from sending javascript code from Fw to be executed in the Webview, than sending messages from the Fw window / container to the Webview window. Can you explain your comment better?
by cnavarro
Wed Sep 22, 2021 10:34 am
 
Forum: Utilities / Utilidades
Topic: WebView2 for Harbour/Fivewin and VSC 2019
Replies: 27
Views: 4942

Re: MySql Nativa Transacciones. At. Mr. Rao

from help of xharbour FINALLY The finally section is guaranteed to be executed, no matter if an error was handled or not. in you example FINALLY::oServer:CommitTransaction()END  The commit would be executed even when there is an error? Anyway, I don't ...
by carlos vargas
Sat Sep 18, 2021 3:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: MySql Nativa Transacciones. At. Mr. Rao
Replies: 26
Views: 2487

Re: MySql Nativa Transacciones. At. Mr. Rao

... point to remember is that if at all we use any DDL statement inside a transaction, the transaction gets committed and then this DDL statement is executed. So we need to be careful not to use any statements not compatible inside a transaction.
by nageswaragunupudi
Sat Sep 18, 2021 10:51 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: MySql Nativa Transacciones. At. Mr. Rao
Replies: 26
Views: 2487
PreviousNext

Return to advanced search