Search found 1791 matches: perhaps

Return to advanced search

Re: Compiler with MSVC y HARBOUR

... sense to use WebView2, or whether it might be simpler to use a localhost server everywhere. That's why I am creating a distribution for our users. Perhaps you would be so kind as to explain your mod harbour installation as well. I have seen that the binaries can be downloaded from https://www.apachefriends.org. ...
by Otto
Fri Apr 19, 2024 6:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiler with MSVC y HARBOUR
Replies: 2
Views: 73

Re: Help to friends to Config Xmate with bcc7.7

... as you can see there is not hbpcre.lib into xharbour and all libs are on hb lib folder default perhaps the problem for harbour is that libs are on \harbour\lib\win\bcc and not on folder standard type \harbour\lib
by Silvio.Falconi
Mon Apr 15, 2024 10:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help to friends to Config Xmate with bcc7.7
Replies: 9
Views: 191

Re: Question about wfReadUrl() - SOLVED

Hello Michel,
have you perhaps already had time to perform a search with PowerShell in your large datasets?
I would be very interested to know what the speed is like.
Best regards,
Otto
by Otto
Wed Apr 10, 2024 10:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about wfReadUrl() - SOLVED
Replies: 20
Views: 2744

Re: Google Graph extra graphic ? (Navaro)

Antonio,
I Remember there was a class simulate a gauge
Perhaps the Paco canalfive meter?
by Silvio.Falconi
Sun Apr 07, 2024 12:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google Graph extra graphic ? (Navaro)
Replies: 23
Views: 2823

Re: Problem with valid email refresh btnbmp

PERHAPS ??

function validaEmail(cEmail)
LOCAL pCompiled := hb_regexComp("^[_a-z0-9-]+(\.[_a-z0-9-]+)*@[a-z0-9-]+(\.[a-z0-9-]+)*(\.[a-z]{2,4})$")

LOCAL cRet := .t.

IF HB_RegExMatch( pCompiled, alltrim(cEmail), .F. )


cRet := .f.
end
return cRet
by Silvio.Falconi
Wed Apr 03, 2024 10:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with valid email refresh btnbmp- RESOLVED
Replies: 25
Views: 2290

Re: also error with btnbmp SHOWPOPUP

Nages, sorry perhaps I understood , now it seem not make error @ 148, 350 BTNBMP aBtnBrow[3] ; RESOURCE "GRID_MNU", "", hBmp2, "" ; SIZE 15, 13 PIXEL FLAT NOROUND GDIP WHEN lMenu OF oDlg ; ACTION ::ShowPopUp( ...
by Silvio.Falconi
Mon Apr 01, 2024 10:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: also error with btnbmp SHOWPOPUP
Replies: 8
Views: 1672

Re: records on xbrowse

perhaps I resolved with WHEN ( oBrw:nDataRows < oDbf:OrdKeyCount() )

init
Image

after search
Image
by Silvio.Falconi
Tue Mar 26, 2024 11:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: records on xbrowse
Replies: 8
Views: 1654

Re: To Nageswrao Del Objs on TscrollPanel

Perhaps there are problem with TscrollPanel because I tried only directly on TaskPanel of Explorerbar and it seem run ok
only I must change the height if the link are many
by Silvio.Falconi
Fri Mar 08, 2024 9:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nageswrao Del Objs on TscrollPanel
Replies: 17
Views: 639

Re: Does anyone have an Envelope Printing module ?

... either on a desktop or via webview. I always printed labels that were placed on the envelope, but directly on the envelope, I never saw anything. Perhaps, if Mr. Rick had an image of how to print, it would help. Or maybe there is a specific printer model for this... Buenos días Maestro Otto. Estoy ...
by karinha
Sat Mar 02, 2024 12:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Does anyone have an Envelope Printing module ?
Replies: 10
Views: 540

Re: Data exchange between PC and Android device on the same loca

... tools of the most "official" current programming side. You are right when you clarify about the myth of the exposed sources... Except perhaps in a scenario where due to its characteristics with Harbor We can still deliver a small final product where even the end user's Laptop is the ...
by Arturo Lopesoria
Wed Feb 28, 2024 6:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 769

Re: Create a Panel width a text

Resolved!! https://i.postimg.cc/KzHXvtTC/ffff.gif Only when I close/open taskpanel make error ( of visualization) perhaps it need to explorerbar to activate /noActivate close/open button ? Another question when the text is big on width it can be bad https://i.postimg.cc/76y91hkb/tt.png ...
by Silvio.Falconi
Wed Feb 28, 2024 9:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a Panel width a text
Replies: 29
Views: 3166

Re: how get Event from TExplorerBar() when "collaps" a Panel ?

hi Silvio, a question yPos := 0 this is no good because the first panel can init from 18 and not from 0 row I not found the exact variable perhaps ::nTop ? as i can say it is 1st Position of "Body" from TExplorerBar() where i oExBar:AddPanel() yes but the first position of First TaskPanelPanel ...
by Silvio.Falconi
Wed Feb 28, 2024 8:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: how get Event from TExplorerBar() when "collaps" a Panel ?
Replies: 11
Views: 457

Re: how get Event from TExplorerBar() when "collaps" a Panel ?

hi Silvio,
Silvio.Falconi wrote:a question

yPos := 0

this is no good because the first panel can init from 18 and not from 0 row

I not found the exact variable perhaps ::nTop ?

as i can say it is 1st Position of "Body" from TExplorerBar() where i oExBar:AddPanel()
by Jimmy
Tue Feb 27, 2024 10:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how get Event from TExplorerBar() when "collaps" a Panel ?
Replies: 11
Views: 457

Re: how get Event from TExplorerBar() when "collaps" a Panel ?

a question

yPos := 0

this is no good because the first panel can init from 18 and not from 0 row

I not found the exact variable perhaps ::nTop ?
by Silvio.Falconi
Tue Feb 27, 2024 11:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: how get Event from TExplorerBar() when "collaps" a Panel ?
Replies: 11
Views: 457

Re: Data exchange between PC and Android device on the same loca

... Antonio has proven all along (I have been involved since 1994) that he solves problems for us and clears the obstacles out of the way. Although perhaps mod harbour CGI from FIVETECH might be even better, I believe it limits oneself. In the meantime, I have also adopted a pragmatic attitude and ...
by Otto
Fri Feb 23, 2024 8:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 769
Next

Return to advanced search