Search found 51 matches: accommodate

Return to advanced search

Re: xBrowse + OO Array

... .. any object ) ------------- Having said this, let me add a few notes: Hereafter no new methods like SetAdo, SetArray, etc will not be added to accommodate new classes. It is enough if the class is designed providing above methods and any such object can be xbrowsed just like any other rdd/ado, ...
by nageswaragunupudi
Fri Jun 06, 2014 4:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse + OO Array
Replies: 16
Views: 4796

Re: XBROWSE Change FOOTER PCITURE

When the picture clause can not accommodate the number the default behavior of (x)Harbour is to display stars, like "****". Instead, xbrowse displays the number in scientific format within the same width, so that the user gets some ...
by nageswaragunupudi
Fri May 23, 2014 12:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE Change FOOTER PCITURE
Replies: 13
Views: 3351

New FTDN march/april 2014 (FWH 14.04)

... Enhancement: TBtnFlat: (a) Improved painting of multi-line prompt (b) If width spedified is less than 5, the width is automatically calculated to accommodate the size of the prompt. (c) When dialogs' data lTransparent is true, button's lTransparent also was being changed to .t.. Now fixed. * New: ...
by Antonio Linares
Thu May 22, 2014 4:16 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN march/april 2014 (FWH 14.04)
Replies: 2
Views: 1750

Re: Visible Months in TCalendar

... SIZE controlling the number of months when the control is on a Window. However, I want to use the control on a Dialog. When I size the dialog to accommodate two vertical months it works well with Win7 but shows a cropped 2 x 2 months when running on XP. I suppose the easiest thing to do now is ...
by David Williams
Sun Sep 22, 2013 10:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Visible Months in TCalendar
Replies: 2
Views: 921

Re: xBrowse, bSeek y lAutoOrder

... assume xbrowse is used the way it is intended to be used. XBrowse has some fault tolerant coding. Instead of failing the programmer, it tries to accommodate programmer's deviations from the intended usage by providing intelligent defaults. Calling SetRdd() by default during Initialization is ...
by nageswaragunupudi
Mon Jul 01, 2013 12:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xBrowse, bSeek y lAutoOrder
Replies: 3
Views: 1402

Re: xBrowse Button with EDIT_GET_BUTTON

... a caption on the button We can not directly specify the size of the button. But if a bitmap is specified, the size of the button is adjusted to accommodate the size if the bitmap
by nageswaragunupudi
Wed Sep 05, 2012 12:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse Button with EDIT_GET_BUTTON
Replies: 17
Views: 4978

Re: New User FWH6.12

Hi Antonio, Okay if have worked and made a few changes to the rmk file to accommodate my needs. It works file. I still have not been able to produce the exe file, and that is because of the dlls. I use borland workshop for my dlls.and each application has more ...
by RiazKhan
Mon Dec 19, 2011 11:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New User FWH6.12
Replies: 41
Views: 9664

Re: New User FWH6.12

... issue with that. Once i compile all my prgs in one go, i can eliminate my errors. At the moment, I dont know how to modify the buildh.bat file to accommodate my more than one prg. I did modify the buildh file to accommodate my set of prgs, but it did not compile...If someone can send me a build ...
by RiazKhan
Sun Dec 18, 2011 12:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New User FWH6.12
Replies: 41
Views: 9664

Re: New User FWH6.12

... the prgs but produces lots of errors. I understand that fwh6.12 can easily read all previous source codes. How can I modify the buildh.bat file to accommodate all these prgs. It is recommended to use blinker instead of ilink32, so i will use blinker7. Will appreciate all suggestions, thanks in ...
by RiazKhan
Sun Dec 18, 2011 10:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New User FWH6.12
Replies: 41
Views: 9664

Re: Memory is overwritten after calling functions in DLL

... 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: 1196

Re: PICTURE IN XBROWSE

... xbrowse automatically uses is : "@E 99,999,999.99", because the field's length is 9 and decimals are 2. XBrowse adds 2 to the length to accommodate totals. If you want to derive a picture you can use FWH function NUMPICT( nLen, nDec, nil, lComma, lDisplayZeros )
by nageswaragunupudi
Mon Jul 25, 2011 12:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: PICTURE IN XBROWSE
Replies: 2
Views: 550

Re: Project : Programming a Image-viewer with xBrowse

... tmp ), -1 ) >= 0 and advise if you are still getting runtime error? Please also set adequate column width and row height to accommodate the display of the picture.
by nageswaragunupudi
Mon Apr 25, 2011 4:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Project : Programming a Image-viewer with xBrowse
Replies: 34
Views: 8017

Re: ERROR WITH XBROWSE : TOEXCEL

... case. (b) As the name bStrData implies, ( string data ), the codeblock is expected to return a character value. Though efforts have been made to accommodate inadvertent assignment of codeblocks returning non-character values but only to the extent of display in the browse. (c) Recommend using ...
by nageswaragunupudi
Thu Apr 21, 2011 3:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ERROR WITH XBROWSE : TOEXCEL
Replies: 6
Views: 1376

New FTDN December/Diciembre 2010 (FWH 10.12)

... mostly in arrays and recordsets. If the edited column number exceeds the number of columns in a ragged array, the size of the row is adusted to accommodate the edited column also. (d) Fix: FnAddBitmap( cBmpFile ). Failing when cBmpFile has trailing spaces. Now fixed. RPREVIEW.PRG Added: Suitable ...
by Antonio Linares
Wed Jan 19, 2011 5:21 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN December/Diciembre 2010 (FWH 10.12)
Replies: 0
Views: 1716

Re: xBrowse – memofields

Mr. Otto This is possible. Step 1. Find the longest memoline. Step 2. Find the height in pixels required to accommodate this line with the help of this code: nHeight := DrawTextEx( hDC, cLine, aRect, nOr( DT_CALCRECT, DT_WORDBREAK ) ) hDC is oBrw's DC cLine is ...
by nageswaragunupudi
Tue Nov 23, 2010 12:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse – memofields
Replies: 18
Views: 5249
PreviousNext

Return to advanced search