Originally posted by Dag Anderson
I am having some junior programmer difficulty figuring out what to use as a Format String for a Column in one of my Lookups. In Architect I go to Tools -> Manage Lookups, find my Lookup and Edit it. Then I click Layout, which shows me all of the columns I am going to display. I double click on the column I care about, which is an Integer. I want to format the Integer to not display decimal places. When I tried putting %.0n in there Architect crashed with a "Format '%.0n' invalid or incompatible with argument" error.
....... Dag |