Tuesday, July 10, 2018

GetFromDialog

This method is called immediately after the dialog is accepted by the user, and
before the
run() method is called. It is used to transfer the information from the
dialog fields into the class variables.



The method has the following content.



1
2
3
4
5
6
7
8
9
public boolean getFromDialog()
{
  boolean ret;
  ret = super();
  custAccount = dialogAccount.value();
  fromDate = dialogFromDate.value();
  toDate = dialogToDate.value();
  return ret;
}

Best Regards,
Hossein Karimi

No comments:

Post a Comment

Configure the Firewall on the Enterprise Portal Server

After you install Enterprise Portal, enable Web Server (HTTP) in Windows Firewall. If you do not enable the web server in Windows Firewall...