Search found 82 matches: appending

Return to advanced search

TSBrowse

... saving a record after editing, I find the first record overwrites the header until I scroll the browse, and then all falls into place. 2) When appending a record to a database, I have to manually reset the browse to match the database. 3) When adding a record, the new record appears at the ...
by TimStone
Sat Feb 09, 2008 9:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TSBROWSE Class OF MANUEL MERCADO
Replies: 24
Views: 8832

Xbrowse mousewheel and keyboard

Hello

When appending records to a xbrowse, i have very bad display (lines are displayed twice) if i use mousewheel or keyboard (keydown)

If i use the mouse, everything shows normal

Anyone else having this kind of problems ?

Tia

Richard
by Richard Chidiak
Wed Dec 26, 2007 11:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse mousewheel and keyboard
Replies: 5
Views: 1056

Everytime you are appending you are recreating the array. Better would be to modify the same array whose reference the browse object knows. Once you SetArray in the beginning pl dont use it again. SetArray removes all existing columns ...
by nageswaragunupudi
Wed Dec 05, 2007 10:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse on array - headers disappear.
Replies: 13
Views: 2736

SetArray again recreates all the columns "without headers'

Can you post here lines of code creating the array first and then appending the row ?
by nageswaragunupudi
Wed Dec 05, 2007 8:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse on array - headers disappear.
Replies: 13
Views: 2736

Comprimir Carpetas y SubCarpetas con Zip32

... Else 0 fLF_CRLF As Long ' 1 If Translate LF To CR/LF, Else 0 fJunkDir As Long ' 1 If Junking Directory Names, Else 0 fGrow As Long ' 1 If Allow Appending To Zip File, Else 0 fForce As Long ' 1 If Making Entries Using DOS File Names, Else 0 fMove As Long ' 1 If Deleting Files Added Or Updated, ...
by josecosmaz
Tue Jun 06, 2006 4:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Comprimir Carpetas y SubCarpetas con Zip32
Replies: 1
Views: 3298

Memowrit

In Clipper MEMOWRITE() is nothing more than sequence of the functions fopen(), fwrite(), fclose(). The only thing MEMOWRITE() does itself is appending EOF character. Though I don't use Harbour but I think the same is justly for Harbour. So you can use fopen(), fwrite(), fclose() functions by ...
by ask
Wed Apr 12, 2006 8:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Memowrit Question
Replies: 13
Views: 4949

In Clipper MEMOWRITE() is nothing more than sequence of the functions fopen(), fwrite(), fclose(). The only thing MEMOWRITE() does itself is appending EOF character. Though I don't use Harbour but I think the same is justly for Harbour. So you can use fopen(), fwrite(), fclose() functions by ...
by Vladimir Grigoriev
Tue Apr 11, 2006 4:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Memowrit Question
Replies: 13
Views: 4949
Previous

Return to advanced search