Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello, is there a way to select a field with the contents of another selected field?
I have Production Tree, ItemCodes with ChildItems (One to Many on the same table). When the user selects a ChildItem I want to select ItemCode with the current childItem selected.
Thank you,
Jose.
I have an application where I have two dates that I want to keep in sync but not actually connect in the model. I use macro code like this, but it could probably be done with an action in version 9:
sub setDate()
ActiveDocument.getField("Display Date").selectValues ActiveDocument.getField("Date").getSelectedValues(1200)
end sub
Hi,
Can you explain your requirement, little detailed..
As per QVW, if one field is linked to other, then it will filter automatically.
Hi thereverend,
Use 'select possible ' on ItemCode field when select ed in to childItem field
Hope are looking for this only
Thank You
Rahul
I have an application where I have two dates that I want to keep in sync but not actually connect in the model. I use macro code like this, but it could probably be done with an action in version 9:
sub setDate()
ActiveDocument.getField("Display Date").selectValues ActiveDocument.getField("Date").getSelectedValues(1200)
end sub