Search found 202 matches: allready

Return to advanced search

Re: scintilla sample

... lByRef, cSource, lChanged ), cSource )  by Return if( lDlg, if( lByRef, cSource, lChanged ), oEditor )  same error I allready insert on memoedit.prg Return if( lDlg, if( lByRef, cSource, lChanged ), oEditor ) https://i.postimg.cc/yYg7z6kf/dd.png
by Silvio.Falconi
Fri Nov 22, 2024 12:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: scintilla sample
Replies: 10
Views: 290

Re: scintilla sample

... oDlg center ;       ON INIT (   SetMsgbar(oDlg,oMsgBar),  EVAL( oDlg:bResized))   oFont:End()return lOk Not happen nothing not load the test I allready insert the scintilla dlls on folder ( Scintilla.dll,SciLexer.dll,SciLex64.dll) I make a test to insert test4 on Init ACTIVATE DIALOG oDlg center ...
by Silvio.Falconi
Fri Nov 22, 2024 10:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: scintilla sample
Replies: 10
Views: 290

Re: Most powerfull Xbrowser and PDF

I'm allready using htmlview and it works for me (opening adobe pdf) , but I have the issue that i can not position the HTML window. Otherwise I would position the html window at the same coordinates as the XImage and when scrolling ...
by Marc Venken
Tue Nov 19, 2024 11:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Most powerfull Xbrowser and PDF
Replies: 16
Views: 666

a math formula - RESOLVED -

... := 100 nPuntataIniziale := floor(nPuntataIniziale+(nUtileFisso/100)+ (nUtileFisso - 10) / 10) that gives me back 2.00 but must do 2,50 I allready ask to OPenAI and he not resolved it How I can resolve it ?
by Silvio.Falconi
Tue Oct 15, 2024 8:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: a math formula - RESOLVED -
Replies: 8
Views: 384

Re: get your external IP

I allready Used

Function GetIP()
Local cVar1
WsaStartUp()
cVar1 := GetHostByName( GetHostName() )
WsaCleanUp()
return cVar1
by Silvio.Falconi
Mon Jun 03, 2024 8:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: get your external IP
Replies: 11
Views: 1099

Re: strange error of fiveh lib

... 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 perhaps I ...
by Silvio.Falconi
Sun May 05, 2024 7:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: strange error of fiveh lib
Replies: 2
Views: 281

Re: SetMultiSelectCol() on line

Dear Silvio, Have you reviewed samples\xbmulsel.prg ? yes allready saw it compile this test without :SetMultiSelectCol() you'll see this error Error description: Error BASE/1005 No exported variable: LREADONLY Args: [ 1] = U [ 2] = L .T. Stack Calls ...
by Silvio.Falconi
Tue Apr 23, 2024 6:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetMultiSelectCol() on line
Replies: 5
Views: 632

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

... without any problems. Puede copiar la LIBS de Harbour\lib\win\bcc a \harbour\lib sin ningún problema. total: 102 files. Regards, saludos. Allready tired but not run ok ya lo he probado Sabes por qué ? porque tal vez hay algo que se va a cargar en la carpeta win\bcc y no lo encuentra mientras ...
by Silvio.Falconi
Tue Apr 16, 2024 6:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help to friends to Config Xmate with bcc7.7
Replies: 9
Views: 1004

Re: Problem with valid email refresh btnbmp

... version: Harbour 3.2.0dev (r2403071241) C compiler version: Borland/Embarcadero C++ 7.7 (32-bit) Windows 10 64 Bits, version: 6.2, Build 9200 I'allready tested with #define FWVERSION "FWH 23.10" #define FW_VersionNo 23101 Compiler version: Harbour 3.2.0dev (r2008190002) C compiler ...
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: 4830

Re: I'm not asking for the moon...

... and then not wish "." ( dot separation) but "," (comma separation) then it run if the nvar are all zero if we have the values allready on dbf ? not run
by Silvio.Falconi
Thu Jan 18, 2024 7:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: I'm not asking for the moon... Resolved!!
Replies: 24
Views: 4107

Re: I'm not asking for the moon...

... sample 7 the get must write 123,47 and the cursor must stay on the last digit 4 the user can press tab to go to another get If for sample there is allready a value sample 0,75 the get must not transform to 1 or if there is 3,60 the get must not transform to 4
by Silvio.Falconi
Thu Jan 18, 2024 11:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: I'm not asking for the moon... Resolved!!
Replies: 24
Views: 4107

Add a line on report from xbrowse (NO HTML)

... oRep:Newline() } I wish the Line after the header {|| aGroup[nGroup]+" :"+oRep:aGroups[1]:cValue},; How I can resolve ? I allready try with oRep:bStartGroup := { || oRep:Newline() } NOT RUN OK If I insert oRep:bStartLine := { || oRep:Newline() } then inser newline after ...
by Silvio.Falconi
Tue Dec 12, 2023 2:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Add a line on report from xbrowse (NO HTML)
Replies: 2
Views: 407

add a line in the print report

... oRep:Newline() } I wish the Line after the header {|| aGroup[nGroup]+" :"+oRep:aGroups[1]:cValue},; How I can resolve ? I allready try with oRep:bStartGroup := { || oRep:Newline() } NOT RUN OK If I insert oRep:bStartLine := { || oRep:Newline() } then inser newline after ...
by Silvio.Falconi
Tue Dec 12, 2023 9:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: add a line in the print report
Replies: 8
Views: 1007

Search on Array with Xbrowse (exe crash)

Ho create a search on array with Xbrowse ? I saw allready the sample xbsortcb.prg I inser a get to search into xbrowse but with no success on function ArrBrw( aData ) the command COMBOBOX oBrw:oSortCbx not order the columns https://i.postimg.cc/JhDX9Vsx/f.png ...
by Silvio.Falconi
Mon May 29, 2023 11:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Search on Array with Xbrowse (exe crash)
Replies: 0
Views: 293

Re: calendar not run ( DBLCLICK)

... / DTPicker >you can use a Button to "show" Calendar / DTPicker >you can use WHEN to "popup" Calendar / DTPicker As I allready explain U I not want use datepick I add this #define WM_MOUSELEAVE       675METHOD HandleEvent( nMsg, nWParam, nLParam ) ...
by Silvio.Falconi
Sun May 21, 2023 7:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: calendar not run ( DBLCLICK)
Replies: 20
Views: 2764
Next

Return to advanced search

cron