... This approach provides clear traceability and helps maintain a comprehensive understanding of data handling throughout the code.
To implement a consistent and trackable way to document data flow within your code, especially when adding or modifying fields in your database, you can adopt a clear ...
Search found 16 matches: consistent
Searched query: consistent
- Fri Sep 27, 2024 12:35 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: FlowMarker System Documentation
- Replies: 2
- Views: 423
- Sat Apr 20, 2024 10:33 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: xbrowseWeb - Work in Progress
- Replies: 4
- Views: 709
xbrowseWeb - Work in Progress
... ve decided to avoid using pre-made components for web development (like web servers or webview2) as much as possible. I now have a template for consistent navigation in my web programs. Here, I also host the xbrowseWeb module. Another principle I follow is to keep the source code as simple as ...
- Fri Jan 05, 2024 4:26 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: file ID in the Windows file system
- Replies: 5
- Views: 1256
file ID in the Windows file system
... are reconfigured and links are updated after moving files.
- **Behavior Dependent on File System**: While these behaviors are generally consistent across modern file systems like NTFS on Windows, specific behaviors can vary slightly between different file systems. Always consider the ...
- **Behavior Dependent on File System**: While these behaviors are generally consistent across modern file systems like NTFS on Windows, specific behaviors can vary slightly between different file systems. Always consider the ...
- Tue Nov 28, 2023 8:40 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: hash for storing variables
- Replies: 7
- Views: 755
Re: hash for storing variables
... Structure and Logic:
The structure (HTML), style (CSS), and logic (JavaScript) of components can be edited independently. Consistency: Ensures consistent use of the date input component throughout the project.
Similarities with Object-Oriented Programming
The approach shares similarities with ...
The structure (HTML), style (CSS), and logic (JavaScript) of components can be edited independently. Consistency: Ensures consistent use of the date input component throughout the project.
Similarities with Object-Oriented Programming
The approach shares similarities with ...
- Fri Nov 10, 2023 6:38 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: xBrowse - Dates - FWH 2310
- Replies: 19
- Views: 2799
Re: xBrowse - Dates - FWH 2310
... have specific data.
No, I cannot provide a program to display it. At first it seemed to only happen on AMD, but then it didn't. Then it was consistent if the ADS RDD ( LOCAL and REMOTE ) were specified, and if I sent to the standard DBFCDX it did not occur. However as noted in the thread, there ...
No, I cannot provide a program to display it. At first it seemed to only happen on AMD, but then it didn't. Then it was consistent if the ADS RDD ( LOCAL and REMOTE ) were specified, and if I sent to the standard DBFCDX it did not occur. However as noted in the thread, there ...
- Mon Nov 06, 2023 7:03 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: xBrowse - Dates - FWH 2310
- Replies: 19
- Views: 2799
xBrowse - Dates - FWH 2310
... Parallels, on an Mac Mini with ARM processor ), the wrkdat displays incorrectly.
This occurs on a few other xbrowse controls, and it is consistent. I see it on the same locations where he sees it.
Any thoughts on this ? It is only in the latest FWH 2310 release ( downloaded after the last ...
This occurs on a few other xbrowse controls, and it is consistent. I see it on the same locations where he sees it.
Any thoughts on this ? It is only in the latest FWH 2310 release ( downloaded after the last ...
- Fri Nov 03, 2023 2:18 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: How to make MsgGetArray() behaviour consistent with MsgGet()
- Replies: 1
- Views: 361
Re: How to make MsgGetArray() behaviour consistent with MsgGet()
You are right.
We will soon suggest a modification
We will soon suggest a modification
- Fri Nov 03, 2023 9:56 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: How to make MsgGetArray() behaviour consistent with MsgGet()
- Replies: 1
- Views: 361
How to make MsgGetArray() behaviour consistent with MsgGet()
Hi,
How to make MsgGetArray() behaviour consistent with MsgGet()?
MsgGet() returns .t. as long as Ok button is clicked.
msgget("Payroll Period", {"From", "To"}, {::cFrom, ::cTo})
MsgGetArray() will not return .t. eventhough Ok is clicked unless some field has been edited.
TIA
FWH1912
How to make MsgGetArray() behaviour consistent with MsgGet()?
MsgGet() returns .t. as long as Ok button is clicked.
msgget("Payroll Period", {"From", "To"}, {::cFrom, ::cTo})
MsgGetArray() will not return .t. eventhough Ok is clicked unless some field has been edited.
TIA
FWH1912
- Wed Sep 20, 2023 5:38 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: bDragBegin and bDropOver problem *Unresolve*
- Replies: 31
- Views: 6665
Re: bDragBegin and bDropOver problem
... from FIELDS to COLUMNS.
Thanks once again both of you,
Say control does not accept drop unless oSay:lWantClick is set to .T.
The behavior is consistent in all versions of FWH and in particular this is the same behavior both in 1901 and 2304.
Here is a small test:
#include "fivewin.ch ...
Thanks once again both of you,
Say control does not accept drop unless oSay:lWantClick is set to .T.
The behavior is consistent in all versions of FWH and in particular this is the same behavior both in 1901 and 2304.
Here is a small test:
#include "fivewin.ch ...
- Wed Sep 20, 2023 12:25 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: bDragBegin and bDropOver problem *Unresolve*
- Replies: 31
- Views: 6665
Re: bDragBegin and bDropOver problem
Say control does not accept drop unless oSay:lWantClick is set to .T.
The behavior is consistent in all versions of FWH and in particular this is the same behavior both in 1901 and 2304.
Here is a small test:
#include "fivewin.ch"
function Main()
local oDlg, oBrw, oChk, oSay, cSay := "This is ...
The behavior is consistent in all versions of FWH and in particular this is the same behavior both in 1901 and 2304.
Here is a small test:
#include "fivewin.ch"
function Main()
local oDlg, oBrw, oChk, oSay, cSay := "This is ...
- Mon May 15, 2023 10:34 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: HOW REPORT PREVIEW CAN BE CUSTOMIZED ?
- Replies: 8
- Views: 835
Re: HOW REPORT PREVIEW CAN BE CUSTOMIZED ?
... to use a compare utility, and update, or re-write, my alternative.
Since then there have been some global commands that made it easy to keep consistent "alternatives" while using the updated commands. This was especially true for the button bar, and how email has been handled.
What I like about ...
Since then there have been some global commands that made it easy to keep consistent "alternatives" while using the updated commands. This was especially true for the button bar, and how email has been handled.
What I like about ...
- Fri May 12, 2023 2:29 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: RTF : Fully functional
- Replies: 2
- Views: 288
Re: RTF : Fully functional
Yes. It is an edit screen so it would make it easier for my clients to access it
I use button bars throughout the program and they are always displayed. This would make it "consistent".
I use button bars throughout the program and they are always displayed. This would make it "consistent".
- Tue May 02, 2023 8:19 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: New FWH 23.04
- Replies: 13
- Views: 1261
Re: New FWH 23.04
... save them properly, but when it comes to printing them, we can't do it. In my output of an invoice, the starting and ending of text is never consistent, although the content remains the same. It is not a problem using regular text, counting the position after each line, and properly sending a ...
- Thu Dec 15, 2022 9:26 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: How to code TScrDlg() for use in folder?
- Replies: 12
- Views: 1030
Re: How to code TScrDlg() for use in folder?
... the issue by not using Shadow
REDEFINE TITLE oTitle ID 123 of oDlg SHADOW NOSHADOW
No joy.
Please try to reduce the height used by TScrDlg()
I reduced the controls from 10 to 7 sets. Seems painting issue is consistent.
There will be extra bits painted near the 5th, 7th and 10th TTitle
REDEFINE TITLE oTitle ID 123 of oDlg SHADOW NOSHADOW
No joy.
Please try to reduce the height used by TScrDlg()
I reduced the controls from 10 to 7 sets. Seems painting issue is consistent.
There will be extra bits painted near the 5th, 7th and 10th TTitle
- Fri Dec 02, 2022 9:40 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: How to code TScrDlg() for use in folder?
- Replies: 12
- Views: 1030