Search found 7615 matches: program

Return to advanced search

Re: passing a value through a for..next loop

... of detached locals. Search for detached locals in this forum. The sample provided by Mr. Antonio above is the right way to go. This is a working program using the above principle Build and run this program in fwh samples folder. #include "fivewin.ch"REQUEST DBFCDXfunction Main()  ...
by nageswaragunupudi
Sun May 12, 2024 2:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: passing a value through a for..next loop
Replies: 6
Views: 165

Re: Inicio lento aplicacion Fivewin 32 bits en Windows 11

I use a professional .EXE shrinker ... that makes a big difference in execution time .. the smaller the .EXE, the quicker the program loads not only on a single machine but especially on a network where the .exe is on a common folder. The Shrinker is called Aspack .. and an additional ...
by Enrico Maria Giordano
Sat May 11, 2024 2:46 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Inicio lento aplicacion Fivewin 32 bits en Windows 11
Replies: 14
Views: 171

Re: Inicio lento aplicacion Fivewin 32 bits en Windows 11

I use a professional .EXE shrinker ... that makes a big difference in execution time .. the smaller the .EXE, the quicker the program loads not only on a single machine but especially on a network where the .exe is on a common folder. The Shrinker is called Aspack .. and an additional ...
by quim
Sat May 11, 2024 1:32 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Inicio lento aplicacion Fivewin 32 bits en Windows 11
Replies: 14
Views: 171

Re: Inicio lento aplicacion Fivewin 32 bits en Windows 11

I use a professional .EXE shrinker ... that makes a big difference in execution time .. the smaller the .EXE, the quicker the program loads not only on a single machine but especially on a network where the .exe is on a common folder. The Shrinker is called Aspack .. and an additional ...
by Rick Lipkin
Sat May 11, 2024 1:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Inicio lento aplicacion Fivewin 32 bits en Windows 11
Replies: 14
Views: 171

Re: Transparent Png on MDI Parent

Seems to depend on the bitmap, this code works for some bitmaps, I have also used @ 0,0 Bitmap... ...main program @ 0,0 Image oLogo File Mcs_AppPath() + "Images\SqlServerLogo.bmp" Of oWnd:oWndClient No Border ACTIVATE WINDOW oWnd VALID MCS_EXIT(oWnd,cPath,pPRG_ABRV) ...
by byron.hopp
Fri May 10, 2024 7:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Transparent Png on MDI Parent
Replies: 5
Views: 160

Re: Slow EXE Launch.

... a log file with the name of the executable with information about unloaded resources. After a few days this file was huge and when loading the program I noticed that this file was loading and was taking a long time because of its size. I deleted the LOG file and the program opened normally.
by Giovany Vecchi
Wed May 08, 2024 4:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Slow EXE Launch.
Replies: 8
Views: 224

Re: Send Emails from Fivewin application

Dear friends, we are trying to send mails directly from the program. I found this post about hb_SendMail() ... would this function work in mod_harbour as well and would anyone be so kind as to help me out with your knowledge please... I have office365 ...
by Ruth
Wed May 08, 2024 10:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Send Emails from Fivewin application
Replies: 12
Views: 448

Re: Slow EXE Launch.

... I use an .EXE shrinker called Aspack .. typically the size of the .exe is at least 30-50 percent smaller .. the smaller the .exe the quicker the program loads .. another benefit of the "shrinker" is that the .exe can not be read with a hex editor that may reveal some of your code ... ...
by Rick Lipkin
Tue May 07, 2024 7:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Slow EXE Launch.
Replies: 8
Views: 224

Re: Filter on Xbrowse

Hello Mark, The program also works with WEBVIEW2, directly as a FIVEWIN-EXE. Here you have a source. This is just a quick test with a dummy JSON. Normally the JSON would come from the server. However, I would prefer to do the example ...
by Otto
Sat May 04, 2024 10:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Filter on Xbrowse
Replies: 42
Views: 750

Re: Filter on Xbrowse

... Master OTTO, I challenge you to do better! hahahahahaha. I gladly accept the challenge. If I understand you correctly, you would like to see the program TESTXBR7.PRG as a mod harbour version? Best regards, Otto And we (I) would like to see the code and be able to compile it. Out of curriossity ...
by Marc Venken
Sat May 04, 2024 9:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Filter on Xbrowse
Replies: 42
Views: 750

Re: Filter on Xbrowse

Dear João,
> Master OTTO, I challenge you to do better! hahahahahaha.

I gladly accept the challenge.
If I understand you correctly, you would like to see the program TESTXBR7.PRG as a mod harbour version?

Best regards,
Otto
by Otto
Sat May 04, 2024 9:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Filter on Xbrowse
Replies: 42
Views: 750

Re: Filter on Xbrowse

Dear João,

Do you mean in the Mod Harbour program?


Best regards,
Otto
by Otto
Sat May 04, 2024 1:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Filter on Xbrowse
Replies: 42
Views: 750

xbrowse (likely a custom table) whose contents change dynam

... requests like GET, POST, PUT, etc., and handle responses in a clean and readable manner. The JavaScript function fetch then calls the mod harbour program data.prg. A JSON string is passed to the server through the body property of the fetch request. fetch sends: filterData in the body to the mod ...
by Otto
Sat May 04, 2024 7:42 am
 
Forum: mod_harbour
Topic: xbrowse (likely a custom table) whose contents change dynam
Replies: 0
Views: 71

Dynamic Table Filter Control

... am trying to replicate things here with mod harbour and webview2 that I see in the general forum and that interest me. They are small tests. This program contains a table with dynamically adjustable height based on selected filters and buttons to increase or decrease the height. https://mybergland.com/fwforum/tabelhigh.gif ...
by Otto
Fri May 03, 2024 4:42 pm
 
Forum: mod_harbour
Topic: Dynamic Table Filter Control
Replies: 0
Views: 267

Re: Reload data in a combobox

... the new fwh the two category comboboxes (master and sub) were not connected to each other. the source was based on an example of Arteaga's Cawinrc program that Alfredo published in the prehistoric era https://i.postimg.cc/qMGPYTWL/alfedo.png and the data are saved in this type : ...
by Silvio.Falconi
Wed May 01, 2024 7:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reload data in a combobox
Replies: 3
Views: 133
Next

Return to advanced search