7/15/2009 8:44 AM | |
Posts: 101 Rating:
|
Hello All! I have some VB that is executed on "open picture" it sets up a ComboBox with the contents of a User Archive Colunm. It works fine if the main window doesnt have a tag prefix. But i need the tag prefix in the main window for other items. Maybe i can put "@NOTP::" in some of the VB items? I have attached the VB. Thanx in Advance! AttachmentComboBox VB.pdf (374 Downloads) |
7/17/2009 10:32 AM | |
Posts: 3 Rating:
|
HI Only the tag you should insert "@NOTP::" before it. Dim DSN_Name Set DSN_Name = HMIRuntime.Tags("@NOTP::@DatasourceNameRT") DataSource = DSN_Name.Read |
Follow us on