G'day again,
I have partly solved my problem by doing the following (code from radio
buttons omitted):
Dim x As String
x = "Hello"
EditField1.Text = x
However, I want to display integers and:
Dim x As Integer
x = 44
EditField1.Text = x
Doesn't work as I get a mismatch error - how do I display an integer in
an EditField?
RB 5.5.2, Mac OS X 10.3.4
Cheers
Greg
Sydney Australia
On 30 Jul 2004, at 11:19am, Greg Olson-Hyde wrote:
G'day,
I would like to have the state of a variable dynamically update in a
window reflecting changes made to it via radio buttons, so there is
immediate user feedback.
Is this possible?
RB 5.5.2, Mac OS X 10.3.4
Cheers
Greg
Sydney Australia
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://www.realsoftware.com/listarchives/lists.html>
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://www.realsoftware.com/listarchives/lists.html>
|