I was going to post this as a bug, but it only seems to affect one of my databases, so there's maybe something database-specific going on... In this one database, any text you enter in the Notes field vanishes, if you press F5.
Is Notes just a regular text field? It looks like it is, but it is one of the built-in fields, and it seems "different" in that you can't check on what items have values for it, as you can for other fields. Also, you can't use it as a source for a grid.
-- David F.
General Discussion
Comments
Hi David, Notes is a system…
Hi David,
Notes is a system field and should be ID=49 (but otherwise, you can do anything with it that you can do with a non-system field)
If your IQBase is old, it may be another ID. The upgrade process should have re-assigned it to 49, but there may be cases where this was not possible. Report back the ID and contact us, we'll be able to fix it
Pierre_Admin
I have five databases open…
I have five databases open right now and all the Notes fields have ID 19. Not causing a problem as far as I know but in my case, at least, they have not been changed with the many updates I've done.
Wayne
I would just be wary about…
I would just be wary about pressing F5/refreshing Wayne. I certainly lost some data when I did that - nothing major, as it's not a field I use much, though I have it set as a default field.
I have five databases open…
Not good, 19 should be FileTextSize, a numeric field. And what is field ID 49 ?
49 = Scheduling yes/no…
49 = Scheduling yes/no
Earlier, all five files had 19 for Notes. Now, three out of five do (other two are now showing the correct 49).
Don't know how it could have changed but also doubt that I could have gotten 2 out of the 5 wrong when I checked earlier.
Wayne
@Wayne: Scheduling field…
@Wayne: Scheduling field... sounds like something related to Ecco Pro import. Can you confirm this file(s) had an Ecco import ?
No, I don't see a pattern…
No, I don't see a pattern.
Of the four files currently showing 19 for notes, three had no Ecco Pro import. One did.
Of the two showing the correct 49 ID, neither had Ecco Pro imports.
I think I've done only one import, just to test it out. I generally use copy/paste to move material from Ecco Pro.
Wayne
Hi Wayne, Unless the first…
Hi Wayne,
Unless the first one had an Ecco import and the other 3 were copies of the first one. ..
aha, that makes sense. The…
aha, that makes sense. The ID for the Notes field in the database I'm speaking of is 19.
-- David F.
To all that have Notes as…
To all that have Notes as field as ID different from 49, please provide (here or privately) the list of all system fields (ID<200):
hi Pierre, here are the…
hi Pierre,
here are the system field details for the affected database. As you can see, Notes is field 19.
Hope that helps!
-- David F.
Excellent Thanks ! Field 49…
Excellent Thanks !
Field 49 was taken by Scheduling (an Ecco field), so Notes ended up as 19, apparently...
If Wayne's files are the same, I'll be able to write code to fix it
Hi Pierre, Back in April…
Hi Pierre,
Back in April 2020 I made notes of the field ID numbers for my fields and what they ought to be. Mine are the same as David's. Specifically according to my notes:
Field 19 is "Notes"; Field ID 19 should be assigned to "FileTextSize" field;
Field 49 is "Scheduling"; should be "Notes".
field 61 is "Address", 63 is "Tel", 64 is "Cell", 65 is "Email", 66 is "BirthDate", 67 is "anniversary", Fields IDs 61-69 should not be assigned to a field.
field 90 is TaskStart; should be "TaskActStart"
field 91 is TaskEnd; should be "TaskActEnd"
field 110 is "Projects", field 111 is Project; fields IDs 102-119 should not be assigned.
Can't figure out how to…
Can't figure out how to upload pdf. There's supposed to be an upload link below the editing window. Don't see one.
Was hoping image handling would be easier in the new set up. Would be ideal if we could just copy/paste screen caps but obviously that must be difficult to implement.
Wayne
Hi Wayne, Currently only the…
Hi Wayne,
Currently only the first post can include attachments, I'll see if this can be changed
Image handling is better than before but I've seen Drupal installation that support straight "paste", so it's on the list (so is highlighting, emoticons, ...)
Pierre
In the old forum, I could…
In the old forum, I could simply copy/paste screen caps directly into the edit window. Can't get any easier than that. I know you weren't supposed to do that but it worked most of the time.
This is what I have to do now:
1) Open screen cap software
2) Go to settings
3) Change capture setting from "to clipboard" to "to file"
4) Do screen cap
5) Return to post edit window
6) Upload image (Navigate to image location)
7) Open screencap software a second time
8) Open screencap options, and change setting back to "to clipboard"
The 2nd easiest way, for me, is to paste the screencaps into a pdf file and upload that.
Wayne
This is easier than the old…
This is easier than the old forum for me cause I never knew you could just paste into the old one!
On my screenshot software I save captures anyways, so I just need to open it's window and there's a button to copy screenshot path which makes it easier
Seems my most recent…
Seems my most recent database (probably a couple of years old -- creation date on it is incorrect) also has Notes as #19
Yes, it wasn't supported as…
Wayne wrote:
Yes, it wasn't supported as you said, and only worked with FF. It gave a large content with embedded base64 encoded image. Yikes !
Give me a little extra time to implement it properly
Also, you could just as well:
Pierre
In v119Pre9: Fixed: Some…
In v119Pre9:
I posted my systems fields…
I posted my systems fields yesterday but the post appears to be deleted. Let me know if you still want that.
Wayne
To those that have this…
To those that have this issue, has pre9 fixed it ?
Pierre_Admin
> To those that have this…
> To those that have this issue, has pre9 fixed it ?
#19 is now FileTextSize ✓
#49 is now Notes ✓
Field #49 was Scheduling (a Yes/No field) -- this field has disappeared. I dont think I ever used it FWIW, but still doesnt seem correct?
>Field #49 was Scheduling (a…
>Field #49 was Scheduling (a Yes/No field) -- this field has disappeared.
This is correct. Scheduling was a "container" field coming from Ecco and wasn't used
Thanks Pierre (just for the…
Thanks Pierre
(just for the record, I never imported anything from ecco)
Here's what I see in my…
Here's what I see in my database -
Field 19, formerly assigned to "Notes", is now IQ system field "FileTextSize"
Field 49, formerly assigned to Ecco field "Scheduling", is now IQ system field "Notes"
The following fields from Ecco still have Field IDs that are reserved for IQ System Fields: Address (61), Tel (63), Email (65), Birthdate (66), Anniversary (67), Projects (110), Project (111).
Field 90 is TaskStart, should be TaskActStart.
Field 91 is TaskEnd, should be TaskActEnd.
@Tom: Most likely, these…
@Tom:
Most likely, these fields were at one time included in one of the system supplied IQBases.
@jimspoon:
This is as expected. In this first step, I wanted to fix the fields 19 and 49 only, as they are essential.
The other fields are not currently used. Regarding fields 90 and 91, you can rename these if you wish.
@DavidF:
Is the issue fixed in your problematic IQBase ?
Pierre_Admin
IQ Designer
Yes, Notes field (that was…
Yes, Notes field (that was 19) is now 49 etc, in any affected databases.