Quantcast
Channel: Ms Dynamics Ax 2012 » sets in dynamics ax
Browsing all 4 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Set Operations

void Set(Args _args) { Set s1 = new Set (Types::Integer); int theElement; SetIterator it; ; // Add some elements. s1.add(3); s1.add(4); s1.add(13); s1.add(1); // Start a traversal of the elements in...

View Article



Image may be NSFW.
Clik here to view.

Join datasource and using vsplitter

Create two tables. Tabcust  with fields id ,name, phone etc   and table7  with id  and addr. And having a relation i.e,id 3. create a form and drag and drop the data source    4.In datasource  give...

View Article

Image may be NSFW.
Clik here to view.

MultiSelect in LookUps

Create a Query named StudentCourse that contains 2 darasources say, Student & Course. The figure below shows the structure of the two tables. Here Course field in Student table acts as a foreign...

View Article

Image may be NSFW.
Clik here to view.

FileExists in a Directory

static void FileExists(Args _args) { str filePath = @”C:\\anil.pdf”; ; if(WinAPI::fileExists(filePath)) { WinAPI::copyFile(filePath,”C:\\1.pdf”); } } Filed under: Sample Codes

View Article
Browsing all 4 articles
Browse latest View live




Latest Images