StringEdit

I have got a StringEdit field which is inside Form–>design–>Tab–>TabPage–>StringEdit

I need to fetch the value which is inside this StringEdit field through x++ code.How can i do it.

Thanks…

valuestr of object(stringedit)

ex: test.valuestr()

make sure that auto decleration enabled on stringedit…

refer help file before came to question like that…

first set the autodeclaration property for the stringfield to YES

then, use this code

fieldname.valuestr()