Search found 23 matches: retains

Return to advanced search

file ID in the Windows file system

... Volume**: If you copy a file to another folder on the same volume, the file system typically assigns a new File ID to the copy. The original file retains its original File ID. This is because, in most systems, the File ID is unique to each file instance, even if the files are identical in content. ...
by Otto
Fri Jan 05, 2024 4:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: file ID in the Windows file system
Replies: 5
Views: 638

Re: Conversion from ca-clipper ( not found a variable)

... always run the risk of conflicts with locals and fieldnames. Note that here we are using a static variable oUser (an object). A static variable retains its value as long as the program is running. #include "fivewin.ch"// Class for userClass TUser   data name as char   method newEndclassMethod ...
by James Bott
Thu Mar 10, 2022 7:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Conversion from ca-clipper ( not found a variable)
Replies: 30
Views: 4521

Re: Consulta acerca de TBitmap/Timage/Ximage

... of your application, every time XImage is defined, please use this code: oImage:nUserControl := 0oImage:FitRect()  Note: XImage always retains the proportions when zoomed or unzoomed. With XImage, you can use jpg, png, ico, tiff, emf files without freeimage.dll. You can remove freeimage.dll, ...
by nageswaragunupudi
Wed Jun 12, 2019 1:37 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consulta acerca de TBitmap/Timage/Ximage
Replies: 13
Views: 2452

Copying and Pasting Records

... any Database or even an active XBrowse. If omitted, defauts to current Alias(). FW_CopyRecord() returns a Hash with fieldnames and value. FWH also retains a copy of the hash in its internal memory. If the parameter hRec is omitted in the next call to FW_PasteRecord(), the hash in the memory is ...
by nageswaragunupudi
Sat Feb 17, 2018 10:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Copying and Pasting Records
Replies: 3
Views: 873

TDatabase FWH 17.08 : Datas and Methods

... 91. SqlQuery( cSql, lExecute, lCompact ) 92. UnLock() Removes all pending locks. Note: RecUnlock( nRecNo ) unlocks the record only and retains other existing locks. 93. Update( aFlds, aVals ) --> lSaved Syntax similar to ADO Update() 1. oDbf:Update( aValues ) 2. oDbf:Update( aFldNames/Nos, ...
by nageswaragunupudi
Fri Sep 15, 2017 12:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TDatabase FWH 17.08 : Datas and Methods
Replies: 1
Views: 1790

Re: remove formatting within a memo field

... carriage returns (Chr(141)+Chr(10)) are inserted into a string by MemoEdit() when a line wraps during editing. The string returned from MemoEdit() retains soft carriage returns and is usually stored in a memo field. When such a string must be printed or displayed with another function than MemoEdit(), ...
by Rick Lipkin
Thu Jan 26, 2017 5:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: remove formatting within a memo field
Replies: 6
Views: 1231

Re: Is there any TXImage method for resizing JPG images

XImage's zoom method retains aspect ratio. Actually there is no way of resizing an image without retaining aspect ratio. But ximage is not for saving images. (Note: we will be providing save method in coming versions) In the existing ...
by nageswaragunupudi
Mon Mar 07, 2016 5:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Is there any TXImage method for resizing JPG images
Replies: 4
Views: 756

Re: Problem with past into xbrowse numeric editable cell

... higher value into an xbrowse cell and if the picture format can not display the full value, unlike Get, xbrowse does not lose the value. It still retains the value and tries to show in the best possible manner so that the user need not stare at meaningless stars. The value what you see is 123 ...
by nageswaragunupudi
Thu Feb 18, 2016 5:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with past into xbrowse numeric editable cell
Replies: 11
Views: 2311

Re: New FWH 15.09

... in some string constants. Open your program in notepad, type in This words and save. Notepad by itself insert bom. If the original had bom, it retains bom Hereafter well save our samples without bom, to enable xharbour users also to test them
by dutch
Tue Sep 29, 2015 8:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 15.09
Replies: 22
Views: 4956

Re: New FWH 15.09

... in some string constants. Open your program in notepad, type in This words and save. Notepad by itself insert bom. If the original had bom, it retains bom Hereafter well save our samples without bom, to enable xharbour users also to test them
by nageswaragunupudi
Tue Sep 29, 2015 7:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 15.09
Replies: 22
Views: 4956

Re: New FWH 15.09

... in some string constants. Open your program in notepad, type in This words and save. Notepad by itself insert bom. If the original had bom, it retains bom Hereafter well save our samples without bom, to enable xharbour users also to test them
by nageswaragunupudi
Tue Sep 29, 2015 7:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 15.09
Replies: 22
Views: 4956

Re: dbcombo blank

I am trying to understand your code. Are TComp, TDesc, etc database objects? If so you don't need to create memory vars, you can just use the database object fieldname, ie oCust:name.

And please use the code tags when posting code so it retains its format.
by James Bott
Tue Dec 09, 2014 7:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: dbcombo blank
Replies: 5
Views: 1430

Re: FWH, ole, Word and Excel

... .t., .f., .t. )   oWord:Visible := .t.return nil  Keeps a link to excel table and any changes in excel are ready by word. Retains excel formatting.
by nageswaragunupudi
Sun Oct 13, 2013 5:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH, ole, Word and Excel
Replies: 4
Views: 1051

Re: Fivedroid on Qt

... I do not have anyone on Terminal Services. The trend today is toward Cloud services. Office 365 is a cloud based system now but it also retains a local copy of all data and the client software. The local copies allow you to work even if you don't have a net connection. This would be ...
by TimStone
Mon Jun 24, 2013 2:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivedroid on Qt
Replies: 135
Views: 37292

Re: Deshabilitar Boton en Dialogo

... a beginning of file condition before using the SKIP command to move the record pointer and repaint the screen. Once BOF() is set to true (.T.), it retains its value until there is another attempt to move the record pointer. By default, BOF() operates on the currently selected work area. It can ...
by FranciscoA
Sun Aug 14, 2011 2:53 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Deshabilitar Boton en Dialogo
Replies: 7
Views: 1640
Next

Return to advanced search