Search found 915 matches: avoid

Return to advanced search

Re: Webview class into Resource Dialog?

It seems as WebView is closing the whole app

I don't know how we can avoid this behavior.
by Antonio Linares
Fri Feb 17, 2023 10:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Webview class into Resource Dialog?
Replies: 5
Views: 248

Re: use Icon from Windows DLL Resource

Maybe, c:\fwh..\samples\LISTVIE1.PRG

or make a complete example. avoid posting pieces of code.

Regards, saludos.
by karinha
Tue Feb 14, 2023 3:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: use Icon from Windows DLL Resource
Replies: 7
Views: 457

how to get WM_POWERBROADCAST under Fivewin ?

hi, i want to avoid "Energy-Saving" when App is running. --- there is a WM_POWERBROADCAST Message which i use under Xbase++ / Ot4xb   ELSEIF nMsg == WM_POWERBROADCAST      DO CASE         CASE wp = PBT_APMQUERYSUSPEND  ...
by Jimmy
Sat Feb 04, 2023 7:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to get WM_POWERBROADCAST under Fivewin ?
Replies: 7
Views: 532

Re: What is the best PDF Printer Driver Windows to use with Five

... I would always suggest previewing anything before it is sent out, and especially any form of invoice, or statement. It's just being proactive to avoid issues later. The process for me is quite simple. The client's email address is in their record. So, I preview the document, and hit the Email ...
by TimStone
Wed Jan 25, 2023 11:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: What is the best PDF Printer Driver Windows to use with Five
Replies: 11
Views: 832

Re: MDI child window appearance

... it to much the "bitmap" can't be paited, then it is reason for why the skin disapear. then you need adjust the oDlg:aMinMaxInfo to avoid that :D in case you want some different style you can make your own by editing the BMPs, please check the folder black_skin, blue_skin and simple_skin ...
by Silvio.Falconi
Fri Dec 30, 2022 8:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MDI child window appearance
Replies: 50
Views: 4670

Re: MDI child window appearance

... it to much the "bitmap" can't be paited, then it is reason for why the skin disapear. then you need adjust the oDlg:aMinMaxInfo to avoid that :D in case you want some different style you can make your own by editing the BMPs, please check the folder black_skin, blue_skin and simple_skin ...
by Lailton
Thu Dec 29, 2022 11:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MDI child window appearance
Replies: 50
Views: 4670

Re: how to identify which HB_CODEPAGE was REQUEST

... and all get .T. :? under HMG i have to REQUEST each Codepage which i want to use. under Fivewin i can use DE850 without REQUEST :?: i just want to avoid that User use a Codepage which is not available as i offer all https://i.postimg.cc/0jnL2tYX/Codepage.png
by Jimmy
Sun Nov 27, 2022 10:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to identify which HB_CODEPAGE was REQUEST
Replies: 2
Views: 230

Error when press ALT + XXX

... => TWINDOW:ACTIVATE( 1114 ) Called from: TGRID.prg => MAIN( 512 ) but i have no "Hotkey" define ... how can i avoid Error :?:
by Jimmy
Fri Nov 11, 2022 9:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error when press ALT + XXX
Replies: 3
Views: 305

Re: HB_FUNC() : wParam, lParam = 0,0 for Macro

Because it is the correct macro prototype: uuups ... i have read Description from LVM_GETSELECTEDCOUNT Message not from ListView_GetSelectedCount Macro :roll: --- in HMG Source i found some AVOID_COMPILER_WARNING when using Listview Macro HMG use   SendMessage ( hWnd, LVM_*, (WPARAM) x,...
by Jimmy
Sun Nov 06, 2022 1:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HB_FUNC() : wParam, lParam = 0,0 for Macro
Replies: 5
Views: 365

Re: TDatabase broken backward compatibility

We do not like any user to face any inconvenience by upgrading FWH. 1st point: This was a deliberate change we made to avoid some common problems. We can explain but at some other time. For now, we will make some changes in the database.prg to continue the old behavior I will post ...
by nageswaragunupudi
Thu Nov 03, 2022 3:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TDatabase broken backward compatibility
Replies: 2
Views: 305

New FTDN October/Octure (FWH 22.10)

... a block using the parameters inline edit raises runtime error. Fixed. For previous versions from FWH2008, please assign a value to bClrEdit to avoid this runtime error. - While browsing ordered datasources, incremental seek feature is on by default. At times this creates unexpected and undesired ...
by Antonio Linares
Wed Nov 02, 2022 11:55 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN October/Octure (FWH 22.10)
Replies: 2
Views: 896

Re: harbour CLASS vs. Xbase++ CLASS

hi Antonio, Why don't you use the FWH commands ? Using them you avoid having to deal with so many parameters there are still a lot in Fivewin what i have to learn i got Problem with xCommand e.g. COMBOBOX like in this Thread https://forums.fivetechsupport.com/viewtopic.php?t=42381 ...
by Jimmy
Mon Oct 31, 2022 5:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: harbour CLASS vs. Xbase++ CLASS
Replies: 2
Views: 303

Re: harbour CLASS vs. Xbase++ CLASS

Dear Jimmy,

Why don't you use the FWH commands ? Using them you avoid having to deal with so many parameters
by Antonio Linares
Sun Oct 30, 2022 7:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: harbour CLASS vs. Xbase++ CLASS
Replies: 2
Views: 303

BCC 7 32 Bit \INCLUDE

... for a new CLASS TGrid i have rename HB_FUNC() in listview.c and also in tlistvie.prg with new "Prefix" to avoid "dupe" Warning i use c:\fwh\samples\buildh.bat and bcdir=c:\bcc7 and get Warning missing "Windows.h" ... --- so what must ...
by Jimmy
Sun Oct 16, 2022 7:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: BCC 7 32 Bit \INCLUDE
Replies: 9
Views: 393

avoid content of tget controls

... see i use the get to select colors with choosecolor () if the get is disabled, part of the number corresponding to the color appears how could i avoid it?
by Silvio.Falconi
Fri Oct 14, 2022 10:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: avoid content of tget controls
Replies: 0
Views: 161
PreviousNext

Return to advanced search