Options

Selecting Table

bhuberbhuber Member Posts: 78
edited 2001-08-25 in Navision Financials
I am trying to create a utility that will allow me to change the text case from All Upper to Upper/Lower. I have created a Codeunit to do this but now I need to create a utility that will allow me to select a Navision Table and specify field names on the fly and then apply the codeunit. Any ideas as to how to dynamically set the tablename and fieldnames?

Comments

  • Options
    John_TegelaarJohn_Tegelaar Member Posts: 159
    Answer short and simple: You can't.

    A little longer: Navision does not support collections, it requires to get the table/fieldnames at designtime. You may want to have a look at the FIN.OCX utility, which brings some functionality in this field. Download available at www.navision.net

    John
Sign In or Register to comment.