- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi,
soory but my english is not the best.
I thought yo solved this problems with global binding?
For example:
- the user-enter-data-field on site 1 have the objectname "CodeEnter"
- the fields which should have the same value on site 2, 3.. will get the same objectname "CodeEnter"
- all this fields get a global binding
- you have to go to "object" | "binding" | "databinding" | "global"
I thought you need a code as:
switch(CodeEnter.rawValue)
{
//The user enter the following string -> Variant 1 -> then the target field will filled with CODE01
case "Variant 1":
YourTargetField.rawValue = "CODE01";
break;
//The user enter the following string -> Variant 2 -> then the target field will filled with CODE02
case "Variant 2":
YourTargetField.rawValue = "CODE02";
break;
//You could use the case "": so often you want
}
Could I help you?
Mandy
Views
Replies
0 Likes
Total Likes