PDA

View Full Version : Programmically set xml attributes given a data node



Ken L
January 18th, 2017, 23:28
- redacted -
solved

Moon Wizard
January 18th, 2017, 23:33
I'm not clear where you are trying to set the XML attribute. Are you trying to set in the database, or on a control?

If you are trying to set the category in the database, then you can use databasenode.setCategory or DB.setCategory functions.
If you are trying to set information on a control, then that would have to be stored as a variable in the control script.

Regards,
JPG