Search found 43 matches: retained

Return to advanced search

file ID in the Windows file system

... attributes depends on whether you are moving it within the same volume or across different volumes: **Moving Within the Same Volume:** - **File ID Retained**: When you move a file to another folder within the same volume (for example, from "C:\Folder1" to "C:\Folder2" on an ...
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: 628

Re: Iniciando con mod_harbour

... program for patching files with a built-in preprocessor. You build your framework yourself. One advantage is that the HTML and JS line numbers are retained. If you examine the website with F12, you will see the real line numbers. I would like if you give me more information about Harborino, I would ...
by Otto
Tue Jan 11, 2022 9:34 pm
 
Forum: mod_harbour
Topic: Iniciando con mod_harbour
Replies: 24
Views: 3768

Re: Editar celda xBrowse

... If you are using FWH built-in library, this is not necessary. Simply set oArticulos:SetBatchMode( .t. )  All changes made are retained in the memory only and are not written to the real table. Later, if you want to save all the changes to the server at once, then call oArticulos:SaveBatch() ...
by nageswaragunupudi
Thu Oct 28, 2021 1:17 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Editar celda xBrowse
Replies: 4
Views: 689

Working With Quickbooks. QBFC

... a program in the SDK provided by Intuit. I haven't used the interface since moving to Harbour with FWH and the Microsoft Visual Studio, but have retained it in all of my builds and have not encountered any errors. In the first part of the code I use(d) cGetFile( ) to return the name of the .qbw ...
by TimStone
Fri Feb 12, 2021 7:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Working With Quickbooks. QBFC
Replies: 3
Views: 395

New FTDN February 2020 (FWH 20.02)

... etc. Logic for this translation is improved. - New CLASSDATA lRestoreFilters INIT .f. By default any filters set by incremental filters are retained when xbrowse exits. If this classdata is set to .T., while exiting xbrowse, the original filters when starting the xbrowse are restored. Note: ...
by Antonio Linares
Wed Feb 26, 2020 10:24 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN February 2020 (FWH 20.02)
Replies: 1
Views: 4658

New FTDN September/Septiembre 2019 (FWH 19.09)

... Now the order is restored even on multi-field sort asc/desc. * NEW: FWMariaRowset BATCHMODE In the batch mode, all edits, appends and deletes are retained in the memory only and nothing is written to the database, till all the changes are written in one call to SaveBatch() - method SetBatchMode( ...
by Antonio Linares
Sun Oct 13, 2019 11:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN September/Septiembre 2019 (FWH 19.09)
Replies: 1
Views: 2900

Re: A problem with TDatabase using copy() / Past() ?

... close xbrowse and reopen in another xbrowse. With TDatabase we can close and reopen the same dbf after some time. In all cases the data aCopy is retained. oCust:SetFilter( ... )oCust:GoTo( x )oCust:Copy()// Optionally we can even close and reopen the same dbf lateroCust:Close()// ...
by nageswaragunupudi
Thu Jan 31, 2019 8:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A problem with TDatabase using copy() / Past() ?
Replies: 7
Views: 1169

Re: oRs:EditBaseRecord, oRec:Save() problem

... If the save fails due to some reason like duplicated unique field, the record pointer does not change and edited values are not lost. They are retained. If the save fails because the record is deleted by another user on the network, then the record pointer is moved to the next record and changes ...
by nageswaragunupudi
Sun Aug 26, 2018 9:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: oRs:EditBaseRecord, oRec:Save() problem
Replies: 8
Views: 1093

Re: OT: ADS & Win 10 April Update RESOLUTION

... the server ( which the ads.ini does if setup ), then there is no problem. The communication continues while because the server address has been retained by ADS while active. This is not a problem unique to ADS. It has created havoc for many programs and server systems including reports of issues ...
by TimStone
Tue May 22, 2018 3:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT: ADS & Win 10 April Update RESOLUTION
Replies: 25
Views: 6147

New FTDN November/Noviembre (FWH 17.11)

... improved. - static function ArrayCalcWidths() changed as method. - Text data is being Ltrimmed while painting. Now the leading spaces in text are retained. - New: DATA cBtnTooltip in CLASS TXBrwColumn: If specified, used as tooltip for listbox/edit button tooltip. - New DATA bToExcel: If specified ...
by Antonio Linares
Mon Nov 27, 2017 7:21 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN November/Noviembre (FWH 17.11)
Replies: 0
Views: 1331

Re: BUSCA EN CUALQUIER POSICION CON DBF

You are using the same alias in both the browses. In such cases, the changes made to the alias by the second browse are retained even after closing the second dialog. In this case, the filter set by the browse in the second dialog remains. It is desirable to avoid using the same alias ...
by nageswaragunupudi
Wed Nov 08, 2017 1:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: BUSCA EN CUALQUIER POSICION CON DBF
Replies: 16
Views: 3351

Re: MSVC 2017 Try

... There are no build problems, nor are there any operational errors when running the program. In time, I will update the Harbour libraries. I have retained MSVC 2015 plus the older libs on my production builds for now. I have too many developing features to change that at this moment. For those ...
by TimStone
Fri Apr 07, 2017 4:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MSVC 2017 Try
Replies: 67
Views: 7717

Re: Long Printer Names.

... I always set it back to what it was when I am done but this creates a whole set of other problems. For example, printer tray selections are not retained, etc.
by dtussman
Thu Jul 21, 2016 8:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Long Printer Names.
Replies: 10
Views: 2181

New FTDN April/Abril 2016 (FWH 16.04)

... will inherit the style of its own window's menu/buttonbar or wndmain()'s menu/buttonbar. Backward compatibility: If class data lInheritStyle is retained as .f., Default style continues to be 2007. oBrw:l2007 := .f. continues to set Standard style oBrw:lFlatStyle := .t. continues to set flat ...
by Antonio Linares
Thu May 12, 2016 6:51 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2016 (FWH 16.04)
Replies: 8
Views: 7584

Re: New FTDN January/Enero 2016 (FWH 16.01)

... otherside of the bitmap equal amount of blank space is wasted. This is in contrast to BTNBMP. To maintain backward comatibilty, this behavior is retained and and alternative syntax is provided. - Additional/Alternate syntax identical to BTNBMP is provided. TOP,LEFT,BOTTOM. RIGHT. This syntax ...
by Antonio Linares
Fri Jan 29, 2016 8:48 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN January/Enero 2016 (FWH 16.01)
Replies: 3
Views: 2157
Next

Return to advanced search