Search found 13 matches: preserved

Return to advanced search

Re: FWH 2102: XBrowse:SetMultiSelectCol()

Ariel wrote:Mr. Rao,

I ask again, when paging with pageup / pagedown, is the selection preserved or is it lost?

regards.

Yes, preserved.
Sorry, I did not see your previous question.
by nageswaragunupudi
Fri Mar 19, 2021 12:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 2102: XBrowse:SetMultiSelectCol()
Replies: 17
Views: 2360

Re: FWH 2102: XBrowse:SetMultiSelectCol()

Mr. Rao,

I ask again, when paging with pageup / pagedown, is the selection preserved or is it lost?

regards.
by Ariel
Fri Mar 19, 2021 11:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 2102: XBrowse:SetMultiSelectCol()
Replies: 17
Views: 2360

Re: FiveLinux on Ubuntu

Also modified samples/build.sh a little in order to make it Harbour's path independent. Preserved the original path structure in case Harbour's is not set. # ./build.shHB_PATH=$HB_INSTALL_PREFIXif [ -z "$HB_PATH" ]; then     HB_PATH=./../../harbourficlearif ...
by concentra
Tue Nov 21, 2017 4:01 pm
 
Forum: FiveLinux / FiveDroid (Android)
Topic: FiveLinux on Ubuntu
Replies: 24
Views: 16959

Re: FiveLinux on Ubuntu

Modified Makefile a little in order to make it Harbour's path independent. Preserved the original path structure in case Harbour's is not set. # FiveLinux makefile    HB_PATH = ${HB_INSTALL_PREFIX}ifeq ($(HB_PATH),)     HB_PATH = ./../harbourendifall ...
by concentra
Tue Nov 21, 2017 3:38 pm
 
Forum: FiveLinux / FiveDroid (Android)
Topic: FiveLinux on Ubuntu
Replies: 24
Views: 16959

Re: Harbour 3.0 and 3.2 debugger F7 and F9 problems

... way to eliminate this issue? Another problem is that the code is trimmed, the starting spaces in the code lines are removed, the formatting is not preserved! Thanks, Antonino Perricone
by AntoninoP
Wed Feb 18, 2015 9:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour 3.0 and 3.2 debugger F7 and F9 problems
Replies: 26
Views: 5108

New FTDN November 2014 (FWH 14.11)

... case of an item, the user's text was over-written by the item's case. Now if lCaseSensitive is .t., text entered by user in a different case is preserved. - Setting of lCaseSesitive was ignored. Now fixed. Eg. Assuming the array of items contain "apple" and user enters "APPLE", ...
by Antonio Linares
Sun Nov 30, 2014 7:48 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN November 2014 (FWH 14.11)
Replies: 5
Views: 2572

New FTDN December/Diciembre 2010 (FWH 10.12)

... in XBROWSE command now sets oBrw:lUpdate := .t. correctly. * Enhancements: (a) When cells are edited inline, the indent and space for bitmaps are preserved. (b) Any different array can be reset with SetArray() method during runtime without affecting the other settings. (c) HEADER clause can be ...
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

New FTDN January/Enero 2010 (10.1)

... If date format contains 'HH' or 'hh', time value also is formatted according the set time format and is included. Case in picture format is preserved for months. Example: cValToStr( <datetime>, 'DD-MMM-YYYY HH' ) -> 01-JAN-2010 09:10:00 PM XBrowse uses this function for formatting ...
by Antonio Linares
Tue Jan 26, 2010 1:07 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN January/Enero 2010 (10.1)
Replies: 0
Views: 1624

Re: UP, DOWN arrow keys pressed in xBrowse

... of OOP and subclassing. http://www.gointellitech.com/program.htm Regards, James Thank you so much for the great idea! :wink: I did this to preserved my predefined xBrowse: ...   REDEFINE XBROWSE oBrw ID 1023 OF oDlg;                  AUTOSORT UPDATE AUTOCOLS FASTEDIT LINES CELL;        ...
by nageswaragunupudi
Tue Nov 10, 2009 9:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: UP, DOWN arrow keys pressed in xBrowse
Replies: 19
Views: 3516

Re: UP, DOWN arrow keys pressed in xBrowse

... of OOP and subclassing. http://www.gointellitech.com/program.htm Regards, James Thank you so much for the great idea! :wink: I did this to preserved my predefined xBrowse: ...   REDEFINE XBROWSE oBrw ID 1023 OF oDlg;                  AUTOSORT UPDATE AUTOCOLS FASTEDIT LINES CELL;        ...
by fraxzi
Tue Nov 10, 2009 1:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: UP, DOWN arrow keys pressed in xBrowse
Replies: 19
Views: 3516

Re: xBrowse how to change bound array

... 1. You are XBrowse version independant. 2. Different browses can have different datasources, like arrays, dbfs, recordsets 3. Browse states are preserved when switching Note: I used TPanel because I want to have both message bar and tabs also. If you don't need message bar, you don't have to ...
by nageswaragunupudi
Tue Jul 28, 2009 11:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse how to change bound array
Replies: 16
Views: 2764

xBrowse - SaveState()/RestoreState() - Persistent objects

... methods for converting an object to/from a binary string and/or file on disk. All instance variables declared with the PERSISTANT attribute are preserved and re-assigned when a persistent object is converted to a binary string and back to the Object data type. Note: if code blocks are stored ...
by frose
Wed Apr 29, 2009 12:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse - SaveState()/RestoreState() - Persistent objects
Replies: 1
Views: 440

Re: GPF In Borland Resource Workshop with New Machine - Solved

... be nice to have a 32-bit version of it. There may be some settings on the other editors I'm not aware of, but in my tests I found nothing that preserved the integrity of my existing RC file like BRW. Plus the ability to visually search through your dialogs without opening them for edit using ...
by PatrickWeisser
Sun Feb 15, 2009 9:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: GPF In Borland Resource Workshop with New Machine
Replies: 30
Views: 8206

Return to advanced search