Search found 766 matches: notice

Return to advanced search

Compiler with MSVC y HARBOUR

... libmysql.dll (the executable grows a little) I hope it helps you and gives you the opportunity to use these wonderful tools with which you will notice the big difference in the performance of your systems.
by acuellar
Thu Apr 18, 2024 8:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiler with MSVC y HARBOUR
Replies: 3
Views: 137

Re: Compiling error Antonio Nages resolved

... comp.log 2> warnings.log  Funciona, pero no noté nada especial. No entiendo el motivo de estas BANDERAS(Flags). It works, but I didn't notice anything special. I don't understand the reason for these FLAGS. Thank you anyway. De todos modos, gracias. Regards, saludos.
by karinha
Tue Apr 16, 2024 3:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiling error Antonio Nages resolved
Replies: 7
Views: 219

Re: Mr Rao :SetFilter no funciona

... // Si Funciona Gracias por su atencion This is a bug in our library. We regret for this. Also thank you for bringing this to our notice. Works well if the Like Expression contains only numbers and alphabets but not chars like -, +, etc. We are fixing this bug and testing now. ...
by nageswaragunupudi
Sat Mar 23, 2024 8:28 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mr Rao :SetFilter no funciona
Replies: 11
Views: 2416

change size dialog selecting noption folder

... 6 I made a small test Problem is when press folder tab the dialog is resized but sometimes the oBar is hided or became smaller and then I often notice a flutter, i.e. the dialog trembles #include "FiveWin.ch"#include "Constant.ch"#define DEF_COLOR1 nRgb( 245,244,234) #define ...
by Silvio.Falconi
Thu Mar 14, 2024 11:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: change size dialog selecting noption folder
Replies: 3
Views: 619

Re: New FWH 24.02

I still notice a problem. I use xHarbour Builder for its debugger. It works reseanable good. But if I build my application with xHarbour Builder, I get this error xLINK: error: Unresolved external symbol '_GetDCBrushColor referenced ...
by driessen
Mon Mar 11, 2024 7:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 24.04
Replies: 37
Views: 7063

FWH 24.02 new Class TWebView2

... examples for Class TWebView. You can also find copies of them, in example: webview_2.prg which are the equivalents for Class TWebView2. Please notice that there are some differences, so you will have to review your current code to get it properly working with new Class TWebView2 (in the future ...
by Antonio Linares
Thu Feb 29, 2024 4:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 24.02 new Class TWebView2
Replies: 11
Views: 2465

Re: Add a new taskPanel on Explorerbar ( on line)

... it might work except that the Destroy method doesn't delete the taskpanels correctly NOTICE panel 1 is always present and is never deleted so when I delete the panels I delete them starting from the second
by Silvio.Falconi
Mon Feb 26, 2024 8:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Add a new taskPanel on Explorerbar ( on line)
Replies: 2
Views: 217

Re: Problem with FiveWin and PDF995 on Windows 11.

I use BuildH.bat to compare. Let me do it again using BuildX.bat. No matter, your sample worked great when I tested even though I setup using the BuildH.bat for Libs. I did notice that my exe on me production program is much larger.
by byron.hopp
Thu Feb 15, 2024 6:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FiveWin and PDF995 on Windows 11.
Replies: 29
Views: 1216

Re: link between PRG and RC

Dear Ruth, good morning In your code: DEFINE DIALOG oDlg RESOURCE "NACHFASSEN" ... // Notice that you are using "NACHFASSEN" and in the resource file, here you have the same name: NACHFASSEN DIALOG DISCARDABLE ... // NACHFASSEN is here again Next is ...
by Antonio Linares
Tue Jan 30, 2024 6:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: link between PRG and RC
Replies: 20
Views: 1702

Re: file ID in the Windows file system

Please notice that the above code works for local files. For networked files the code is different: HANDLE hFile = CreateFile(L"\\myserver\share\myfile.txt", GENERIC_READ, FILE_SHARE_READ, NULL, OPEN_EXISTING, FILE_FLAG_OVERLAPPED, ...
by Antonio Linares
Sat Jan 06, 2024 10:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: file ID in the Windows file system
Replies: 5
Views: 628

Re: Booking xbrowse example

... school the offices use particular programs of the ministry of education and are software on the web, but in recent periods it has been possible to notice that the employees of the offices lose many hours due to the slowness of the Internet connection or many days the Internet connection is unusable ...
by Silvio.Falconi
Sun Dec 31, 2023 1:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Booking xbrowse example
Replies: 16
Views: 3318

Re: DBF . Commit

... this mean? If SET HARDCOMMIT is ON, does every change when made is also "committed" ? We know that is not happening because we do not notice change in file timestamps. Even when COMMIT calls this function, this function in turn is only executing hb_fileCommit() only when hb_SetGetHardCommit() ...
by nageswaragunupudi
Mon Oct 23, 2023 5:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2340

Re: DBF . Commit

... network. This is enough proof that COMMIT is not necessary. Next: Add this line SET HARDCOMMIT OFF to the Writer.prg and rebuild and run. You will notice the behavior to be the same. So, COMMIT of NO COMMIT SET HARDCOMMIT ON or OFF Modify and UNLOCK is all that is enough.
by nageswaragunupudi
Sun Oct 22, 2023 2:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2340

Re: cGetFile()

Enrico .. thank you for the code ... I did notice that the folders are still visable if you are just looking for a specific file .. but in my case I see the .xlsx Excel file(s) only and that works for me ..

Thanks a lot!

Rick Lipkin
by Rick Lipkin
Fri Sep 15, 2023 8:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: cGetFile()
Replies: 10
Views: 689

Re: PDF EN RPREVIEW

... using pdf button OR (2) Directly save as pdf without showing preview. Please check all the options and compare the generated pdfs. Also you will notice the capabilities of harupdf, where you can click on the photo to go to a website You will interestingly notice some capabilities and limitations ...
by nageswaragunupudi
Sat Aug 12, 2023 8:26 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: PDF EN RPREVIEW
Replies: 12
Views: 949
Next

Return to advanced search

cron