Search found 78 matches: optionally

Return to advanced search

Re: auto complete feature

... Thanks for your suggestion. I have changed it in AUTOGET.CH Hi Friends, One more addition to TAutoGet Class: With the following code, you can now optionally add the new items you are typing, to the existing Array of Items. Once you finish the entry you can even save the Array to disk using your ...
by RAMESHBABU
Mon Jun 20, 2011 7:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: auto complete feature
Replies: 35
Views: 19871

Re: Displaying an image with xbrowse ( uwe )

... •Integrates with Pageant (PuTTY authentication agent) for full support of public key authentication with SSH •Explorer and Commander interfaces •Optionally stores session information •Optionally supports portable operation using a configuration file in place of registry entries, suitable for ...
by ukoenig
Thu Jun 02, 2011 2:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Displaying an image with xbrowse ( uwe )
Replies: 11
Views: 3222

Re: Bug in Tbrush

... mode. nResizeMode = 0 is the default tiled mode. This is the traditional way. nResizeMode = 1 means STRETCH and nResizeMode = 2 means RESIZE. Optionally, one of these two modes can be selected in case of Images, at the time of creation of the brush. RESIZE mode retains the aspect ratio, while ...
by nageswaragunupudi
Wed Jun 01, 2011 11:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in Tbrush
Replies: 7
Views: 1210

Re: Logoff on exit

... to do this. Windows XP with SP1: If the system supports the power-off feature, specifying this flag turns off the power. This parameter can optionally include one of the following values. Value Meaning EWX_FORCE 4 This flag has no effect if terminal services is enabled. Otherwise, the system ...
by ukoenig
Thu Feb 10, 2011 10:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Logoff on exit
Replies: 3
Views: 1219

Re: Codejock Calendar Samples?

... moment a "normally" green dot turns yellow. That way the user knows that the census has changed and needs to press the refresh button. Optionally the user may "turn-on" the automatic refresh option. In that case, the xbrowse autorefreshes anytime a notification that affects ...
by reinaldocrespo
Fri Jan 21, 2011 6:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Codejock Calendar Samples?
Replies: 116
Views: 47034

New FTDN December/Diciembre 2010 (FWH 10.12)

... created. * New: New methods in TreeItem.Prg: (a) AddChild( coItem, [lFirst] ): Adds a child to the treeitem, by default as the last item and optionally as the first item. (b) Parent( [nLevel] ) returns the first parent of the item, by default. If a positive parameter is specified, returns ...
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: 1722

Re: XBrowse Win7 Bar New Sample

... the xbrowse will read the file and display the image as image in the cell. if the data read from the datasource contains an image buffer, we may optionally set :cDataType := "P". Even otherwise if the data read is binary and is an image, xbrowse will automatically display it as image ...
by nageswaragunupudi
Sun Jan 02, 2011 7:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse Win7 Bar New Sample
Replies: 61
Views: 13852

How to use XBrowse for input ?

... 7 since it is not editable. XBrowse should go to next row and Column 2. If end of array, add new row automatically. 4. Column 4 and 5 can be optionally set to editable or not editable. 5. While edit in Column 2 by pressing <F2>, values are not highlighted. Instead, cursor is at the ...
by Max HK
Mon Nov 08, 2010 8:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to use XBrowse for input ?
Replies: 2
Views: 632

New FTDN July/Julio 2010 (FWH 10.7)

... one when a new MdiChild is created or focused. Based on an example developed by Gilbert! * Enhancement: Class TComboBox incremental search is optionally case insensitive now. There is a new DATA lCaseSensitive .F. by default. Thanks to James Bott! * Enhancement: Class TRBGroup (used in RibbonBars) ...
by Antonio Linares
Wed Jul 28, 2010 5:00 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN July/Julio 2010 (FWH 10.7)
Replies: 0
Views: 2218

Re: convert 13 weeks of data to calendar months

... which requires the following paramters: 1. Aggregate of 13week quater. 2. First date of the quarter 3. First week value 4. Last week value Optionally 5. Last week value of previous quarter 6. First week value of next quarter Here is a quick attempt ( untested ) function Q13ToCalQuarter( ...
by nageswaragunupudi
Mon Jul 19, 2010 1:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: convert 13 weeks of data to calendar months
Replies: 12
Views: 4118

Re: DICOM

... I have been working only with a single DICOM file containing a single image / raw data. So I have to test it against more files and get it to optionally scan a directory rather than process a single file and to write the data it recognises to a data file. It also needs a good clean up as it ...
by xProgrammer
Thu May 27, 2010 10:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DICOM
Replies: 5
Views: 1391

New FTDN February/Febrero 2010 (10.2)

... results in altering the Rate field as 10000 / Quantity This new calculated column can be used in Says, Gets or Browses like any other column. Optionally picture and Tagnames can be specified which will be automatically used by XBrowse. Alternatively, in case an index tag is already created ...
by Antonio Linares
Thu Feb 25, 2010 10:00 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN February/Febrero 2010 (10.2)
Replies: 4
Views: 3857

Re: Superheader en xBrowse

... nil  Result: http://img251.imageshack.us/img251/5773/groupheaders.jpg Supports multi-line headers, fonts and bitmaps. Even optionally supports dynamic grouping or regrouping during runtime by programmer or user. These are the three lines defining three group headers   ...
by nageswaragunupudi
Thu Jan 28, 2010 5:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Superheader en xBrowse
Replies: 1
Views: 658

New FTDN June/Junio 2009 (9.06)

... object and (2) pre-edit value. This code block can be used for any operations depending on change of value of a cell. iii. DATA nDataLen: (New) Optionally length of data can be specified in number of characters. This may be easier than specifying the nWidth in pixels, which depends mostly on ...
by Antonio Linares
Sat Jul 11, 2009 5:12 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Junio 2009 (9.06)
Replies: 12
Views: 6396

Many Other Applications Possible

... other than just database access. Pretty much anytime you want a process performed on another computer (or the same computer for that matter) with (optionally) information returned to the originating computer. And it can be between different operating systems. xProgrammer
by xProgrammer
Wed Apr 29, 2009 9:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Client Server Database Access the xBase Way
Replies: 39
Views: 11955
PreviousNext

Return to advanced search