Search found 896 matches: future

Return to advanced search

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

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

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

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

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

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

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

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

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

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

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

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

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

Thank you, Detlef. If you're already developing websites, WEBVIEW should be perfect for you. You can directly apply your knowledge of creating screens. It would be great if we could exchange our experiences here. There are so many little pitfalls, and it can be tedious to tackle them all on your own...
by Otto
Sat Jan 27, 2024 8:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: future of Rich Text Editor maybe time to start with WEBVIEW
Replies: 19
Views: 1706

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 ?
by Antonio Linares
Sat Jan 27, 2024 5:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: future of Rich Text Editor maybe time to start with WEBVIEW
Replies: 19
Views: 1706

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

Hi Silvio,
sorry, but I didn’t call you a troll.
by Detlef
Sat Jan 27, 2024 12:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: future of Rich Text Editor maybe time to start with WEBVIEW
Replies: 19
Views: 1706
Next

Return to advanced search