Search found 69 matches: retain

Return to advanced search

Re: xBrowse: A Vision for a Simpler, More Flexible Future

... and independence from the data source. Avoiding Additional Libraries: Aside from Bootstrap, I rely on pure JavaScript to keep dependencies low and retain full control over the code. With this approach, the code remains lean, easily maintainable, and can be seamlessly integrated into web applications. ...
by Otto
Wed Nov 06, 2024 9:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse: A Vision for a Simpler, More Flexible Future
Replies: 5
Views: 237

Re: Copy file by mask

... ) } )? "copied"return nil  In both the cases the matching files are copied into the destination folder and also retain their original codepage encodings. https://imagizer.imageshack.com/v2/xq70/923/WBspRi.png Note: Tested and working with Harbour.
by nageswaragunupudi
Sun Nov 03, 2024 4:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Copy file by mask
Replies: 24
Views: 652

Re: Migration of Desktop Application to Web: Progress Update

... is important. It is a significant task to convert a program that has been developed over 30 years to the web. But with mod harbour, I can retain the logic and practically only make the new screens in HTML and JS. Best regards, Otto
by Otto
Sat Jun 15, 2024 6:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Migration of Desktop Application to Web: Progress Update
Replies: 7
Views: 709

Mod Harbour: ChatGPT Provides Detailed Answers

... reducing the learning curve. Consistency: Existing codebases and programs can be more easily migrated and maintained if the syntax is retained. Productivity: Developers with years of experience in FiveWin/Harbour can be more productive when working with familiar syntax. Challenges: ...
by Otto
Sat May 18, 2024 9:12 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mod Harbour: ChatGPT Provides Detailed Answers
Replies: 23
Views: 2985

file ID in the Windows file system

... a file. The File ID is unique on the volume on which the file resides. This means even if the file is moved or renamed on the same volume, it will retain the same File ID. This is particularly useful for tracking files in more complex operations and is used by features like the Volume Shadow Copy ...
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: 1084

Changing default printer for current application only

Guys, I am getting different result here when I compile this code with my FWH11.08 and FWH1912. This is the old behavior that I want to retain. 1. Run program 2. Click menu Printer Setup 3. Select a different printer than windows default. e.g. Microsoft Print To Pdf 4. Click Print [will go ...
by hua
Thu Mar 02, 2023 7:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Changing default printer for current application only
Replies: 2
Views: 410

Re: Draw a bitmap

... the image gets distorted in this case. Note: This is the only mode where the aspect ratio of the image is ignored. All other resizing options retain the aspect ratio image perfectly. No distortion. Value: 2 The image is resized to cover the entire area of the window, without changing the aspect ...
by nageswaragunupudi
Thu Oct 06, 2022 5:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Draw a bitmap
Replies: 6
Views: 633

Re: Busqueda al interior de un Archivo INI

... lExists returns .T. if <xKey> exists in the hash table and stores its ordinal position to @<nPos> which must be passed by reference to retain the stored position. If the key doesn’t exists then <nPos> will be the position of the smaller nearest key.    if hb_HHasKey( ...
by cnavarro
Fri May 13, 2022 4:23 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Busqueda al interior de un Archivo INI
Replies: 3
Views: 553

MAPI Clients - Thinking ahead

... products. Outlook provides MAPI services and I find this to be the best way for users of my program to communicate with their clients, and to retain copies of all communications, and link the responses. I also have SMTP as an option. With web based only, we lose MAPI. I'm obviously concerned ...
by TimStone
Mon May 09, 2022 1:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MAPI Clients - Thinking ahead
Replies: 1
Views: 388

Re: Xbrowse Error

The next piece of code must always be executed, not only :
if ::lAdjusted is .T.

No please.
Please retain my code as it is.
by nageswaragunupudi
Sat Apr 02, 2022 3:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse Error
Replies: 13
Views: 1296

Re: Decimal detection

... --> nRounded Arguments <nNumber> is the numeric value to be rounded. <nDecimals> defines the number of decimal places to retain. Specifying a negative <nDecimals> value rounds whole number digits. Returns ROUND() returns a numeric value. Description ROUND() is a ...
by James Bott
Sat Oct 09, 2021 7:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Decimal detection
Replies: 10
Views: 1656

Re: Retención de registros borrados en RowSet()

jose_murugosa wrote:En el manual de FWmariadb, en el objeto RowSet dice:

"(Future plans: To retain the deleted records with facility to restore like in DBF)"

¿Ésto se ha implementado en versiones recientes de FWH?



??
by jose_murugosa
Thu Feb 04, 2021 2:05 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Retención de registros borrados en RowSet()
Replies: 3
Views: 393

Retención de registros borrados en RowSet()

En el manual de FWmariadb, en el objeto RowSet dice:

"(Future plans: To retain the deleted records with facility to restore like in DBF)"

¿Ésto se ha implementado en versiones recientes de FWH?
by jose_murugosa
Wed Feb 03, 2021 4:09 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Retención de registros borrados en RowSet()
Replies: 3
Views: 393

Re: Peer to Peer, NAS and NTX -> CDX

... to log in. I find that my application doesn't trigger this when trying to get to the data drive on another computer. When you map a drive, you retain the login, so it will always work fine. The other way is to turn off the local password protection on the server. I use a configuration file ...
by TimStone
Mon Dec 21, 2020 2:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Peer to Peer, NAS and NTX -> CDX
Replies: 41
Views: 4559

Re: filter or where statement in SQL

... change oRs:aParams yourself. These classes are complex and there are many methods and data for internal use. We need to keep them for ourselves to retain enough flexibility for future developments. We, therefore, request you to use only the datas/methods documented in WiKi and subsequent WhatsNew.Txt. ...
by Horizon
Wed May 06, 2020 6:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: filter or where statement in SQL
Replies: 6
Views: 844
Next

Return to advanced search

cron