Search found 22 matches: setprompts

Return to advanced search

Marco, Yes, it is a bug (introduced in 8.10) in Class TFolder Method SetPrompts() that we have also detected it today. This is the right code: METHOD SetPrompts( aPrompts, aHelps ) CLASS TFolder local n if ! Empty( aPrompts ) ::aPrompts ...
by Antonio Linares
Tue Oct 21, 2008 10:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problems with FWH 8.10
Replies: 8
Views: 1723

... NHELPID Args: [ 1] = U [ 2] = U Stack Calls =========== Called from: => _NHELPID(0) Called from: .\source\classes\folder.PRG => TFOLDER:SETPROMPTS(0) Called from: .\source\classes\folder.PRG => TFOLDER:NEW(0) Called from: K:\pigc\ADDON32\UPDATED2\MODXP.PRG => MAKEWINDOW(341) Called ...
by Marco Turco
Tue Oct 21, 2008 7:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problems with FWH 8.10
Replies: 8
Views: 1723

oFld:aPrompts[ oFld:nOption ] := AllTrim( cTemp ),;
oFld:SetPrompts(oFld:aPrompts) )
by jose_murugosa
Mon Oct 22, 2007 11:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: folder aPrompts problem
Replies: 4
Views: 827

If you change the sample genfold from:
oFld:aPrompts[ oFld:nOption ] := AllTrim( cTemp )
oFld:Refresh() )

to:
oFld:SetPrompts({ "TEST", "&Two", "T&hree" })

than the tab prompt changes.

Regards,
Otto
by Otto
Sun Oct 21, 2007 8:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: folder aPrompts problem
Replies: 4
Views: 827

> I fixed it with SetPrompts()

Right, thats the method to use in Win32 :-)
by Antonio Linares
Fri Aug 31, 2007 11:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: I can Fixed it, Thans (Problem with TFolder change Prompt)
Replies: 1
Views: 530

I can Fixed it, Thans (Problem with TFolder change Prompt)

Dear Antonio,

I used to change aPrompts and Refresh Folder as following.

oFld:aPrompts[2] := 'Test'
oFld:Refresh()

It works fine with Clipper&FW16bits.
But xHB&FWH707 is not working.

Best regards,
Dutch

I fixed it with SetPrompts()
by dutch
Fri Aug 31, 2007 8:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: I can Fixed it, Thans (Problem with TFolder change Prompt)
Replies: 1
Views: 530

( ofld:aDialogs[2]:Hide(), ofld:SetPrompts( { "&1-Produto" } ) )
by Antonio Linares
Sun Mar 26, 2006 8:08 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Hide (esconder) um Folder em tempo de execução
Replies: 5
Views: 1921
Previous

Return to advanced search