I have read this section: Hyperlinks
I must be missing something..
I have an item with Item ID = 4828. I want to go to Grid1 and select the item.
My hyperlink is thus: "4828|Grid1". However, nothing happens when clicking on this link.
I can go to the grid by this hyperlink "Grid1" (but that does, of course, not select the item)
How do I ?
Comments
It works just fine here. The…
It works just fine here. The actual HTML code generated is:
this is a <a href="37384|inbox">link</a> to an item
I did some more testing. In…
I did some more testing.
In a welcome database, I created an item "Go Here" as a subitem of Microsoft in the AddressBook. Thus, the item's homegrid is AddressBook. I added the item to the Invoices grid (ctrl-drag-drop). I created a link next to "Microsoft". The item has the html code
When I click on the link, it takes me to the "Go Here" item in the AddressBook (homegrid) instead of in the Invoices grid.
p.s. Sorry about the "666" in the item ID. It was not intentional but real....
Indeed, it goes to the home…
Indeed, it goes to the home grid, not the requested grid. I'll fix it in the next version
Actually, as you once taught…
Actually, as you once taught me, this link format works currently (and goes to the item in the Invoices grid):
"Invoices|ItemID=2666" (instead of "2666|Invoices").
Any functional difference between the two formats?
Maybe update the documentation?
This second method is quite…
This second method is quite different. It basically applies a filter to the grid. On the plus side, it can be any filter string, but on the minus side, it will only show the item if the item was already shown in the grid (and it meets the grid source, as this is a source filter)
Ah, yes. I forgot, you are…
Ah, yes. I forgot, you are right. So many things to grasp and remember....
In v122m: Fixed:…
In v122m: