Search found 1316 matches: script

Return to advanced search

Re: send an email using the Outlook object

... becomes complex right away. I have now checked a few more options and it seems - and it also worked immediately - that it is easiest to use a PHP script (PHPMailer) and call it with "run a PHP script from the command line" or shellexec. Best regards, Otto command line c:\www\php\php.exe ...
by Otto
Mon May 13, 2024 6:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: send an email using the Outlook object
Replies: 1
Views: 18

Dynamic Table Filter Control

... <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet"> <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js"></script> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> ...
by Otto
Fri May 03, 2024 4:42 pm
 
Forum: mod_harbour
Topic: Dynamic Table Filter Control
Replies: 0
Views: 274

2404 Fivewin.ch error -- Antonio

... declaration follows executable statement2 errors  So far this is the first FiveWin error I have come across ... do you see something in the script above that would cause this error ?? Thanks Rick Lipkin
by Rick Lipkin
Mon Apr 29, 2024 5:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 2404 Fivewin.ch error -- Antonio
Replies: 7
Views: 209

Re: Error FWH 2404 unresolved external 'SetWindow Theme'

Error: Unresolved external 'SetWindowTheme' referenced from C:\FWH2404\LIB\FIVEHX.LIB|window


Please add this to your link script:
Code: Select all  Expand view
%bcdir%\lib\psdk\uxtheme.lib
by nageswaragunupudi
Fri Apr 26, 2024 5:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error FWH 2404 unresolved external 'SetWindow Theme'
Replies: 7
Views: 250

Re: Compiler with MSVC y HARBOUR

... VisualStudioSetup.exe install Desarrollo para el escritorio con C++ After installing it, if you want to make it portable you can do it with this Script CreaPortableMSVC.bat (Change the destination route and x86 to x64 as needed) ROBOCOPY "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.39.33519\bin\Hostx86\x86" ...
by hua
Fri Apr 19, 2024 6:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiler with MSVC y HARBOUR
Replies: 3
Views: 188

Compiler with MSVC y HARBOUR

... VisualStudioSetup.exe install Desarrollo para el escritorio con C++ After installing it, if you want to make it portable you can do it with this Script CreaPortableMSVC.bat (Change the destination route and x86 to x64 as needed) ROBOCOPY "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.39.33519\bin\Hostx86\x86" ...
by acuellar
Thu Apr 18, 2024 8:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiler with MSVC y HARBOUR
Replies: 3
Views: 188

Compilar con MSVC y HARBOUR

... Con VisualStudioSetup.exe instalar Desarrollo para el escritorio con C++ Luego de instalarlo, Si lo quiere hacer portable lo puede hacer con éste Script CreaPortableMSVC.bat (Cambiar la ruta destino y x86 por x64 a su necesidad) ROBOCOPY "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.39.33519\bin\Hostx86\x86" ...
by acuellar
Thu Apr 18, 2024 8:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Compilar con MSVC y HARBOUR
Replies: 0
Views: 112

Re: Compiling error Antonio Nages

Error: Unresolved external 'SetWindowTheme' referenced from C:\WORK\FWH\LIB\FIVEH.LIB|window Error: Unable to perform link Add to your link script: \bcc7\lib\psdk\Uxtheme.lib In the place of \bcc7\. use the installation folder of bcc on your computer. Are you using the bcc770 and Harbour ...
by nageswaragunupudi
Sat Apr 13, 2024 2:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiling error Antonio Nages resolved
Replies: 7
Views: 244

fastreport xharbour

Buenas tardes Alguien podría proporcionarme el script con la secuencia prg para usar fastreport con xharbour! Estoy convirtiendo un sistema antiguo con bcc55 a bcc 5.82 a 7.70 y ninguno de ellos puede cargar los métodos dll de fastreport. Application===========  ...
by jair
Tue Mar 26, 2024 6:57 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: fastreport xharbour
Replies: 1
Views: 390

Error System no longer works.

I have been working on my link script and I might have somehow lost my default error system, when I get an error, my app just goes away. The hb_out.log has this: Application Internal Error - E:\Datafile\Ihss32\ihss32.exe Terminated at: 2024-02-26 ...
by byron.hopp
Mon Feb 26, 2024 10:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error System no longer works.
Replies: 1
Views: 121

Re: Problem with FiveWin and PDF995 on Windows 11.

... I need a change in my mak file? Always you read fwh\samples\buildh.bat and make sure all the libs linked in that bat file are linked in your link script also. for examples check if your link script includes echo %hdirl%\hbhpdf.lib + >> b32.bcecho %hdirl%\libhpdf.lib + >> b32.bc 
by nageswaragunupudi
Tue Feb 13, 2024 5:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FiveWin and PDF995 on Windows 11.
Replies: 29
Views: 1265

Re: Recortar imagen jpg

Found.
Using Mogrify from ImageMagick graphics package did the job:

Example:
Mogrify -trim c:\image.jpg

Regards

https://github.com/ImageMagick/ImageMagick
https://imagemagick.org/script/download.php
by paquitohm
Tue Feb 13, 2024 4:01 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Recortar imagen jpg
Replies: 9
Views: 289

Re: WebView2 sample

Detlef, can't you delete the obj in your script and link the prg?
LG
Otto
by Otto
Mon Jan 29, 2024 12:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 sample
Replies: 16
Views: 1228

Re: WebView2 sample

Dear Antonio, but I believe that Detlef's error cannot be related to the Windows version. I think something is missing in the FiveWin link script here. He is getting the error during compilation. For me, the WEBVIEW also works with Windows Server 2012 - I think it corresponds to Windows 10. ...
by Otto
Mon Jan 29, 2024 7:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 sample
Replies: 16
Views: 1228

Re: DateTime calculation

... since the Unix epoch (January 1, 1970). Multiply the Unix timestamp by 1000 to convert it to milliseconds. Here's a simple example in Harbour script: // Assuming you have a Harbour date variable named myDatemyDate := DToT(DATE(2024, 02, 10))// Step 2: Convert to Unix timestamp ...
by Antonio Linares
Sat Jan 27, 2024 7:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DateTime calculation
Replies: 6
Views: 706
Next

Return to advanced search

cron