How find out the form programatically in Axapta

abhishekpareekabhishekpareek Member Posts: 150
edited 2010-01-20 in Dynamics AX
Hi All,

I have one query i.e

1) How to find out the form name in Axapta programatically?

Thanks for Help in advance.

Regards,
Abhishek Pareek

Comments

  • jaestevanjaestevan Member Posts: 10
    Not sure for what you are looking for, but you can use tableId2Name function to get a table name knowing its ID. (.TableId property in the datasource).

    It's dificult to give you more help without more precise information of what you want to acomplish, as Query and Form object don't have a direct relation.

    Regards,
    [Dynamics AX developer]
    http://www.jaestevan.com (AX Dev Blog)
    http://twitter.com/jaestevan (follow me!)
  • MikerMiker Member Posts: 105
    My thoughts about it
    print formstr(InventTAble);
        pause;
    
    My be you are looking for this
    going to Europe
Sign In or Register to comment.