Search found 684 matches: creates

Return to advanced search

GetImage on fiveh.lib

... the error that came out is unfortunately caused by an error in the lib fiveh.lib because when the getImage() function is called it creates an EVAL error because this function was mistakenly inserted in the easyreport files and was not assigned static, the function It is located ...
by Silvio.Falconi
Thu May 09, 2024 9:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GetImage on fiveh.lib
Replies: 3
Views: 151

Re: Slow EXE Launch.

... so it seems like time should be getting faster, or is this typical. Thanks, Hello I had a similar problem a while ago. I noticed that fivewin creates 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 ...
by Giovany Vecchi
Wed May 08, 2024 4:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Slow EXE Launch.
Replies: 8
Views: 260

Re: hb_getEnv("PRGPATH")

... docs: https://learn.microsoft.com/en-us/windows/win32/api/winbase/nf-winbase-setenvironmentvariable The operating system creates the environment variable if it does not exist This function has no effect on the system environment variables or the environment variables of ...
by Antonio Linares
Wed May 08, 2024 1:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_getEnv("PRGPATH")
Replies: 8
Views: 196

New FTDN April 2024 (FWH 24.04)

... new record and saving to a table without having to open RowSet object, thus saving time. Usage: oCustRec := oCn:Record( "customer" ) // creates a blank record oCustRec:Edit() // edit and save (append) a new record oCustRec:Blank() // load another blank record oCustRec:Edit() // oStatesRec ...
by Antonio Linares
Wed Apr 24, 2024 7:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April 2024 (FWH 24.04)
Replies: 1
Views: 837

Re: xbrowse problem with :bLClicked

... with that shortcut. In this case, "KL" is an arbitrary shortcut that is not likely to be pressed by the user, so it effectively creates a short delay before executing the Edit_Comuni() function. By using SetKey() with a dummy shortcut like "KL", we can ensure that the ...
by Silvio.Falconi
Mon Apr 22, 2024 7:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse problem with :bLClicked
Replies: 5
Views: 128

Re: xbrowse problem with :bLClicked

... with that shortcut. In this case, "KL" is an arbitrary shortcut that is not likely to be pressed by the user, so it effectively creates a short delay before executing the Edit_Comuni() function. By using SetKey() with a dummy shortcut like "KL", we can ensure that the ...
by Antonio Linares
Mon Apr 22, 2024 5:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse problem with :bLClicked
Replies: 5
Views: 128

Re: Question about performance RowSet

... oRec := oCn:Record( cTable, cWhere )oRec:Edit() for editing a single existing record and saving the modifications. oCn:Record(...) creates a FWMariaRecord class object. This class is derived from TDataRow class and can be used/edited and saved like any normal TDataRow object.
by nageswaragunupudi
Thu Mar 21, 2024 10:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about performance RowSet
Replies: 19
Views: 4262

Re: Problem with FiveWin and PDF995 on Windows 11.

... Pdf class and Printer class. For now you can start creating PDF files with FWH without HaruPdf. This command PRINT oPrn FILE cFilePDF directly creates PDF file even without HaruPdf. You don't need it now but just for information: PRINT oPrn FILE "test.png" / "test.jpg" etc ...
by nageswaragunupudi
Thu Feb 15, 2024 3:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FiveWin and PDF995 on Windows 11.
Replies: 29
Views: 1288

Re: Problem with FiveWin and PDF995 on Windows 11.

I have tried a couple of ways, one: Print oPrn Name cReport File cFile to cPrinter oPrn:lUseHaruPDF := .t. Creates a perfectly great PDF, but during the process it pops up the preview screen and immediately takes it down. Can I eliminate the popup of the screen, it seems it ...
by byron.hopp
Tue Feb 13, 2024 8:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FiveWin and PDF995 on Windows 11.
Replies: 29
Views: 1288

Re: RC to PRG generator

... and each folder has its own dialog. So, you may wish to include an option to assign a name for the dialog that will be used by the program when it creates each control. Tim
by TimStone
Mon Feb 12, 2024 11:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RC to PRG generator
Replies: 23
Views: 1268

Re: Switching my setup program to webview2

You get the same using copilot from Bing, using GPT-4 and free: https://copilot.microsoft.com/ It sumarizes videos, PDFs, creates images, etc. It is difficult (or not) to understand why Microsoft compites with chatgpt, if they are their main supporters. Probably supporting them ...
by Antonio Linares
Sat Feb 10, 2024 8:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Switching my setup program to webview2
Replies: 9
Views: 429

Re: FW_MemoEdit error

... RichText class apart from the fw_memoedit function it often crashes when the dialog is enlarged I noticed a congruence, that is, rtfdemo.prg creates a rtfdemo.rtf file which, if opened with fw_memoedit , displays in one way, if opened with Office Word or with OpenOffice , displays in another ...
by Silvio.Falconi
Sun Jan 28, 2024 4:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_MemoEdit error
Replies: 2
Views: 521

Re: erase files

Silvo I create a local folder on the C: drive called c:\dbtmp and that is where I write all my temp files .. when the application starts it creates the folder c:\dbtmp if not alreacy exist then uses aDIr to create an array of all files in c:\dbtmp and I just use a For\Next loop of aDir and ferace ...
by Rick Lipkin
Wed Jan 24, 2024 7:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: erase files - Resolved!!
Replies: 20
Views: 1612

Re: WebView2 Essentials: Guides, Tips & Resources

... to the web view control. bOnBind: A flag or callback related to binding JavaScript functions. Methods: New(nDebug, hWndParent): Constructor that creates a new web view instance. It takes debug settings and a parent window handle as arguments. Navigate(cURL): Navigates the web view to a specified ...
by Otto
Wed Jan 10, 2024 7:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 Essentials: Guides, Tips & Resources
Replies: 2
Views: 488

file ID in the Windows file system

... or network connection. File handles are used in system programming to manage file operations. When a program opens a file, the operating system creates a file handle to keep track of the file and operations performed on it. This handle is unique for the duration of the file's opening by that ...
by Otto
Fri Jan 05, 2024 4:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: file ID in the Windows file system
Replies: 5
Views: 643
Next

Return to advanced search