combox in rsview32

Join Date
Apr 2006
Location
pune
Posts
18
hi
i am traying to run a combobox in vb but it is not running
can any budy help me.
i have taken a form on which there is a combobox name given for that is x5.and also there is a command button for closing
the screen. the script is as follows

Private Sub Cancelbutton_Click()
Unload Me
End Sub
Private Sub x5_Click()
x5.AddItem "plant1"
x5.AddItem "plant2"
x5.AddItem "plant3"
End Sub

in thisproject i write script as follows

Sub test1()
trail.Show
End Sub

my closing command button is working but item is added
please help me regarding above.
also please tell me how to run a macro from a vb and
thanks and regards
 

Similar Topics

Hello guys. I need communicate the combox-e by atlas copco with Contollogix 5000, by ethernet IP. In Controllogix I have a card 1756-EN2T, anybody...
Replies
0
Views
1,306
Does anyone have some sample code for communicating with an Atlas Copco Combox-E via a ControlLogix PLC? A friend of mine at a plant in Louisiana...
Replies
6
Views
7,183
Hello, how are you? I need to communicate a Schneider M340 and Atlas Copco combox-e. Please I need help.
Replies
5
Views
2,231
Hello, I'm working on an automation project, I'm trying to get data from an Atlas Copco compressor through a combox-e card, and the truth that...
Replies
8
Views
7,679
Hi All, Currently I'm working on a project which requires establish the comms link between ComBox-E and ABB AC800M PLC. We have many ABB AC800M...
Replies
0
Views
5,983
Back
Top Bottom