Search found 247 matches: trick

Return to advanced search

Re: Modify the title font of a MdiChild window

My dear friend Otto, try this trick that you posted, using MDI, please. Mi querido amigo Otto, prueba este truco que publicaste usando MDI, por favor.    DEFINE WINDOW oWnd STYLE ( WS_POPUP | 0x00040000L  ) ;  ...
by karinha
Fri Mar 15, 2024 3:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Modify the title font of a MdiChild window
Replies: 4
Views: 851

Re: TUrlLink on Xbrowse

hi Silvio, https://forums.fivetechsupport.com/viewtopic.php?f=6&t=37846 seem me the Solution which use a "Trick" (blue Color) to show URL https://hymplus.com/forofw/xbrowse_url_3.png when DblClick on Cell you can open a "extra" Dialog ...
by Silvio.Falconi
Thu Feb 29, 2024 8:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TUrlLink on Xbrowse
Replies: 3
Views: 233

Re: TUrlLink on Xbrowse

hi Silvio, https://forums.fivetechsupport.com/viewtopic.php?f=6&t=37846 seem me the Solution which use a "Trick" (blue Color) to show URL https://hymplus.com/forofw/xbrowse_url_3.png when DblClick on Cell you can open a "extra" Dialog ...
by Jimmy
Thu Feb 29, 2024 5:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TUrlLink on Xbrowse
Replies: 3
Views: 233

Re: Calculate total pages

Master Otto, master Otto!! Are you trying to trick me? hahahahaha. I asked for a PRACTICAL EXAMPLE with Fonte(.PRG) where you use this subclass model that you post. There is no way to fool the biggest super power of FIVEWIN BRASIL. hahahahahahaha. ...
by karinha
Fri Nov 24, 2023 4:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Calculate total pages
Replies: 32
Views: 5867

Re: Help splitting up a character address string

... has Street,City, State and Zip .. however the Address excel column has street,city,state and zip concatenated into one excel column .. so the trick is as I loop through the for\next loop ... that I run the conversion from the value "City,State ZIP" into it individual fields .. I ...
by Rick Lipkin
Wed Nov 15, 2023 10:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help splitting up a character address string
Replies: 10
Views: 602

Hide a Checkbox from Resource.

Is there a trick to hide a checkbox on a dialog which I access through an RC file. I am making a calendar routine and wanted to hide all days outside of the current month, I can disable them so the user cannot check them, but I wanted to make them disappear. Thanks,
by byron.hopp
Mon Jul 03, 2023 5:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Hide a Checkbox from Resource.
Replies: 7
Views: 378

Re: Problem with xBrowse

Armando:

Instead of:
Code: Select all  Expand view
"SELECT *,S.SUC_NOM FROM HdrVda H LEFT JOIN Sucursales S ON H.HDR_SUC = S.SUC_NUM ORDER BY HDR_FOL"


Use
Code: Select all  Expand view
"SELECT H.*,S.SUC_NOM FROM HdrVda H LEFT JOIN Sucursales S ON H.HDR_SUC = S.SUC_NUM ORDER BY HDR_FOL"


"H.*" make the trick.

Regards,
by Cgallegoa
Mon Jun 05, 2023 11:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with xBrowse (Fixed)
Replies: 34
Views: 2160

Re: create pdf

... as 7th parameter when using SayText() Use 'nil' and test again. It should work without errors. Please run and let us know Yes, that made the trick. I didn't see that cAlign was meant as character type and didn't know that it's better to be nil. Thanks for your clarification, Mr. Rao
by Detlef
Sun May 14, 2023 2:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: create pdf
Replies: 14
Views: 899

Re: How to read settings in Word

... Files\Document" ... but File-Dialog Control "might" show you "last Folder" --- under Xbase++ i have use a "Trick" to show "right" Folder before call ActiveX i call File-Dialog Control "invisible" to set new Path and than close it ...
by Jimmy
Fri May 05, 2023 4:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to read settings in Word
Replies: 14
Views: 637

Unicode to UTF8

... and that is what I need to display. I tried hb_Translate( 'Goyt\u00eda', "ES850", "UTF8" ) but that is not quite doing the trick. Can someone here help? Thank you, Reinaldo.
by reinaldocrespo
Thu Mar 23, 2023 12:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Unicode to UTF8
Replies: 2
Views: 278

Re: MENUITEM RESOURCE transparency ?

hi, thx for your work and Sample as i can "see" you use a "Trick" to change Style to 2007, than it look much better but how should a Newbie "know" this while Help File does not say it without "Trick" it look like i say ...
by Jimmy
Sun Nov 06, 2022 5:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MENUITEM RESOURCE transparency ?
Replies: 28
Views: 1243

Re: Manifest

... Design of xBase" ... :roll: same is under Xbase++ and HMG that MDI Client have Windows 7 Style :( --- as i remember i have use a "Trick" with Codejock Skinframework which also work on MDI Client why doesn't this happen in other programming languages? sample Delphi
by Silvio.Falconi
Thu Oct 27, 2022 11:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Manifest
Replies: 22
Views: 1785

Re: Manifest

... Design of xBase" ... :roll: same is under Xbase++ and HMG that MDI Client have Windows 7 Style :( --- as i remember i have use a "Trick" with Codejock Skinframework which also work on MDI Client
by Jimmy
Thu Oct 27, 2022 10:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Manifest
Replies: 22
Views: 1785

Re: how to get no Titlebar

hi Antonio,
Antonio Linares wrote:Use a dialog instead of a window

have try it
after disable 2unknown" Parameter it run ... and hang ... :(

but i found Solution
Code: Select all  Expand view
NOSYSMENU NOCAPTION NOMINIMIZE NOMAXIMIZE BORDER NONE

the Border Option did the Trick :D
by Jimmy
Tue Oct 25, 2022 12:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to get no Titlebar
Replies: 2
Views: 289

Re: SysRefresh() ( DO Events) / MsgInfo() and ActiveX()

hi Antonio,
Antonio Linares wrote:Please try with SysWait( 1 )

YES, that Trick work.
Thx
by Jimmy
Fri Oct 14, 2022 9:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SysRefresh() ( DO Events) / MsgInfo() and ActiveX()
Replies: 4
Views: 332
Next

Return to advanced search