Search found 899 matches: future

Return to advanced search

Re: Filter on Xbrowse

...            // NO EDITA   END  Dear Otto, your WEB solution looks amazing. Very good indeed, the future is coming. Thanks. Estimado Otto, su solución WEB parece increíble. Muy bien por cierto, el futuro está por llegar. Gracias. Regards, saludos.
by karinha
Sun May 05, 2024 11:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Filter on Xbrowse
Replies: 42
Views: 760

Re: combobox color

Dear Jimmy, nevertheless, I think that the future for the frontend will be HTML (WEBVIEW2) Best regards, Otto https://mybergland.com/fwforum/wv_cbx.jpg     #include "FiveWin.ch"    function Main()       local oWebView ...
by Silvio.Falconi
Wed May 01, 2024 8:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: combobox color
Replies: 22
Views: 678

Re: combobox color

Dear Jimmy, nevertheless, I think that the future for the frontend will be HTML (WEBVIEW2) Best regards, Otto https://mybergland.com/fwforum/wv_cbx.jpg     #include "FiveWin.ch"    function Main()  ...
by Otto
Sun Apr 28, 2024 8:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: combobox color
Replies: 22
Views: 678

Re: FWMARIA TOEXCEL ERROR FREEZEPANES

It appears you are using
Code: Select all  Expand view
oRowSet:ToExcel()

of FWMaria lib.
We will now include this code in TRY/CATCH block for future.

But we advise you to use oBrw:ToExcel() which is safer.
by nageswaragunupudi
Sat Apr 06, 2024 2:21 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWMARIA TOEXCEL ERROR FREEZEPANES
Replies: 3
Views: 3279

Re: Does anyone have an Envelope Printing module ?

... However, we are preparing because we believe that the automation we have done so far (ActiveX) will not be supported by Word and Office in the future. It is already difficult to buy appropriate versions for Remote Desktop, for example. Consider using APIs (Application Programming Interfaces) ...
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: 653

Re: Does anyone have an Envelope Printing module ?

... However, we are preparing because we believe that the automation we have done so far (ActiveX) will not be supported by Word and Office in the future. It is already difficult to buy appropriate versions for Remote Desktop, for example. Consider using APIs (Application Programming Interfaces) ...
by Otto
Fri Mar 01, 2024 8:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Does anyone have an Envelope Printing module ?
Replies: 10
Views: 653

FWH 24.02 new Class TWebView2

... notice that there are some differences, so you will have to review your current code to get it properly working with new Class TWebView2 (in the future it will become the official FWH Class TWebView) Thanks for reading this message, we wanted to clearly explain what we are doing and why :-)
by Antonio Linares
Thu Feb 29, 2024 4:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 24.02 new Class TWebView2
Replies: 11
Views: 2530

Re: link error

... open include file: 'ace.h': No such file or directory Can you send me what is needed, please? Doing so, I will provide rddads.lib for all the future xHarbour builds. im trying another samples with bcc770 , with fwh samples, like designer, rbdesign and get link errors with buildx.bat from fivetech, ...
by Enrico Maria Giordano
Wed Feb 14, 2024 6:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: link error
Replies: 17
Views: 602

Re: Mr. Rao EOF() BOF() not working wirh RecSet

You are right. With RecSet, eof() and bof() do not work. We will try to provide this in future versions. for now you can use this: nRecs := oData:RecCount()nSave := oData:RecNo()do while oData:RecNo() <= nRecs   // do whatever   oData:Skip( ...
by nageswaragunupudi
Fri Feb 02, 2024 8:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Rao EOF() BOF() not working wirh RecSet
Replies: 3
Views: 422

Re: future of Rich Text Editor maybe time to start with WEBVIEW

Siehst du, dass du es nicht verstehst? Es gibt viele Dinge in Desktop-Anwendungen, die nicht funktionieren. Wie können Sie sich vorstellen, Webview, HTML und LAN zu verwenden?
by Silvio.Falconi
Sun Jan 28, 2024 3:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: future of Rich Text Editor maybe time to start with WEBVIEW
Replies: 19
Views: 1723

Re: future of Rich Text Editor maybe time to start with WEBVIEW

Hello Detlef,
I have send you the download links.
Best regards,
Otto
by Otto
Sat Jan 27, 2024 8:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: future of Rich Text Editor maybe time to start with WEBVIEW
Replies: 19
Views: 1723

Re: future of Rich Text Editor maybe time to start with WEBVIEW

Thank you, Otto.
I did so and I'm looking forward to get more knowledge about WebView2. :D
by Detlef
Sat Jan 27, 2024 8:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: future of Rich Text Editor maybe time to start with WEBVIEW
Replies: 19
Views: 1723

Re: future of Rich Text Editor maybe time to start with WEBVIEW

Hello Detlef, you are right, the example works perfectly in Webview2. Check out the GIF. We would now need to program a dual adapter, so that when working in the Webview, save2FWH is called, and otherwise the AJAX function. Here is the link to enter your email. I will then send you the download link...
by Otto
Sat Jan 27, 2024 7:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: future of Rich Text Editor maybe time to start with WEBVIEW
Replies: 19
Views: 1723

Re: future of Rich Text Editor maybe time to start with WEBVIEW

Many thanks, Otto for your impressive demo. It looks very professional and promising. In this topic you wrote : For example, I had the source code and videos in this posting: viewtopic.php?f=46&t=43975&start=0&hilit=4laid Unfortunately I couldn't find the source code. I would like to see...
by Detlef
Sat Jan 27, 2024 4:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: future of Rich Text Editor maybe time to start with WEBVIEW
Replies: 19
Views: 1723

Re: future of Rich Text Editor maybe time to start with WEBVIEW

Dear Detlef, > But the webview.prg in the samples folder of FWH didn't even compile without errors What errors do you get ? Dear Antonio, sorry for my mistake. I get linker errors not compiler errors. I compiled TWebView without errors to it's obj file. Then I called buildx.bat to build webview....
by Detlef
Sat Jan 27, 2024 4:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: future of Rich Text Editor maybe time to start with WEBVIEW
Replies: 19
Views: 1723
Next

Return to advanced search