Search found 125 matches: consistent

Return to advanced search

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 ...
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: 613

Re: hash for storing variables

... of 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 ...
by Otto
Tue Nov 28, 2023 8:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: hash for storing variables
Replies: 7
Views: 522

Re: xBrowse - Dates - FWH 2310

... posts 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, ...
by TimStone
Fri Nov 10, 2023 6:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse - Dates - FWH 2310
Replies: 19
Views: 1440

xBrowse - Dates - FWH 2310

... machine ( 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 ...
by TimStone
Mon Nov 06, 2023 7:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse - Dates - FWH 2310
Replies: 19
Views: 1440

Re: How to make MsgGetArray() behaviour consistent with MsgGet()

You are right.
We will soon suggest a modification
by nageswaragunupudi
Fri Nov 03, 2023 2:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to make MsgGetArray() behaviour consistent with MsgGet()
Replies: 1
Views: 262

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() ...
by hua
Fri Nov 03, 2023 9:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to make MsgGetArray() behaviour consistent with MsgGet()
Replies: 1
Views: 262

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"function ...
by dutch
Wed Sep 20, 2023 5:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: bDragBegin and bDropOver problem *Unresolve*
Replies: 27
Views: 4048

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()  ...
by nageswaragunupudi
Wed Sep 20, 2023 12:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: bDragBegin and bDropOver problem *Unresolve*
Replies: 27
Views: 4048

Re: HOW REPORT PREVIEW CAN BE CUSTOMIZED ?

... I had 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 ...
by TimStone
Mon May 15, 2023 10:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HOW REPORT PREVIEW CAN BE CUSTOMIZED ?
Replies: 8
Views: 409

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".
by TimStone
Fri May 12, 2023 2:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: RTF : Fully functional
Replies: 2
Views: 188

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 ...
by TimStone
Tue May 02, 2023 8:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 23.04
Replies: 13
Views: 816

Re: How to code TScrDlg() for use in folder?

... 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
by hua
Thu Dec 15, 2022 9:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to code TScrDlg() for use in folder?
Replies: 12
Views: 607

Re: How to code TScrDlg() for use in folder?

No joy.

Antonio Linares wrote: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

Image
by hua
Fri Dec 02, 2022 9:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to code TScrDlg() for use in folder?
Replies: 12
Views: 607

Re: Does anyone have a json reader

... file. The first column will be the identifier, and the second column the value. When you receive the Json responses, those identifiers will be consistent, so you can grab just the ones you want out of each reply. Of course, make sure you initialize the variables first to empty values so if ...
by TimStone
Wed Nov 09, 2022 6:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Does anyone have a json reader
Replies: 7
Views: 710

Re: Copy / Paste Behaviour

... to do with FWH. It is the Clipper/Harbour GET class that does not allow entry of characters exceeding the length of the variable. This behavior is consistent from the first version of Clipper till today with (x)Harbour and we should all be familiar with it for years.
by nageswaragunupudi
Tue May 03, 2022 3:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Copy / Paste Behaviour
Replies: 13
Views: 788
Next

Return to advanced search