Hi,
I'm really new in VBA World.
I'm user of Reflection form WRQ who has a VBA support inside.
I've created a form with buttons.
The button has to send a command in the terminal.
I'm using this one
VB Code:
Session.Transmit Me.Cmd3.Text & vbCr
But the value CMD3.Text is only sent AFTER I've closed my Form.
I need to send the command as soon as the user click on the button.
Is there a way to do that ?
(PS : Sorry for bad English)
Cedric




Reply With Quote