Why stringedit can't access to x++??
i was set auto declaration property to yes..
*This post is locked for comments
Why stringedit can't access to x++??
i was set auto declaration property to yes..
*This post is locked for comments
thank you it worked
All...
my problem has been resolved, thank you..
you are very care..
Hi Murtafiah Via,
Please be more specific, but here are a few pointers. Set the autodeclaration property to Yes in your controls.
//Example setting value
MyStringEdit.text('Ok');
MyDateControl.dateValue(today());
//Example checking value
if (MyStringEdit.valueStr() == '')
{
throw error('Please enter value in stringedit.');
}
//Example assigning value
MyTable.MyField = MyStringEdit.valueStr();
Hi Murtafiah, please use more descriptive titles for your questions. Saying that it's about Dynamics AX isn't enough, because that's true for all questions in the forum.
Also, please tell us more about what you're doing and what failed. You will have a much better chance to get an answer if you give us a better description.
it should be accessible after setting AutoDeclartion= yes and saving changes.
what issue are you facing, despite of doing above practice?
André Arnaud de Cal... 291,904 Super User 2024 Season 2
Martin Dráb 230,605 Most Valuable Professional
nmaenpaa 101,156