I'm getting syntax errors with the following DIALOG command and I can't
figure out why. Can't find much in the help files on proper POPUP syntax.
DIALOG 'Certificate ID:' vCertIDTxt=7 vEndKey 1 +
CAPTION 'Segregate Book Entry by CertID' ICON CONFIRM +
OPTION BUTTON_OK_CAPTION &Segregate +
|BUTTON_CANCEL_CAPTION &Cancel +
|POPUP_ENABLED ON +
|POPUP_DIALOG_TYPE LOOKUP +
|POPUP_TABLE Cert +
|POPUP_RETURN_COLUMN CertID +
|POPUP_SELECT SELECT Cert, Holder, Shares, Issued, CertID FROM Cert
+
|POPUP_WHERE WHERE Cert = .vHolder AND Holder = .vHolder +
|POPUP_RETURN_TYPE VALUE +
|POPUP_CAPTION List of Certificates by CertID +
|POPUP_TITLE_TEXT Select Certificate +
|POPUP_LINES .vRowCount
Matthew Burke
Pioneer Bank - IT Department
Computer Systems Technician
505-627-4415