Search found 12687 matches: try

Return to advanced search

Re: scintilla sample

cnavarro wrote:My computer is xeon and use win 11, but the dll is very old

Image


I not Know why here not run

I try also to loadlibray as Antonio sad me

Image
by Silvio.Falconi
Mon Nov 25, 2024 7:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: scintilla sample - RESOLVED -
Replies: 15
Views: 520

Re: right-clicking on the TMenuItem

... the parameters you can receive in the codeblock    Eval( ::bRButtonMenuUp, nOrdIt, hMnu, aPoint[ 1 ], aPoint[ 2 ], Self )  Try and comment
by cnavarro
Fri Nov 22, 2024 1:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: right-clicking on the TMenuItem
Replies: 9
Views: 259

Re: SETORDER / SORT de : TArrayData()

russimicro wrote:Buena noche.

Es posible que se ajuste la clase TArrayData() para que los metodos SORT Y SETORDER, permitan múltiples campos, tal cual cómo funcionan el RowSet de MariaConnect

JONSSON RUSSI

Possible.
We will try to provide in the next versions.
by nageswaragunupudi
Fri Nov 22, 2024 12:12 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: SETORDER / SORT de : TArrayData()
Replies: 1
Views: 147

Subclass Xbrowse with method GoLeft() and GoRight()

... to add a method MyLeft() + MyRight() and I want this method to go left, but do nothing else, no checking, reading etc.. can that be done ? If I try i'm using return ::Super:GoLeft() as return, but then Xbrowse off cource act again with his GoLeft() Subclassing is totaly new for me ... If you ...
by Marc Venken
Wed Nov 20, 2024 7:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Subclass Xbrowse with method GoLeft() and GoRight()
Replies: 0
Views: 72

Re: Most powerfull Xbrowser and PDF

... ) This was working for the last few years but giving problems recently. Note: This function uses the old IE Activex. Can anybody try this simple code and let me know if it is working on their PCs?
by nageswaragunupudi
Mon Nov 18, 2024 6:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Most powerfull Xbrowser and PDF
Replies: 16
Views: 807

Re: Most powerfull Xbrowser and PDF

hi, Please try this and provide your feedback #include "fivewin.ch"function Main()   local cPath := ".\"  // give your path   aDir  := DIRECTORY( "*.pdf" ) if use a different Path e.g. "G:\CT\" ...
by nageswaragunupudi
Mon Nov 18, 2024 6:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Most powerfull Xbrowser and PDF
Replies: 16
Views: 807

Re: Most powerfull Xbrowser and PDF

hi, Please try this and provide your feedback #include "fivewin.ch"function Main()   local cPath := ".\"  // give your path   aDir  := DIRECTORY( "*.pdf" ) if use a different Path e.g. "G:\CT\" ...
by Jimmy
Mon Nov 18, 2024 2:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Most powerfull Xbrowser and PDF
Replies: 16
Views: 807

Re: Most powerfull Xbrowser and PDF

I have to setup the latest version that I do have, in order to try it (missing WebView) . Will try it this evening.
by Marc Venken
Mon Nov 18, 2024 12:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Most powerfull Xbrowser and PDF
Replies: 16
Views: 807

Re: Most powerfull Xbrowser and PDF

Please try this and provide your feedback #include "fivewin.ch"function Main()   local aDir, oWnd, oView, oBrw   local cPath := ".\"  // give your path   HB_CDPSELECT( ...
by nageswaragunupudi
Mon Nov 18, 2024 11:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Most powerfull Xbrowser and PDF
Replies: 16
Views: 807

xImage doubt

... Qual a melhor maneira de mostrar essa imagem posteriormente em uma dialog? Or other way to save and recover image with dbf/cdx. I try: @40,40 XIMAGE oImage SIZE 300,300 OF oDlg411 SOURCE MEMOREAD( Lista411:aRow[ 4 ] ) but I get this error: Application =========== Path and name: ...
by wartiaga
Sun Nov 17, 2024 5:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xImage doubt
Replies: 17
Views: 641

Re: emulate CTRL+V

Try using WScript lc_oShell := tOleAuto():New( "WScript.Shell" )lc_oShell:SendKeys("^V")  Thanks. This is working for me. This is my test: #include "fivewin.ch"#define ...
by nageswaragunupudi
Sun Nov 17, 2024 5:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: emulate CTRL+V
Replies: 7
Views: 263

Re: emulate CTRL+V

Try using WScript

Code: Select all  Expand view  RUN
lc_oShell := tOleAuto():New( "WScript.Shell" )
lc_oShell:SendKeys("^V")
 
by Giovany Vecchi
Sun Nov 17, 2024 1:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: emulate CTRL+V
Replies: 7
Views: 263

Re: Problema con un query con Ado

Hi Everyone,

In my opinion,
You are supposed to finish your sql commands for mysql and maria database always adding with one more semicolon ";"

Please try this again.

Best regards,
Ertan
by ertan
Wed Nov 13, 2024 1:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema con un query con Ado
Replies: 15
Views: 328

Re: change color checkboxex on line

... )      o:nClrText := CLR_WHITE      o:nClrPane := CLR_BLUE   else      o:nClrText := CLR_BLACK      o:nClrPane := CLR_WHITE   endif   // try to comment the line below    msginfo( "msgPaint :-))" ) return nil  if you put msginfo ( ... ) as comment the color change doesn't ...
by Silvio.Falconi
Wed Nov 13, 2024 7:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: change color checkboxex on line
Replies: 3
Views: 139

Re: xHarbour can produce HTTP server ?

Dear Antonio, May I have sample of Harbour, I will try. Thanks Dear Dutch, To implement a web server using xHarbour you need to use multithreading and as far as I know it does not properly work with xHarbour You need to use Harbour to do it, sorry. ...
by dutch
Tue Nov 12, 2024 3:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xHarbour can produce HTTP server ?
Replies: 11
Views: 468
Next

Return to advanced search