Skip links

Bir Formu Önyüze Getirmek


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
Bir Formu Önyüze Getirmek

Merhaba
Bir formu önyüze getirmek bazen gerekebiliyor. Nasıl yapılacağını aşağıdaki metottan öğrenebilirsiniz.

static void Test_activateWindow(Args _args)
{

 FormRun fr;

Args args = new Args();

;

args.name(formstr(CustTable));

fr = classfactory.formRunClass(args);

fr.init();

fr.run();

fr.detach();

 infolog.viewUpdate();

infolog.activateWindow(fr.hWnd());

}

Join the Discussion