Search found 235 matches: limitation

Return to advanced search

Re: Advantage Database Server

... it's the developers' choice to allow SQL-like operations on ISAM data. You noted that PgDBE does not run well on a single core, which may be a limitation of its design or the underlying system architecture. You noted that using object-oriented programming (OOP) syntax may make it easier to ...
by ferilmagic
Fri Nov 03, 2023 7:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Advantage Database Server
Replies: 32
Views: 3402

Re: Convert

... we encode it as Json or directly save into a field. Unfortunately, this function is working in xHarbour only and not in Harbour. Even there the limitation is that the codeblock should not have any references to local/static variables and static functions.
by nageswaragunupudi
Thu Sep 07, 2023 5:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert
Replies: 7
Views: 527

Re: Announcing DrXlsx 1.0 by Charles Kwon

... App so also XLSwriter 64 Bit is 500 % faster :!: --- Epilogue : Benefit ADO : work under 32 Bit App. no "Umlaute" Problem using OEM DBF Limitation : Speed like ActiveX Benefit XLSwriter : SPEED Limitation : need UFT8 else it "crash" not sure : XLSwriter 32 Bit App get "slower" ...
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: 3509

Re: Announcing DrXlsx 1.0 by Charles Kwon

... App so also XLSwriter 64 Bit is 500 % faster :!: --- Epilogue : Benefit ADO : work under 32 Bit App. no "Umlaute" Problem using OEM DBF Limitation : Speed like ActiveX Benefit XLSwriter : SPEED Limitation : need UFT8 else it "crash" not sure : XLSwriter 32 Bit App get "slower" ...
by Jimmy
Sun Aug 27, 2023 12:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Announcing DrXlsx 1.0 by Charles Kwon
Replies: 32
Views: 3509

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

... "know" Excel as i wish i have not used it this Way before and most People thought it is not possible ... but you are right about limitation of Excel as it is not a Database System thx for your help
by Jimmy
Thu Aug 17, 2023 1:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF to Excel Sheet, without Excel, using ADO ?
Replies: 50
Views: 2315

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

... I added the table after the 7th field and then continued to add other fields. This is the important part of the code I posted, dealing with the limitation of 7 fields.        if i == 7            oCat:Tables:Append( oTable )            oTable := oCat:Tables( cTable )         endif  ...
by nageswaragunupudi
Wed Aug 16, 2023 8:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF to Excel Sheet, without Excel, using ADO ?
Replies: 50
Views: 2315

Re: how to handle License for MySQL, PostgreSQL & Co ?

... are Microsoft SQL and Oracle are costly, we can freely download and install their Express Editions viz., SQLEXPRESS, Oracle Express, whose main limitation is Database Size (around 10/12 GB) which is more than enough for development as well as small businesses.
by nageswaragunupudi
Wed Jun 14, 2023 10:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to handle License for MySQL, PostgreSQL & Co ?
Replies: 9
Views: 523

Re: Fastreport de Cristobal

... web applications, with the addition of being able to be built in 64 bits, which at this time is a very important issue if we take into account the limitation with which the current FastReport that is used has. Colleagues who are interested in supporting the project, I suggest you make a channel ...
by cnavarro
Wed May 31, 2023 1:46 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Fastreport de Cristobal
Replies: 32
Views: 2970

Re: Concept of REDEFINE for Dummy

... i have try oWnd:SendMsg() or oWnd:PostMsg() but i got no Result Question : can i can change BUTTON to "something" else ? ( or is there a limitation IsKinof("BUTTON) in RegDialog() ... )
by Jimmy
Sun Apr 02, 2023 3:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Concept of REDEFINE for Dummy
Replies: 13
Views: 789

Re: using a Python module from Harbour according to IA

Wow!

Good news, today I'm using Chilkat because I need some features that Harbour don't have, for example XmlDSigGen,
using Pyton for sure there are no limitation to do this.

Thank you Antonio, best regards.
by toninhofwi
Mon Mar 27, 2023 12:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: using a Python module from Harbour according to IA
Replies: 2
Views: 494

Re: Insertar imágen de recurso en Excel

...  End With   ' Enable the image to show up in the left footer.  ActiveSheet.PageSetup.LeftFooter = "&G"  End Sub but it seems to have limitation to "Header" and "Footer" so i´m not sure if it is the right Way for you
by Jimmy
Tue Mar 14, 2023 1:46 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Insertar imágen de recurso en Excel
Replies: 7
Views: 583

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

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

Re: error Compiling fwh2206\samples\FiveDBU.prg

... generation and sockets management we need to use threads and xHarbour threads support does not work as expected. It is a serious technical limitation. The migration to Harbour is really easy. You should have all your apps working with Harbour in less than one week. You have all our support ...
by Antonio Linares
Wed Aug 24, 2022 12:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: error Compiling fwh2206\samples\FiveDBU.prg
Replies: 9
Views: 557

Re: TWebView() and Google Group Account

... in their authorization flow, and I think that every solution is going to be a workaround. Should you find that there is a specific technical limitation in this webview library or how it integrates with the underlying browser engines (not only MS WebView2) then I suggest making a new, more ...
by Antonio Linares
Fri Jul 01, 2022 7:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TWebView() and Google Group Account
Replies: 21
Views: 1593
Next

Return to advanced search

cron