Search found 124 matches

by HughDarwen
Thu Feb 08, 2018 1:02 pm
Forum: Report a Bug
Topic: Column heads for RVAs not treated right when names only selected
Replies: 3
Views: 11987

Re: Column heads for RVAs not treated right when names only selected

I've installed v3.011 since I reported this bug and the related one concerning TUPLE{...}. The TUPLE bug seems to have been fixed, but not this one. Here's the example you asked for:

Relbug4.JPG
Relbug4.JPG (78.94 KiB) Viewed 11959 times

Hugh
by HughDarwen
Thu Feb 08, 2018 12:54 pm
Forum: Report a Bug
Topic: Incorrect display of a tuple with RVAs
Replies: 4
Views: 13228

Re: Incorrect display of a tuple with RVAs

Now I find I can't recreate the problem either. Sorry.

Hugh
by HughDarwen
Thu Feb 08, 2018 12:43 pm
Forum: Report a Bug
Topic: Incorrect display of a tuple with RVAs
Replies: 4
Views: 13228

Re: Incorrect display of a tuple with RVAs

Please ignore previous post. I didn't read carefully enough.

Hugh
by HughDarwen
Thu Feb 08, 2018 12:40 pm
Forum: Report a Bug
Topic: Incorrect display of a tuple with RVAs
Replies: 4
Views: 13228

Re: Incorrect display of a tuple with RVAs

Sorry for stupidly giving the wrong screenshot. Try this:



Relbug2.JPG
Relbug2.JPG (102.77 KiB) Viewed 13195 times
Hugh
by HughDarwen
Tue Jan 30, 2018 12:59 pm
Forum: Language Issues
Topic: TYPE inheritance implications
Replies: 6
Views: 17320

Re: TYPE inheritance implications

This is really an issue with our inheritance model (IM) and thus only indirectly an issue with TTM (because TTM says that if inheritance is supported, then it must be via our IM). Spencer's example contravenes the IM precisely because B is not a proper subtype of A (see IM Prescription 5a). Thus CON...
by HughDarwen
Wed Jan 10, 2018 4:26 pm
Forum: Rel's "DBrowser": The Rel Graphical User Interface
Topic: Rel interface: Having to scroll to the bottom to add a tuple
Replies: 4
Views: 9555

Re: Rel interface: Having to scroll to the bottom to add a tuple

Sorry for the delay. I forgot to chase this one.

I see your point about a blank row at the top. Yes, fixing that bug would be fine for me. Thanks.

Hugh
by HughDarwen
Wed Jan 10, 2018 4:23 pm
Forum: Report a Bug
Topic: Column heads for RVAs not treated right when names only selected
Replies: 3
Views: 11987

Column heads for RVAs not treated right when names only selected

Having discovered the problem with displaying a tuple with RVAs that I've just reported, I tried enclosing the TUPLE expression in REL{...}. I also suppressed attribute types in the column heads. In each case the attribute type is REL{n INTEGER} but instead of it not showing at all it appeared as ju...
by HughDarwen
Wed Jan 10, 2018 4:14 pm
Forum: Report a Bug
Topic: Incorrect display of a tuple with RVAs
Replies: 4
Views: 13228

Incorrect display of a tuple with RVAs

The screenshot below shows Rel's display of the result of a TUPLE expression for a 3-tuple whose attribute values are all relations. This time the missing stuff did not magically reappear when I saved as html.

Hugh

Only one attribute name showing.
Only one attribute name showing.
Relbug1.JPG (93.4 KiB) Viewed 13228 times
by HughDarwen
Wed Jan 10, 2018 4:10 pm
Forum: Report a Bug
Topic: Input nonappearance in output pane
Replies: 1
Views: 7661

Input nonappearance in output pane

Here's a strange one (in Windows 10). Sometimes my input from the lower pane in command mode doesn't appear above the result in the upper pane. However, when I save the upper pane as html, it does then appear in the html file! Below are a couple of screenshots illustrating this phenomenon. Hugh Inpu...
by HughDarwen
Tue Jan 09, 2018 11:38 am
Forum: Report a Bug
Topic: edit functions greyed out mysteriously
Replies: 3
Views: 10623

Re: edit functions greyed out mysteriously

Thanks, Dave.

I've since found that when the edit functions are greyed out in command mode, if I go back to Rel mode and close all listings, then return to command mode, the edit functions reappear. But even then they don't always work when I choose copy on a selection in the output pane.

Hugh
by HughDarwen
Sun Dec 31, 2017 5:44 pm
Forum: Report a Bug
Topic: edit functions greyed out mysteriously
Replies: 3
Views: 10623

edit functions greyed out mysteriously

This might be another Windows 10 problem you can't reproduce. Sometimes when I want use copy-and-paste, e.g., from query results, command lines, or view definitions in the Rel interface, all the edit functions are greyed out. Sometimes they seem to magically reappear available when I've done nothing...
by HughDarwen
Sun Dec 31, 2017 5:38 pm
Forum: Report a Bug
Topic: Can't return to Name+Type in rel.exe
Replies: 3
Views: 10023

Re: Can't return to Name+Type in rel.exe

Just to confirm: I was re-running the query.

Hugh
by HughDarwen
Sun Dec 31, 2017 5:37 pm
Forum: Report a Bug
Topic: Backup includes stuff from another database
Replies: 3
Views: 10337

Re: Backup includes stuff from another database

Thanks, Dave. I've done what you suggested.

Hugh
by HughDarwen
Wed Dec 20, 2017 3:09 pm
Forum: Rel's "DBrowser": The Rel Graphical User Interface
Topic: Rel interface: copy-and-paste would be nice
Replies: 1
Views: 7837

Rel interface: copy-and-paste would be nice

Perhaps a fairly obvious wibni that you already have in plan for a future update (pose V3.010): I have an all-key relvar of degree five. When entering data it is quite common for four of the attributes to have the same value in several tuples. To able to use copy-and-paste across one or more consecu...
by HughDarwen
Wed Dec 20, 2017 3:02 pm
Forum: Rel's "DBrowser": The Rel Graphical User Interface
Topic: Rel interface: Having to scroll to the bottom to add a tuple
Replies: 4
Views: 9555

Rel interface: Having to scroll to the bottom to add a tuple

I love the recent improvements to the "Rel" interface but here's a tiny wish. When editing a base relvar, any chance of having the blank row for entering a new tuple at the top rather than the bottom? It would save me from having to scroll to the bottom every time, and I have to use the sc...