Search found 65 matches: suggesting

Return to advanced search

Re: xBrowse - Dates - FWH 2310

... is reading the structure of the field 'wrkdat' from ::oorders as { "WRKDAT", "N", 6, 0 }. Surprising. We can get away with suggesting a work-around oLbxo:oCol( 10 ):cEditPicture := nil But that is not the point. We need to understand why 'wrkdat' field's structure ...
by nageswaragunupudi
Tue Nov 07, 2023 5:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse - Dates - FWH 2310
Replies: 19
Views: 1441

Re: DBF . Commit

... on the WEB - would be a big target audience for us. But unfortunately, the view here is MVC and SQL. One more question: ChatGPT gave me an answer, suggesting I should use FFI. Does HARBOUR really have this and are there examples? To implement a similar function in Harbour, you might want to use ...
by Otto
Mon Oct 23, 2023 8:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2320

Re: Harbour warnings

Are you suggesting that I have to put the pragmas around any code that can cause a warning? If it were my code I will fix it. But something like this    ACTIVATE DIALOG oDlg;            ...
by Enrico Maria Giordano
Fri Jun 24, 2022 7:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour warnings
Replies: 34
Views: 2308

Re: Error XBrowse edit_listbox

...     ::nDataStrAlign      := AL_LEFT   endif  And Yes, it returns numbers, not strings as you wanted. I am suggesting you the simpler way and recommended way to code for your requirements. Kindly go through my sample again. .
by nageswaragunupudi
Sun Oct 20, 2019 3:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error XBrowse edit_listbox
Replies: 13
Views: 2611

Re: Ribbon Theme

... setting the colors outside the class easier. I know some of you are not wanting the class modified, so I am asking for thoughts on doing what I am suggesting. I will be glad to make these changes myself and submit them to Antonio for addition to the next FWH release. I do not know who the author, ...
by James Bott
Thu Oct 25, 2018 5:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbon Theme
Replies: 163
Views: 28223

Re: Change the size of icons in FWH18.03

Are you referring to "icons" or "bitmaps"?
Can you help me by suggesting names of any *.ico files in fwh folder for me to test and answer you?
by nageswaragunupudi
Tue May 15, 2018 12:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Change the size of icons in FWH18.03
Replies: 4
Views: 737

Re: GDPR - General Data Protection Regulation

Hello Michel, the use of a customer class how James is suggesting will reduce work a lot. In my case this means not much effort method _saveexample what I have at the moment:    oKontakt := TData():New(,Setup():Daten + "datagast\kontakte")  ...
by Otto
Sun Jul 09, 2017 10:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: GDPR - General Data Protection Regulation
Replies: 19
Views: 3748

Re: Import and Export to Excel

... method exports all headers, data and footers of XBrowse but not Group Headers. In FWH 17.03 oBrw:ToExcel() will export Group Headers also. I am suggesting a function which adds Group Headers the excel sheet now being exported by XBrowse. Please use this function to export from xbrowse instead ...
by Marc Venken
Wed Jun 14, 2017 2:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Import and Export to Excel
Replies: 32
Views: 18217

Re: Import and Export to Excel

... method exports all headers, data and footers of XBrowse but not Group Headers. In FWH 17.03 oBrw:ToExcel() will export Group Headers also. I am suggesting a function which adds Group Headers the excel sheet now being exported by XBrowse. Please use this function to export from xbrowse instead ...
by nageswaragunupudi
Mon Mar 27, 2017 3:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Import and Export to Excel
Replies: 32
Views: 18217

Re: Multi dim. array challenge didn't work

Yes and even more.

We suggest you post some of your code and we keep suggesting the best ways to make it simpler, safer and better.
by nageswaragunupudi
Sun Jan 22, 2017 1:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Multi dim. array challenge didn't work
Replies: 7
Views: 1845

Re: Using ODBC to connect to DBF via Internet

Gale,

Are you suggesting that the Jet ODBC driver could be used by SQL engines other than Access?

James
by James Bott
Wed Aug 31, 2016 5:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using ODBC to connect to DBF via Internet
Replies: 16
Views: 3599

Re: XBrowse 16.04 : RecordSelector

In other words, you are suggesting a codeblock for recordselector color also similar to bClrStd for a cell.
Nice suggestion, we shall look into this.
by nageswaragunupudi
Thu Apr 28, 2016 12:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse 16.04 : RecordSelector
Replies: 8
Views: 2184

Re: How XBROWSE data base on perticular fields value

Mr Dagia I am suggesting two methods. 1. Using RDD 2. Using FWH ADO Pivot Table function. Please test this sample program. You can build this in any folder you like. #include "fivewin.ch"REQUEST DBFCDXFIELD ICODE//----------------------------------------------------------------------------//function ...
by nageswaragunupudi
Thu Mar 17, 2016 9:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How XBROWSE data base on perticular fields value - SOLVED!
Replies: 4
Views: 768

Re: Filtering xBrowse Arrays

I am suggesting two methods. 1. Using built-in Array filtering capabilities of XBrowse. 2. Splitting the child array and attaching to the Parent array. Both work well. My preference is the 2nd method. There can be many other ...
by nageswaragunupudi
Wed Mar 09, 2016 5:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Filtering xBrowse Arrays - SOLVED!
Replies: 18
Views: 6998

Re: New FWH 15.06

Mr Maurizio Regret breaking the code, while providing for pivot table support And thanks to Mr Antonio for suggesting a working fix. We are changing this line   if cPivotHead == nil as   if ValType( ::aArrayData ) == 'A' .and. cPivotHead == nil You may please ...
by nageswaragunupudi
Tue Jul 21, 2015 4:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 15.06
Replies: 15
Views: 4704
Next

Return to advanced search