|
-
Mar 10th, 2003, 01:00 AM
#1
Thread Starter
Lively Member
image
hi everbody
i wrote this piece of code:
If IR_1.Text = Today_High Then 'indicative trend
Image2.Visible = True
Image1.Visible = False
End If
If IS_1.Text = Today_Low Then
Image1.Visible = True
Image2.Visible = False
End If
now my dilema is that this code works fine on my machine but when i try it out on friends machine the image never changes is just fixed on image 1 even though i changed parameters.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|