Welcome to MSDN Blogs Sign in | Join | Help

August 2005 - Posts

How to get the label if you have the label id

Do like this: print SysLabel::labelId2String(literalstr("@SYS60825")); pause; This posting is provided "AS IS" with no warranties, and confers no rights.

How to iterate through all tables and look at their properties

This job runs through all tables in the application and displays a couple of properties: static void TableGroup(Args _args) { Dictionary dictionary = new Dictionary(); DictTable dictTable; ; dictTable = dictionary.tableObject(dictionary.tableNext(0));
 
Page view tracker