Search found 129 matches: documented

Return to advanced search

Re: CSV to DBF

... it is preferable to use APPEND FROM ...SDF or DELIMITED depending on the type of text file. This is fast, very reliable and works precisely as documented . Important thing is we should be clear of what is the documented behavior and use it accordingly. Even in your first case, I would prefer ...
by nageswaragunupudi
Thu Aug 29, 2013 5:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CSV to DBF
Replies: 22
Views: 9391

Re: Two MySQL database connections at the same time

... * from clientes",osvr1) odbclientes2:=tDolphinQry():New("select * from clientes",osvr2) Give it a try, is well documented, with a lot of samples. From Chile Adolfo
by Adolfo
Mon Sep 24, 2012 12:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Two MySQL database connections at the same time
Replies: 8
Views: 1664

Re: ads an advantage data dictionary ?

... good idea to create the tables with code and to include them in the dd. You can do this using the create table sql statement. It is all very well documented on the help files. Hope that helps, Reinaldo.
by reinaldocrespo
Sat Feb 04, 2012 6:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ads an advantage data dictionary ?
Replies: 4
Views: 929

Re: sugerencia RICHEDIT

... can be caused by such class modification Harbour provides LOCKED clause in class definition. xHarbour does not have such functionality and even documented command like OVERRIDE CLASS or EXTEND CLASS as official features though they break inheritance scheme and never worked correctly in the whole ...
by FiveWiDi
Mon Jan 23, 2012 8:28 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: sugerencia RICHEDIT
Replies: 24
Views: 6718

Re: sugerencia RICHEDIT

... can be caused by such class modification Harbour provides LOCKED clause in class definition. xHarbour does not have such functionality and even documented command like OVERRIDE CLASS or EXTEND CLASS as official features though they break inheritance scheme and never worked correctly in the whole ...
by Adolfo
Mon Jan 23, 2012 7:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: sugerencia RICHEDIT
Replies: 24
Views: 6718

Re: CHINESE IN GET

John, 1. No, it is not documented yet, anyhow is a simple wrapper for a standard Windows Edit control. 2. If we do that we will break lots of FWH users applications. No way. 3. The written text is unicode and you can use non-unicode ...
by Antonio Linares
Wed Jan 18, 2012 1:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CHINESE IN GET
Replies: 44
Views: 9968

Re: Creating an Open Office spreadsheet file .xls

...  // To Close OpenOffice Calc  looking at the xbrowse ToCalc() there is an array aSaveAs .. which does not seem very well documented aSaveAs ,the fourth optional parameter while invoking ToCalc(), is a 2 dimensional array. The first element is the SaveAs FileName and the ...
by anserkk
Thu Nov 03, 2011 4:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating an Open Office spreadsheet file .xls
Replies: 23
Views: 12138

Re: Creating an Open Office spreadsheet file .xls

... Also, I would like to 'save as' to .xls .. and looking at the xbrowse ToCalc() there is an array aSaveAs .. which does not seem very well documented METHOD ToCalc( bProgress, nGroupBy, nPasteMode, aSaveAs, aCols ) CLASS TXBrowse  I am trying to figure out what the array containes ...
by Rick Lipkin
Wed Nov 02, 2011 2:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating an Open Office spreadsheet file .xls
Replies: 23
Views: 12138

Re: Memory is overwritten after calling functions in DLL

... could overwrite data in other memory addresses since we're stepping out of our bounds (i.e. passing a var with length of 10 instead of the documented 1)?  If the length documented is 1, please try with Space(2). One extra character to accommodate the trailing zero of c char strings.
by nageswaragunupudi
Wed Oct 05, 2011 1:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Memory is overwritten after calling functions in DLL
Replies: 4
Views: 1208

Re: Memory is overwritten after calling functions in DLL

... thing could overwrite data in other memory addresses since we're stepping out of our bounds (i.e. passing a var with length of 10 instead of the documented 1)? Anyway, big two thumbs up to you Rao. Bugs for this module has been on my to do list for months. I can also put off research on using ...
by hua
Wed Oct 05, 2011 10:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Memory is overwritten after calling functions in DLL
Replies: 4
Views: 1208

Re: Mediator RDD

Mediator works with all DB/Clipper database commands seamlessly, with minor exceptions which are well documented. in the last 5 years of use, we have seen the OTC vendor very responsive in building new .lib files for upgrades to Harbour, XHarbour, and other compilers. The ...
by don lowenstein
Thu Aug 11, 2011 2:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mediator RDD
Replies: 3
Views: 735

Re: Trouble with windows 7

... people willing to help with experiences… Remember, your problem and the solution, does not only helps you, but it helps us all, and the better documented the problem is, the better documented the solution will be…
by Bayron
Mon Jun 27, 2011 9:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Trouble with windows 7
Replies: 20
Views: 3188

EzTwain

... it. No other .dll function being used is reported as unresolved. I looked into the .lib and I see the function declared and furthermore it is documented on the programmer's manual. Any ideas? Reinaldo.
by reinaldocrespo
Sun Apr 24, 2011 6:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: EzTwain
Replies: 3
Views: 738

Re: Fonts in 11.03

... in both cases, and the only difference is which FWH version is used in the build. So, obviously something has changed in FWH 11.03 that is not documented related to fonts. Thanks.
by TimStone
Wed Apr 13, 2011 9:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fonts in 11.03
Replies: 4
Views: 1082

Re: rPreview does not close when app closes

... this problem yourself with any fw app. Just open a preview window and then close the main app window. You will see. As Rao implies, it is a documented-unresolved problem. I'm thinking that hardly anybody is using [newer] rpreviews anymore. Could this be the case? Ramesh; Thank you. I will ...
by reinaldocrespo
Thu Feb 10, 2011 1:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: rPreview does not close when app closes
Replies: 15
Views: 4953
PreviousNext

Return to advanced search