Search found 158 matches: limitations

Return to advanced search

Re: add a line in the print report

... made a similar report using ER. However, since ER is not widely used and WebView2 is now available, it has become obsolete. Built-in reports have limitations in design. Therefore, the only future-proof solution appears to be HTML. Additionally, users today are accustomed to web previews and interfaces ...
by Silvio.Falconi
Tue Dec 12, 2023 11:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: add a line in the print report
Replies: 8
Views: 544

Re: add a line in the print report

... made a similar report using ER. However, since ER is not widely used and WebView2 is now available, it has become obsolete. Built-in reports have limitations in design. Therefore, the only future-proof solution appears to be HTML. Additionally, users today are accustomed to web previews and interfaces ...
by Otto
Tue Dec 12, 2023 10:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: add a line in the print report
Replies: 8
Views: 544

Re: Inserting a string with CRLF into a single-line TGet.

... and putting back modified string again into the clipboard just before the Windows OS reads it. Now Windows OS reads the modified string. Note: Limitations: 1. This is working with ANSI gets only. Not working reliably with Unicode gets. We are looking into it. 2. This works if the user pastes ...
by nageswaragunupudi
Mon Dec 11, 2023 8:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Inserting a string with CRLF into a single-line TGet.
Replies: 10
Views: 896

Re: Announcing DrXlsx 1.0 by Charles Kwon

Jimmy, 1. The issue occurring in 32bit is less a problem of DrXlsx and more fundamentally about the memory size limitations of 32bit . It might be more beneficial to explore other solutions than spending time trying to resolve this. 2. If DrXlsx operates correctly in 64bit, I would ...
by CharlesKwon
Sun Aug 27, 2023 4:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Announcing DrXlsx 1.0 by Charles Kwon
Replies: 32
Views: 3868

Re: DBF to Excel Sheet, without Excel, using ADO ?

Some points: 1. I prefer adopting the sql approach than using ADOX. 2. We need to be aware of the limitations of creating Excel sheets using ADO. a) Whatever length we specify, all character columns are VarChar(255) b) Whatever numeric datatype, like int, numeric(w,d), etc ...
by nageswaragunupudi
Mon Aug 14, 2023 10:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF to Excel Sheet, without Excel, using ADO ?
Replies: 50
Views: 2578

Re: PDF EN RPREVIEW

... will notice the capabilities of harupdf, where you can click on the photo to go to a website You will interestingly notice some capabilities and limitations of these different approaches. It is important for you to know them. You can also notice any difference in the fonts. Kindly report to us.
by nageswaragunupudi
Sat Aug 12, 2023 8:26 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: PDF EN RPREVIEW
Replies: 12
Views: 949

Re: use Result of SQL Query like "ADODB.Recordset"

... that means that (someone ) has to physically go to each of those machines and make sure ODBC is loaded and configured properly .. ADO has no such limitations because oledb comes with every Microsoft operating system and there is no going to every desktop to configure anything .. ADO is the way ...
by Rick Lipkin
Fri Jun 30, 2023 1:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: use Result of SQL Query like "ADODB.Recordset"
Replies: 4
Views: 348

Re: Webview question

Dear Randal, FWH uses https://github.com/webview/webview (a DLL) to manage Webview. This has some advantages and limitations. We are trying to avoid using it and directly manage a Microsoft IWebBrowser2 object as we could have a much better control over it. Anyhow, there are ...
by Antonio Linares
Fri Jun 30, 2023 9:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Webview question
Replies: 36
Views: 2930

Re: REDEFINE SAY on Buttonbar

It doesn't show anything. It's not a huge problem, but I do see the REDEFINE SAY has limitations not found in @ ....SAY. Included in them is the inability to use a border.
by TimStone
Tue Dec 06, 2022 10:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: REDEFINE SAY on Buttonbar
Replies: 33
Views: 1980

Re: MENUITEM RESOURCE transparency ?

Dear Rao The menus defined without any clause ( COLORS or styles 20?? ), are painted by the Windows API ( S.O. ) with the limitations that this produced for us. To improve them, I introduced the COLORS clause that allows you to use colors and images and fonts both in the main menu ...
by nageswaragunupudi
Tue Nov 08, 2022 11:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MENUITEM RESOURCE transparency ?
Replies: 28
Views: 1243

Re: MENUITEM RESOURCE transparency ?

... Thanks again. Dear Rao The menus defined without any clause ( COLORS or styles 20?? ), are painted by the Windows API ( S.O. ) with the limitations that this produced for us. To improve them, I introduced the COLORS clause that allows you to use colors and images and fonts both in the ...
by cnavarro
Tue Nov 08, 2022 8:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MENUITEM RESOURCE transparency ?
Replies: 28
Views: 1243

Re: CLASS TGrid() for FiveWin

The point I am trying to make is that with FWH's builtin capabilities we can do anything with images without any limitations.
by nageswaragunupudi
Fri Oct 21, 2022 7:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS TGrid() for FiveWin
Replies: 43
Views: 3453

DBF: ROLLBACK (built-in feature)

... like any RDBMS, RollBack does not work after COMMIT. FWH was using this feature in TDataBase class for many years. Please see METHOD RollBack(). Limitations of DBF ROLLBACK feature: 1) Rollback works only if the record pointer is not changed. Any SKIP() operation implicitly commits the transaction. ...
by nageswaragunupudi
Sat Sep 10, 2022 4:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF: ROLLBACK (built-in feature)
Replies: 1
Views: 350

Re: Example appWeb (html)

Dear Ari,

For now, this is only working with Harbour

Sorry about this, but xHarbour has serious limitations regarding multithreading that turns it useless for this
by Antonio Linares
Wed Aug 24, 2022 12:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Example appWeb (html)
Replies: 5
Views: 445

Re: Advantage Database Server

... are only opened briefly and nothing is transmitted over the network. Best regards, Otto ************************************ You are aware of the limitations of DBFCDX in multi-user environment. They are required to provide applications to be used by more clients and also over internet. That is ...
by Otto
Thu Jan 13, 2022 7:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Advantage Database Server
Replies: 32
Views: 3651
Next

Return to advanced search