Been a long day

jessmas
09-25-2003, 04:17 AM
Its been a long, long day for me and now I am stuck.

I have two forms:

frmMains1 and frmProperty

In frmMains I have a MaskEdBox named mskAmount
In frmProperty I have a textbox named txtFields(13) - (Array textbox)

I need to put the value(text) from mskAmount into txtFields(13)

This should be so easy but I am really struggling with it.

Anyhelp please

Thanks in advance

Peperl
09-25-2003, 04:26 AM
Can't you store the value of one in a global variable, and pass it to another. and when one of the values change, you refrehs the other value ... it's an idea. (I think that you have to declare the global variable in a module)

Garmour
09-25-2003, 04:28 AM
This depends on where you have the code

from frmmains1

frmproperty.txtfields(13).text = mskamount.text

or from frmproperty

txtfields(13).text = frmmains1.mskamount.text

EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum