Search found 116 matches: hmm

Return to advanced search

Re: XBrowse edit only one column

Nages,

Hmm, that is not working for me. Here is what the browse looks like with your code:

Code: Select all  Expand view
ItemNo Description Cost QtyOrd ExtPrice
3      TLINEITEMS
4      TLINEITEMS
5      TLINEITEMS
 


Before it was displaying the data correctly.

James
by James Bott
Wed Aug 14, 2019 5:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse edit only one column
Replies: 26
Views: 2993

Re: To James Bott - Error Using TData

Silvio, Hmm. I am guessing the islock is a fieldname and only some records are blocked from deletion? I'm not sure this is sufficient. If ANY record is connected to any other record, then it cannot be deleted without consequences. ...
by Silvio.Falconi
Wed May 29, 2019 4:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To James Bott - Error Using TData
Replies: 49
Views: 5183

Re: To James Bott - Error Using TData

Silvio, Hmm. I am guessing the islock is a fieldname and only some records are blocked from deletion? I'm not sure this is sufficient. If ANY record is connected to any other record, then it cannot be deleted without consequences. ...
by James Bott
Wed May 29, 2019 4:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To James Bott - Error Using TData
Replies: 49
Views: 5183

Re: to Nages: test for tdatabase

Tim,

Also, one word of caution: We often use :: to reference the object but this can sometimes result in conflicts with other classes.


Hmm, I have never experienced this. Can you provide an example?

James
by James Bott
Fri May 10, 2019 6:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: to Nages: test for tdatabase
Replies: 37
Views: 5816

Re: to Nages: test for tdatabase

Nages,

Filters are optimized using indexes and only the required records (not the entire database) are read from the server.


Hmm, I haven't used filters in many years. Are you saying that they are now as fast as scopes?

James
by James Bott
Fri May 10, 2019 6:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: to Nages: test for tdatabase
Replies: 37
Views: 5816

Re: Ribbon Theme

... changes to a light color and text is a light color then it becomes invisible (or nearly so). Perhaps the existing code doesn't support this. Hmm, to complicate things, I just watched a youtube video tutoral for Word 2019 and that version doesn't show tabs changing color when the mouse cursor ...
by James Bott
Mon May 06, 2019 7:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbon Theme
Replies: 163
Views: 28374

Re: xBrowse look Office 2016

... in this case the only difference I see is the color of the highlighted color title is gray in the Excel app and green in the Excel 365 version. Hmm, now I see in the Excel app, the current cell outline is also green. I also note that the Excel app has a green ribbonbar, but that is a separate ...
by James Bott
Fri Dec 28, 2018 8:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse look Office 2019 - Office 365
Replies: 12
Views: 2891

Re: Ribbon Theme

... is to emulate Microsoft's look. Of course, if you really wanted something like that it is possible but would require changes to the class code. Hmm, maybe you are referring to selected (on/off) buttons? What about the title bar? It should be dark as well. Enrico, I agree. I did a cursory search ...
by James Bott
Thu Oct 04, 2018 3:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbon Theme
Replies: 163
Views: 28374

Re: Converte Xls(s) into dbf

... of my programs to create teacher replacements. He must enter the time and from his schedule to create the timetable he can print it in xlx format. Hmm, what about him entering the data in your program, then exporting to Excel for printing? Is there something special about the Excel printout? Can ...
by James Bott
Sat Sep 15, 2018 9:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Converte Xls(s) into dbf
Replies: 14
Views: 3222

Re: Tablet with Win 10

... you open combobox with usual mouse-click the line height is normal. If you open it with finger tap, the line height is larger enough for finger. Hmm, how does it know whether you are clicking or touching? I tried it with FWH 16.02 but I don't see any difference. Was this implemented later, or ...
by James Bott
Wed Jun 28, 2017 3:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tablet with Win 10
Replies: 19
Views: 3389

Re: Ribbon tab color MICROSOFT OFFICE 2016

... what about the other Ribbon themes? They will not look fine if we force white there Maybe it would be easier to subclass for the new ribbonbar? Hmm, I guess that would be a problem since you are using the preprocessor to call the class. I don't know how you could call a different class based ...
by James Bott
Mon May 08, 2017 10:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbon tab color MICROSOFT OFFICE 2016
Replies: 38
Views: 9942

Re: Borland Make Utility Issues

Antonio,

I still haven't received it. Could you send another copy. Hmm, maybe you do need to rename the zip because your email won't accept it even to send.

James
by James Bott
Wed Apr 19, 2017 5:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Borland Make Utility Issues
Replies: 40
Views: 4261

Re: PUBLIC var declaration issue

... all those declared, then I could remove the MEMVAR declarations and get warnings for all the publics. I will write some test code to try this out. Hmm, I haven't even thought about privates yet. Your thoughts? James
by James Bott
Mon Aug 31, 2015 2:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PUBLIC var declaration issue
Replies: 26
Views: 6352

Re: DBF to SQL converter program

... work developing that it would have been a monumental task. In fact we are finding a solution to inform the user /programmer of that situation. Hmm, do you mean something like comparing all the fieldnames to a list of known reserved words? That would be very useful. Best Regards, James
by James Bott
Fri Aug 21, 2015 8:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF to SQL converter program
Replies: 59
Views: 18167

Re: ADO RDD xHarbour

AHF, Thanks for the reply. I didnt test this myself because I dot have ACCESS right now Hmm, you don't need the ACCESS program as the ADO drivers are part of Windows. You can just use the Northwind.mdb (commonly available) or you can use the ADO functions to create ...
by James Bott
Tue Aug 04, 2015 9:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 447182
PreviousNext

Return to advanced search