Search found 30 matches: suitably

Return to advanced search

Re: Oracle via ADO/ODBC

Mr Lucas At present, FWH Sql functions support Oracle also. FWH 13.07 version's ADO and SQL functions fully support SQLite and Oracle also suitably taking care of the field types and formatting appropriate to the RDBMS in addition to MSACCESS, MSSQL and MySQL. In the next versions, we propose ...
by nageswaragunupudi
Thu Jul 18, 2013 6:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Oracle via ADO/ODBC
Replies: 19
Views: 6089

Re: To Nages xbrowse onpostedit

... as you can see I cannot see the last column Total ( but It show the right total footer) It is a very simple matter for you to specify the widths suitably so that all columns are fully visible. can you create a small test to show to us how make a little invoice ( with the possibility to edit each ...
by nageswaragunupudi
Thu Apr 18, 2013 5:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages xbrowse onpostedit
Replies: 5
Views: 1107

Re: Custom xBrowse

... a )  This is enough to make it work. You may like to add assignments of top,left,width,height and other datas pf the object suitably.
by nageswaragunupudi
Fri Mar 23, 2012 5:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Custom xBrowse
Replies: 12
Views: 3326

Re: xBrowse:MakeTotals()

... be no need to call the method again. If the programmer intends to substitute the value of a column, he may use oCol:VarPut( nNewValue ). This will suitably adjust the aggregate and refresh the footer. Exceptions: Add a row, delete a row or re-read the entire data. While adding or deleting a row, ...
by nageswaragunupudi
Mon Jan 16, 2012 8:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse:MakeTotals()
Replies: 5
Views: 991

Re: xBrowse Tree with Checkbox

... Once you add bitmaps, it is a matter of changing the bBmpData of the first column. You may copy the original codeblock from the settree method and suitably modify it. Still I personally feel that it may not look good aesthetically. My personal preference would be to insert a separate column before ...
by nageswaragunupudi
Thu Mar 24, 2011 2:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse Tree with Checkbox
Replies: 5
Views: 1062

Re: How xbrowse' column show and print jpg ?

... cell area, keeping the proportions of width and height of the image. If the user resizes the width or row height during runtime, the images are suitably resized by xbrowse to fit the cell. #3. oBrw:Report() prints the image also. oBrw:ToExcel() exports image also into the cell.
by nageswaragunupudi
Fri Jan 14, 2011 5:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How xbrowse' column show and print jpg ?
Replies: 2
Views: 525

Re: Necesito ejemplo xBrowse.

... to use COLUMNS clause but not FIELDS clause. When we use COLUMNS clause, XBrowse automatically reconginses fieldtype,fieldlen, fielddec and suitably decides, alignment, picture clauses and also automatically generates bOnPostEdit blocks and cSortOrder. We forgo this advantage if we use FIELDS ...
by nageswaragunupudi
Wed May 05, 2010 4:25 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Necesito ejemplo xBrowse.
Replies: 3
Views: 913

Re: How to write NULL to a Sql table

... with the source code of win32ole.prg, I found out the above work around of using VTWrapper( 1, nil ). Wish xHarbour changes the win32ole.prg suitably. I have not tried with Harbour.
by nageswaragunupudi
Thu Apr 23, 2009 3:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to write NULL to a Sql table
Replies: 36
Views: 6029

... 'Selected ' + cState ) endif return nil The one line code "XBROWSER 'STATES' SELECT ( cState := STATES->Code )" displays States in a suitably sized xbrowse dialog with "select" button. If the button is clicked the selection is made.
by nageswaragunupudi
Sun Sep 07, 2008 5:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A Few question about XBrowse.
Replies: 14
Views: 2573

... compile and run this program in the samples directory. Then please go through the code, samples on making reports in the samples folder and then suitably adopt to your needs. #include 'fivewin.ch' #include 'xbrowse.ch' #include 'report.ch' REQUEST DBFCDX function Main() local ...
by nageswaragunupudi
Wed Sep 03, 2008 2:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: oBrw:report() how can you control fonts etc. in the print.
Replies: 18
Views: 3589

... Maurizio True I gave the sample to demonstrate that XBrowse lets us do the real code to Seek. We need to code how do we seek the value entered by suitably coding the bSeek codeblock and not by changing the XBrowse source code. Sure we can write more generic code.
by nageswaragunupudi
Mon Sep 01, 2008 10:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Autoincremental search of Numeric field in xBrowse
Replies: 6
Views: 1067

... and preferably printable form. But presumably whilst thinking along these lines shouldn't much of this be able to be automatically generated from suitably annotated source. Pretty much along the lines of the GTK+ project. In brief /* *? signifies a normal comment, /** */ signifies a comment that ...
by xProgrammer
Sun Aug 31, 2008 8:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWin Wiki
Replies: 44
Views: 10521

We can set recsel color initially, by assigning the desired color to oBrw:nRecSelColor.

But we can not change it during runtime, unless the xbrowse.prg is changed suitably.
by nageswaragunupudi
Sat Aug 30, 2008 1:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Possibl., a color for < hBrushRecSel > in xBrowse ?
Replies: 1
Views: 449

... > oRep:bSkip := { || If( nFld < nFlds, nFld++, ( DbSkip( 1 ), nFld := 1 ) ) } You can suitably adopt any of the above approaches for your situation
by nageswaragunupudi
Mon Jun 23, 2008 1:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Group more than one fields in one page
Replies: 5
Views: 1027

I think it is too early to say anything. In any case this does not give problem in many cases.

Mr Antonio will study the issue in detail and advise us suitably. Let is wait.
by nageswaragunupudi
Sun Jan 13, 2008 11:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse. Bug in row painting
Replies: 19
Views: 4554
Previous

Return to advanced search