Search found 1318 matches: script

Return to advanced search

Re: DBF . Commit

Enrico, what's not working is: ? FILEDATE( cDbf ), FILETIME( cDbf ) I made a PS script which I call from the test program and get the right time and values. FOR I := 1 to 5000 APPEND BLANK REPLACE FIELD ->test WITH "TEST"+ str(i) + time() UNLOCK if ...
by Otto
Sun Oct 22, 2023 10:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2516

Re: XBRCHART FROM Cristobal

Dear Marc LIB for Borland ( add this lib your script ) https://bitbucket.org/fivetech/fivewin-contributions/downloads/googlefwh.lib SAMPLES https://bitbucket.org/fivetech/fivewin-contributions/downloads/ggraphs.prg https://bitbucket.org/fivetech/fivewin-contributions/downloads/ggraphs0.prg ...
by cnavarro
Sun Oct 15, 2023 7:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBRCHART FROM Cristobal
Replies: 11
Views: 1329

Re: Announcing DrXlsx 1.0 by Charles Kwon

nageswaragunupudi wrote:please try adding this lib also to your link-script
\xharbour\lib\hbmzip.lib


It works fine now!
Thank you Mr. Nages
by Eroni
Fri Oct 13, 2023 9:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Announcing DrXlsx 1.0 by Charles Kwon
Replies: 32
Views: 3999

Re: Announcing DrXlsx 1.0 by Charles Kwon

please try adding this lib also to your link-script
\xharbour\lib\hbmzip.lib
by nageswaragunupudi
Fri Oct 13, 2023 3:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Announcing DrXlsx 1.0 by Charles Kwon
Replies: 32
Views: 3999

Re: Announcing DrXlsx 1.0 by Charles Kwon

... tDate ) ) > 0   endifreturn HB_IsDateTime( tDate )#endif  It works, thank you. Mr Antonio, these libs already contains in the script, I am using buildx.bat from the samples folder. echo %hdirl%\zlib.lib + >> b32.bcecho %hdirl%\hbzip.lib + >> b32.bc  Now, show this ...
by Eroni
Fri Oct 13, 2023 12:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Announcing DrXlsx 1.0 by Charles Kwon
Replies: 32
Views: 3999

Re: App Termination and Relaunch.

... has any unsaved data or requires specific cleanup procedures before termination, you should implement those in your application code or a separate script that the batch file can call before terminating the application.
by Antonio Linares
Fri Oct 06, 2023 6:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: App Termination and Relaunch.
Replies: 5
Views: 432

Re: EDITOR DE TEXTO

... with xHarbour. This program was written to work with Harbout but not xHarbour. Whenever you want to test any fwh samples, do not use your own link scripts. Go to FWH Samples folder and then execute buildh <prg> or buildx <prg> When it is working, please ensure your own link script matches ...
by nageswaragunupudi
Sat Aug 26, 2023 5:15 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: EDITOR DE TEXTO
Replies: 4
Views: 292

Re: Refresh on WebView

... in Webview. There are various ways to refresh a page, not just using mouse macros. There's a more reliable method. Try passing the following script to the Webview through the EVAL Method: oWebView:EVAL( "location.reload();" ) Regards, Chalres KWON Hello friends, I'm using the WebView ...
by CharlesKwon
Sat Aug 26, 2023 12:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Refresh on WebView
Replies: 2
Views: 311

Re: Incluyendo el SQLRDD

... he tenido que cambiar todas las llamadas Super: por ::Super: He incluido como menciona Carlos el flag -xhb tanto en línea como dentro del script, pero seguía sin funcionar si no aplico el cambio anterior Este es mi entorno : PATH=%PATH%;c:\borland\bcc70\bin;c:\hb32\bin;C:\GnuWin32\binset ...
by Joaquim Ferrer
Sat Aug 19, 2023 11:48 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Incluyendo el SQLRDD
Replies: 40
Views: 2804

Incluyendo el SQLRDD

... posible usar una base de datos sql y otras de la misma forma que se usa un archivo dbf. Estaré inmensamente agradecido si alguien logra armar un script que compile este sqlrdd. Incluyendo el SQLRDD https://github.com/ronpinkas/xharbour/tree/main/xHarbourBuilder/xHarbour-SQLRDD no poder compilar ...
by jair
Wed Aug 16, 2023 9:47 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Incluyendo el SQLRDD
Replies: 40
Views: 2804

Webview InjectJavascript no entiendo

Antonio buenas tardes como estas? Quisiera saber si lo que hace el nuevo método de la clase webview InjectJavascript, es colocar el script que le enviemos al final del archivo html? Es que no logro entender lo que hace, y el único ejemplo que de momento hay en foro es el que esta ...
by leandro
Fri Aug 11, 2023 10:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Webview InjectJavascript no entiendo
Replies: 3
Views: 206

Re: How to get libssl.lib and libcrypto.lib for MSC?

... by removing path when of lib_name for LIBRARY line below?) REM REM Requires 'dumpbin' and 'lib' in PATH - run from VS developer prompt. REM REM Script inspired by http://stackoverflow.com/questions/9946322/how-to-generate-an-import-library-lib-file-from-a-dll SETLOCAL if "%1"=="32" ...
by carlos vargas
Wed Jul 26, 2023 9:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to get libssl.lib and libcrypto.lib for MSC?
Replies: 3
Views: 284

Xbrowse, FastEdit y xBrw:Edit() RESUELTO

... hacerlo con el oBrw:Edit. Por lo demás todo funciona Supongo que para variar soy yo el torpe :oops: pero no puedo darme cuenta que está mal. //Script de la tabla aAdd( aSql, 'SELECT l.id, l.lugar, l.numerodellaves FROM llaves AS l ORDER BY l.id' ) //campos y cabezales para el xbrowse aAdd( ...
by jose_murugosa
Mon Jul 17, 2023 7:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Xbrowse, FastEdit y xBrw:Edit() RESUELTO
Replies: 7
Views: 341

Re: hbmk2 problem

I found the problem ... but will follow up with an email: The script for the .hbp says to use hbfoxpro.ch In it, we have this redefine: #xtranslate SEEK( <x>, <wa> ) => (<wa>)->( dbSeek( <x> ) ) Removing that file solves the ...
by TimStone
Mon Jul 17, 2023 4:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hbmk2 problem
Replies: 19
Views: 823

Re: TWebView y Javascript

Estimados buenas tardes Estoy tratando de ejecutar la siguiente funcion javascript con TWebView pero no me funciona #include "FiveWin.ch" //----------------------------------------------------------------------------// function Main() local oWebView ...
by EASYSOFT
Sun Jul 16, 2023 8:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TWebView y Javascript
Replies: 6
Views: 462
PreviousNext

Return to advanced search