Discussions
Categories
Choose a Product
THRUST SERVICES
CORE APPS
CE PRODUCTS
...
Quick Links
POPULAR
HELPFUL TIPS
Groups
My Links
FOR SIGNED IN MEMBERS:
Back to website
Home
TeamSite
TeamSite, LiveSite and OpenDeploy
Form API-SQL
System
Hi,
I am calling the below function in onItemChange event.In the setvalue i am using Model1\nModel2.
I would like to get those values from the database. Could anybody guide me how to do that.
function onTypeSelected(item)
var item = IWDatacapture.getItem ("/ProductModels/SelectedModels");
item.setValue("Model1\nModel2");
item.setVisible(true);
item.setReadOnly(true);
}
Thanx in advance
Find more posts tagged with
Comments
There are no comments yet