Thanks Barry,
I've written some code, quick and dirty, to get all the values out of my Xcase model and then it creates a prg that I can just run to set / alter the meta data.
This is VERY...
Type: Posts; User: avianmanagement
Thanks Barry,
I've written some code, quick and dirty, to get all the values out of my Xcase model and then it creates a prg that I can just run to set / alter the meta data.
This is VERY...
Thank you.
Hi Barry,
searchfield works but userselectablesearchfield does not seem to
omd["formitem.searchfield"] = true
omd["formitem.userselectablesearchfield"] = true
This set search field to .T....
Thanks very much Barry that will keep me busy for a while
Thanks I'll keep eye on the formitem entry in the docs.
I looked at the UI (app inspector) and tried to use the names in there, as one word such as userselectablesearch
But that did not seem to...
Hi Barry,
The docs at this time are missing a number of formitem properties.
Are there any commands I can use to get the names of them from Linaja itself, such as the formitem name for User...
Thanks Barry,
What might be very useful to developers is that when on the section and looking at field attribute the description we get, as per the image below, also gave teh name to use in the...
Well nearly,
omd["formitem.tooltip"] = "Ring"
that does not seem to work, ran the page as well as looked at it in development mode. No tool tip comes up when mouse hovered over filed on...
Thanks Barry that works perfectly
Thank you the enabled is working now in runtime.
Hi Barry,
The problem I'm getting is how do I use alter table to get the formitem in there.
For example I want to set the caption for a column so that on the section it displace species rather...
Doing this using alter table sets the values in the metatable fine.
However when setting lets say the caption property for it to reflect in the section it needs to be formitem.cpation rather than...
Looking at this more the obvious way to do it is in code with alter table commands as it's then all in a prg and make it more robust and quicker to implement
OK so now I have in the metadata editor
Attribute formitem.enabled
condition empty(cmicrochip)
value false,true
it still does not work
Hi Barry,
I still can't get this to work
In the metadata editor for the column I have:
Attribute formitem.enabled
condition [empty(cmicrochip) eq true]
value false,true
In the metedata editor for a table I have two fields
cMicrochip
cfk_dmicrochipreader
I only want cfk_dmicrochipreader to be enabled if cmicrochip is not empty
I have entered in the metadate...