![]() |
#5 |
MCT
|
Или так
X++: static void Job2(Args _args) { void PrintExistCustField() { int i, n, k; CustTable c; DictTable dt; dt=new DictTable(c.TableId); n=dt.fieldCnt(); print "Number of fields in table: ", n; for(i=1; i<=n; i++) { k=dt.fieldCnt2Id(i); print "The ", dt.fieldName(k), " field exist with Id=",k ; pause; } } PrintExistCustField(); } |
|
Теги |
ax3.0 |
|
Опции темы | Поиск в этой теме |
Опции просмотра | |
|