Search found 31 matches: logically

Return to advanced search

Re: CLASS modification

... work, ie the user can select a date through the doubleclick system. But the Tcalendar doesn't work ie the end user can't view the months and years logically the IsOverDay() function is wrong as I can't find this function determines that the mouse is on the prompt of the days or in other areas. ...
by Silvio.Falconi
Wed May 24, 2023 8:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS modification
Replies: 33
Views: 1704

Re: TXBrwColumn aEditListTxt

Is there a way to know that a txBrwColumn:aEditListTxt was selected even when it's not different as before?

No.
In the above case, logically, column 3 should not change if column 2 does not change.

1) Are you editing an array? Then there is a simpler way.
by nageswaragunupudi
Wed Mar 02, 2022 7:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TXBrwColumn aEditListTxt
Replies: 11
Views: 536

Big Popup

... is the popup menu which creates a huge space compared to the options that are entered. https://i.postimg.cc/k4NV7yJY/kk.png and logically the menupopup is show bad that is bad to see because it comes out of the program window https://i.postimg.cc/DzPFZpGG/kk3.png ...
by Silvio.Falconi
Sat Oct 03, 2020 4:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Big Popup
Replies: 1
Views: 417

Re: random problem in xBrowse Problem BASE/1004 There is no meth

... But this is how this function is used   ::oEditGet:bKeyDown   := { | nKey | EditGetkeyDown( Self, nKey ) }  Logically the function should not execute when oCol:oEditGet itself is NIL. Let us look into this.
by nageswaragunupudi
Thu May 07, 2020 10:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: random problem in xBrowse Problem BASE/1004 There is no meth
Replies: 3
Views: 473

Re: Missing LIB

... original fwpdf.prg in the fwh libs refers to the function HPDF_Page_TextRect. But you are not getting that function as unresolved external. So, logically speaking, even if you recompile fwpdf.prg you should not get unresolved external. Please recheck your libraries and library paths you are ...
by nageswaragunupudi
Thu Mar 05, 2020 2:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Missing LIB
Replies: 13
Views: 2436

Re: AppSys Problem with Demo Code

... Sample. when start Short-Cut from Desktop when start from Total Commander or Explorer Inclusion or not of the dummy procedure AppSys does not and logically can not make any such difference. If properly compiled and linked, you will not get the dos box problem. I copied your program as it is into ...
by nageswaragunupudi
Thu Dec 26, 2019 5:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: AppSys Problem with Demo Code
Replies: 9
Views: 1006

Re: to Nages: test for tdatabase

Logically the guests need to be attached to the reservation not the customer. the guest must be attached to the customer, I am a customer and rent umbrella number FIve On my Umbrella I have my mother Edwige , my father Giuseppe, ...
by Silvio.Falconi
Sat May 11, 2019 7:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: to Nages: test for tdatabase
Replies: 37
Views: 5682

Re: to Nages: test for tdatabase

... guest by taking the customer code, for example Falconi Silvio is the customer with code 0005 and topolino, pluto, and minni are Silvio's guests. Logically the guests need to be attached to the reservation not the customer. The customer is the owner of the reservation. The same customer could ...
by James Bott
Fri May 10, 2019 11:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: to Nages: test for tdatabase
Replies: 37
Views: 5682

Re: Mechanism for locking records in a DBF file

... the used space by the file. For locking record 1, you put a lock in the byte 1,000,000 + 1 with lenght 1. That allows the file to be read but LOGICALLY set a lock to other users. That position, starting in 1000000 in the sample. is arbitrary, and different among NTX, CDX1, CDX2, etc. In the ...
by Carlos Mora
Sat Apr 20, 2019 5:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mechanism for locking records in a DBF file
Replies: 1
Views: 533

Re: Infield Top Aligned Form Labels

... a border. Do you think you can provide such a control. The explanation why we should use "Infield top aligned labels" here seems to me logically. http://uxmovement.com/forms/why-infield-top-aligned-form-labels-are-quickest-to-scan/ Thank you in advance Otto
by Otto
Mon Oct 29, 2018 8:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Infield Top Aligned Form Labels
Replies: 34
Views: 9614

Re: Unlock EXE-file

My personal implementations too were similar to Mr Tim's and Mr Michel's logically. I can understand why their systems have been working for years without any problem. Until now I always closed the programs remotely. Than I installed a new version on the server. ...
by Marc Vanzegbroeck
Fri Jun 26, 2015 10:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Unlock EXE-file
Replies: 7
Views: 1999

Re: Unlock EXE-file

My personal implementations too were similar to Mr Tim's and Mr Michel's logically.
I can understand why their systems have been working for years without any problem.
by nageswaragunupudi
Fri Jun 26, 2015 7:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Unlock EXE-file
Replies: 7
Views: 1999

Re: For Mr. Nages

... which just record 1 and record 100000 are active.... the browse must read 999998 records... INDEX ON ! DELETED(): with this index the records are logically divided in two groups, the active and the deleted. Now record 150 and record 850 are 1 record from each other... so dbSkip() is really quick. ...
by mercurial
Thu Feb 05, 2015 3:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: For Mr. Nages
Replies: 8
Views: 1910

Re: Decimalpoint at gets

Günther, I'm not sure what you mean by "should." Do you mean that is the way Clipper did it, or that is the way you think it should be? Logically, with that picture clause, after you type three digits, there is nowhere else to type any more digits except after the decimal. So, it would ...
by James Bott
Mon Feb 02, 2015 4:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Decimalpoint at gets
Replies: 4
Views: 773

Re: RDDADS.lib for Harbour and Borland

... When the connection is done via the Internet then it is referred to as an Advantage Internet Server (AIS) connection (**not a remote connection as logically you might conclude**). This requires configuring an Internet port and opening that port within the firewall at the server end as well as the ...
by reinaldocrespo
Tue Jan 27, 2015 2:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RDDADS.lib for Harbour and Borland
Replies: 24
Views: 4691
Next

Return to advanced search