[ALLY] Passing variables from window to window Re:(5)
From: mdb:gci at: 3-Aug-2000 15:50
Thanks for the code, Greg. Now all is clear.
1. The code in check-admin-logon that set's the fields is incorrect.
I replaced it with
blk: to-block line
admin-usr: blk/1
admin-pass: blk/2
admin-ip: blk/3
admin-site: blk/4
admin-root: blk/5
2. the code 'main-window: func[] [view'
take out the view and all will be well
replace with main-window: func[] [
Does it really have to be a func? works just as well without it!
Also, expand the number of x's in t2 t3 and t4 otherwise only part of the
data will show.
Mike.