Skip links

Tablodaki Bir Alanın Özelliklerini Nasıl Alabiliriz?


Notice: Trying to access array offset on value of type bool in /var/www/vhosts/dmrbt.com/httpdocs/wp-content/themes/boo/rella/extensions/aq_resizer/aq_resizer.php on line 117

Notice: Trying to access array offset on value of type bool in /var/www/vhosts/dmrbt.com/httpdocs/wp-content/themes/boo/rella/extensions/aq_resizer/aq_resizer.php on line 118

Notice: Trying to access array offset on value of type bool in /var/www/vhosts/dmrbt.com/httpdocs/wp-content/themes/boo/rella/extensions/aq_resizer/aq_resizer.php on line 117

Notice: Trying to access array offset on value of type bool in /var/www/vhosts/dmrbt.com/httpdocs/wp-content/themes/boo/rella/extensions/aq_resizer/aq_resizer.php on line 118
Tablodaki Bir Alanın Özelliklerini Nasıl Alabiliriz?

Merhaba
Arkadaşımla yaptığımız bir projede  tablonun bir fieldının Label’ına ulaşmamız gerekti. Biz nasıl yapacağımızı düşünürken başka bir arkadaşım bu  işlemi yapan bir kod örneğiyle bizi aydınlattı.

static void JobFatih(Args _args)
{
SysDictField dict;
str label;
;
dict = new SysDictField(tablenum(CustTable),fieldnum(CustTable,EmplName));
label = dict.label();
info(label);
}

Join the Discussion