Hello all,
im experimenting with X++. i want to do a simple thing: call a external programm with WINAPI:ShellExecut, from the Form "CustTable", passing the Value of the (actual) AccountNum as Parameter to the external Programm.
Thank´s to this Forum I found out how to start the external Programm and pass Parameters. But i didn´t found out yet how i can get the Value of the Field.
What i did:
* created a new Command Button under:
- CustTable
- Designs
- Design
- ButtonGroup:ButtonGroup
- ...
NEW: - CommandButton:CommandButton
I created the Method "clicked"
The only Coding there at the moment is to call InternetExplorer with Parameters (for Testing) by using:
WINAPI::Shellexecute ('C:\\programme\Internet Explorer\\iexplore.exe','
http://test');
...and now i need a Coding for reading the (acutal) Value of "AccountNum" to an external programm...
can Anybody help?
Thank you!
Comments
CustTable.AccountNum ?
My blog - http://kashperuk.blogspot.com
MorphX IT in Russian - http://www.lulu.com/content/723888
Inside Dynamics AX 4.0 in Russian - http://www.ozon.ru/context/detail/id/3714582
anyway.. thanks for help!
Vinoth Kumar.J