Variable Pointers

  • Thread starter Thread starter dmbacon
  • Start date Start date
D

dmbacon

I am having difficulty setting and retrieving the string
value of a variable on one form from another form. Can
someone please point me in the right direction.

Thanks
dmb
 
dmbacon said:
I am having difficulty setting and retrieving the string
value of a variable on one form from another form. Can
someone please point me in the right direction.

Is that variable protected or private? If so, you cannot get to it
without first adding a property or some other accessor method to the
form.

--
There are 10 kinds of people. Those who understand binary and those who
don't.

http://code.acadx.com
(Pull the pin to reply)
 
Back
Top