Search found 3481 matches: refresh

Return to advanced search

Re: problem with OrdScope and refresh xbrowse

Did you manage to solve the problem?
by Boby6Muertos
Thu Jun 13, 2024 1:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with OrdScope and refresh xbrowse
Replies: 3
Views: 515

Re: how to find out if a Record was updated ?

... was wrong : how to find out if a Record was now (!) updated ? i want to inform other User, if they use same DBF, that e.g. a Browse Display refresh() is need
by Jimmy
Thu Jun 06, 2024 10:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to find out if a Record was updated ?
Replies: 10
Views: 219

Re: Ayuda con DLL

... ImpVta[1]:=oDbf2:IMPORTE DtoVta[1]:=oDbf2:IMPODTO VolVta[1]:=oDbf2:LITROS PPUVta[1]:=oDbf2:PRECIO FOR V=1 TO 10 FOR X=1 TO 10 oGetV[V,X]:Refresh() NEXT NEXT ELSE IF oDbf1:ULTIMANU=vSaleNr .AND. !EMPTY(ALLTRIM(vPay_Type)) IF ModCem="PRIS" .AND. ALLTRIM(vPay_Type)="Puma App" ...
by Jorge Jaurena
Tue Jun 04, 2024 2:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con DLL
Replies: 8
Views: 146

Re: also for obrw nheight

... += nBoxHeight endif next // Adjust the height of the XBROWSE based on the height of the activated boxes oBrw:nBottomMargin+= nBoxHeight oBrw:refresh()
by Silvio.Falconi
Thu May 16, 2024 9:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: also for obrw nheight
Replies: 10
Views: 572

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: 137

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: 684

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: 684

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: 684

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: 684

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: 2137

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: 225

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: 3386

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: 3386

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: 3386
Next

Return to advanced search