Search found 3477 matches: refresh

Return to advanced search

Re: strange error of fiveh lib

Dear Silvio, Please post the source of ut_images.prg In the meantime, please declare those missing functions as dummy: function BetaVersion() ; return nil I allready make function BetaVersion() ; return nil function setmasked() ; return nil function showgrid() ; return nil But I not understood perh...
by Silvio.Falconi
Sun May 05, 2024 7:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: strange error of fiveh lib
Replies: 2
Views: 89

Re: how to change the size of an xbrowse in runtime

Otto wrote:Static function changeBrw(oBrw,lmarried)
IF lmarried
oBrw:nBottomMargin -= 40
else
oBrw:nBottomMargin += 40
endif
oBrw:refresh()
return nil


use the test I published
by Silvio.Falconi
Thu May 02, 2024 9:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to change the size of an xbrowse in runtime
Replies: 17
Views: 280

Re: how to change the size of an xbrowse in runtime

Static function changeBrw(oBrw,lmarried)
IF lmarried
oBrw:nBottomMargin -= 40
else
oBrw:nBottomMargin += 40
endif
oBrw:refresh()
return nil
by Otto
Thu May 02, 2024 9:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to change the size of an xbrowse in runtime
Replies: 17
Views: 280

Re: how to change the size of an xbrowse in runtime

What if you use oDlg:refresh() or oWnd:refresh() if the xbrowse is on a window?
Does it change?
Regards,
Otto
by Otto
Thu May 02, 2024 4:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to change the size of an xbrowse in runtime
Replies: 17
Views: 280

how to change the size of an xbrowse in runtime

I not Know How change the height of a xbrowse I tried with

Static function changeBrw(oBrw,lmarried)
IF lmarried
oBrw:nHeight -= 40
else
oBrw:nHeight += 40
endif
oBrw:refresh()
return nil

but not happen nothing
by Silvio.Falconi
Thu May 02, 2024 4:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to change the size of an xbrowse in runtime
Replies: 17
Views: 280

Filter on Xbrowse

... the second checkbox it must raise the xbrowse and insert 3 checkboxes 50 years, 25 years, 20 years and obviously I have to filter the archive and refresh the xbrowse
by Silvio.Falconi
Thu May 02, 2024 12:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Filter on Xbrowse
Replies: 42
Views: 672

Reload data in a combobox

... and the subcategories are inserted in the same archive I have to do a combobox check where I select the major categories and then I have to refresh another combobox with the lower categories corresponding to the major category selected. when I go to reload the lower categories in the second ...
by Silvio.Falconi
Tue Apr 30, 2024 8:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reload data in a combobox
Replies: 3
Views: 125

Re: Problem with valid email refresh btnbmp- RESOLVED

After raising awareness of Antonio Linares and Nageswarao, after I went crazy thinking what it could be, i.e. why the Nageswarao test worked well for everyone and not on my computers, I remembered that many years ago I had the same problem but with the hb_regxxxxxxxx functions, I went to look for th...
by Silvio.Falconi
Sun Apr 14, 2024 6:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with valid email refresh btnbmp- RESOLVED
Replies: 25
Views: 2563

Re: Problem with valid email refresh btnbmp

Just now, I requested Mr. Anser KK also to help testing. He tested with FWH2307 and informed that the program is NOT working with FWH2307 So, Mr. Silvio Let me test with FWH2307 and get back to you. Also let me know the FWH version you are using. Thanks Dear Rao, I'using the last fwh release "...
by Silvio.Falconi
Fri Apr 12, 2024 8:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with valid email refresh btnbmp- RESOLVED
Replies: 25
Views: 2563

Re: Problem with valid email refresh btnbmp

nageswaragunupudi wrote:Can any other friends also test this program and let us know if it is working for them.


Dear Rao,

Test code from Antonio.
working fine for 32bit.
    Win11 home/pro
    FWH2402
    Harbour 3.2
    Bcc77
by richard-service
Fri Apr 12, 2024 7:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with valid email refresh btnbmp- RESOLVED
Replies: 25
Views: 2563

Re: Problem with valid email refresh btnbmp

Just now, I requested Mr. Anser KK also to help testing.
He tested with FWH2307 and informed that the program is NOT working with FWH2307

So, Mr. Silvio
Let me test with FWH2307 and get back to you.
Also let me know the FWH version you are using.
Thanks
by nageswaragunupudi
Fri Apr 12, 2024 6:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with valid email refresh btnbmp- RESOLVED
Replies: 25
Views: 2563

Re: Problem with valid email refresh btnbmp

Hi Friends,

I have tested the Antonio's above code with:

Win11,
FWH 2310,
xHarbour 1.3.1 Lastest Build,
BCC760

And it is working as intended.

-Ramesh Babu
by RAMESHBABU
Fri Apr 12, 2024 6:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with valid email refresh btnbmp- RESOLVED
Replies: 25
Views: 2563

Re: Problem with valid email refresh btnbmp

Can any other friends also test this program and let us know if it is working for them.
by nageswaragunupudi
Fri Apr 12, 2024 6:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with valid email refresh btnbmp- RESOLVED
Replies: 25
Views: 2563

Re: Problem with valid email refresh btnbmp

Try function SilviBtnBmp()   local oDlg, oGet, oBtn, oFont   local cEmail      := Space( 40 )   SetGetColorFocus()   DEFINE FONT oFont NAME "Segoe UI" SIZE 0,-24   DEFINE DIALOG oDlg SIZE 600,300 PIXEL TRUEPIXEL FONT oFont   @  40,40 GET oGet VAR cEmail SIZE 400,40...
by Antonio Linares
Fri Apr 12, 2024 6:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with valid email refresh btnbmp- RESOLVED
Replies: 25
Views: 2563
Next

Return to advanced search