Why stringedit can't access to x++??
i was set auto declaration property to yes..
Why stringedit can't access to x++??
i was set auto declaration property to yes..
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?
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 290,252 Super User 2024 Season 2
Martin Dráb 228,089 Super User 2024 Season 2
nmaenpaa 101,148