refreshing form on vb
Started by
Gamer2bn
, Aug 18 2005 11:49 AM
#1
Posted 18 August 2005 - 11:49 AM
#2
Posted 20 August 2005 - 04:17 PM
there is a refresh command but its never worked for me (makes me think im using it wrong) lol my only solution for that was to unload / reload the form - which yes is a pain in the [bleep].
anywho your second question I CAN! answer! lol
if you want a variable to affect a different form than that which your viewing, you need to refer to it by the form its on...
EX.
public varchange as boolean
Private Sub Command1_click()
if varchange = true then
form2.label1.caption = "Varible is true"
end sub
anywho your second question I CAN! answer! lol
if you want a variable to affect a different form than that which your viewing, you need to refer to it by the form its on...
EX.
public varchange as boolean
Private Sub Command1_click()
if varchange = true then
form2.label1.caption = "Varible is true"
end sub
Similar Topics
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users