Search found 126 matches: consistent

Return to advanced search

TDatabase End() method

Antonio, If I may make a suggestion, TDatabase doesn't have an End() method. Yes, I know it has a Close() method, and that is consistent with the CLOSE statement. However, as an object, the Close() method name violates the polymorphism concept. Most of the other classes have an End() ...
by James Bott
Sat Jul 15, 2017 12:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TDatabase End() method
Replies: 2
Views: 545

Re: FWH 16.12 : Display Seek values in Header Search Bar

... between the two ). It doesn't occur on all menuitems on button bars, but in some cases when making a menu button, it will occur. Yes, it is consistent. Tim
by TimStone
Mon Dec 26, 2016 10:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 16.12 : Display Seek values in Header Search Bar
Replies: 31
Views: 9612

Re: FWH 16.12 : Display Seek values in Header Search Bar

... is only with Harbour and MSVC 2015. If I build with xHarbour ( xBuild commercial version ), it displays correctly. Also, this is absolutely consistent in this dialog of the program, but is not yet showing up elsewhere where I have folders and xBrowse.\ Any ideas would be helpful. Thanks. Tim
by TimStone
Fri Dec 23, 2016 12:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 16.12 : Display Seek values in Header Search Bar
Replies: 31
Views: 9612

Re: FWHMYSQL/MARIADB: Stored Procedures and Functions

... := "states_write" // SP is for Stored Procedure  This one line of code is all that is needed to enable full editing capabilities. Consistent with the philosophy of FiveWin, MYSQL/MARIADB functionality supports simplest to the most advanced and sophisticated MYSQL implementations ...
by nageswaragunupudi
Sun Dec 04, 2016 3:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWHMYSQL/MARIADB: Stored Procedures and Functions
Replies: 5
Views: 3059

Re: Resizeable screen formats

... differently, as you will see from the sample, the titles do not line up with the get fields. They go progressive lower. So the values would not be consistent and thus it would require decimals for the Say commands to get them to match the GET. Of course, a Caption option for the GET might be useful ...
by TimStone
Wed Jun 01, 2016 9:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Resizeable screen formats
Replies: 25
Views: 5597

Re: Print-preview with different results ?

Uwe Every printer driver has a different vertical and horizontal resolution. In order to be consistent on your text resolution, you have to calculate your line and page placement. You are on the right track .. Please consider this code : oFont8b   := TFont():New( ...
by Rick Lipkin
Mon May 30, 2016 3:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Print-preview with different results ?
Replies: 10
Views: 3204

Re: Desktop Alerts

Notifications actually will auto generate within the program so we don't need a click control. The samples Antonio put up are nicely consistent with what Windows 8 / 10 provides. The one thing that will be a great help is if we can send the notifications to be saved in the notification center. ...
by TimStone
Wed Mar 09, 2016 11:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Desktop Alerts
Replies: 39
Views: 30052

xbrowse Header extension

Maybe I'm not remembering correctly. I'm using the new COMMAND syntax for xBrowse and all works well. To be consistent for my clients, all main dialogs are the same size, and the xbrowse in the .rc is also the same width. In some cases, the data I am displaying does not fill ...
by TimStone
Wed Mar 09, 2016 10:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse Header extension
Replies: 4
Views: 757

Re: More 16.01 problems with xBrowse UPDATED

... in 16.01. You had traced it to not having an index selected. In our case, as discussed in the original thread on the topic, the problem is always consistent in our file editor which starts with the file in natural order, no index selected. It was happening toward the end of the database, but now ...
by TimStone
Mon Feb 29, 2016 4:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: More 16.01 problems with xBrowse UPDATED
Replies: 24
Views: 9877

Re: FWH 15:12: Bug in the size of the column in xbrowse

... This is what I did to over 200 controls in the coming version. I patched the existing release a bit. Finally, although where the problem occurs is consistent, it did not occur on all browse controls. I can't tell you what made the difference. I just know it has worked perfectly, as written, for ...
by TimStone
Wed Feb 10, 2016 7:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 15:12: Bug in the size of the column in xbrowse RESOLVED
Replies: 15
Views: 3520

Re: ADO RDD xHarbour

... statement. I had it crash once at 500 something records and another time at 1300 something records. So there is something going on that is not consistent which leads me to believe it may have to do with memory and/or timing. I am also wondering if it is doing a commit after each record which ...
by AHF
Fri Aug 07, 2015 8:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 462590

Re: ADO RDD xHarbour

... statement. I had it crash once at 500 something records and another time at 1300 something records. So there is something going on that is not consistent which leads me to believe it may have to do with memory and/or timing. I am also wondering if it is doing a commit after each record which ...
by James Bott
Thu Aug 06, 2015 7:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 462590

Re: error FWH 15.04 with xHarbour.com

... the icon to start the program, Windows gives me a BUSY cursor and then reverts to the regular cursor and the program never opens. Here is what is consistent: xHB ( .com ) using xBuilder My source code ( exact same in both cases ) And what is different ? FWH 14.12 versus 15.04. Also, if I build ...
by TimStone
Thu May 14, 2015 5:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: error FWH 15.04 with xHarbour.com
Replies: 38
Views: 8027

Re: Cambios en xBrowse

... quite el DEFAULT porque no cambiaba orden al dar cllick en otra columna  We retain DEFAULT. This is intentional, not a mistake and is consistent with incremental filter behavior of all other sources like dbf, array, ado, etc. Normally, cFilterFld is to be provided by the programmer ...
by nageswaragunupudi
Wed Apr 15, 2015 8:42 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cambios en xBrowse
Replies: 2
Views: 725

Re: Decimalpoint at gets

... on/off this behavior would be nice! In fact the behavior is exactly as you wanted. User can type 123.45 or 123,45. The behavior of (x)Harbour is consistent with the Clipper behavior from the very beginning of Clipper.
by nageswaragunupudi
Tue Feb 03, 2015 12:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Decimalpoint at gets
Replies: 4
Views: 807
PreviousNext

Return to advanced search

cron