Archives

Posts Tagged ‘Event’

To extract the Event System metadata, please do the following: On the Syteline utility server, go to <install drive>:\program files\Infor\Syteline Double-click on AppMetadataTransport.exe On the first few forms of the wizard, enter the appropriate information (e.g., select to export the metadata to an XML file, pick the appropriate configuration, browse to enter an export file […]

Nov 18th, 2013 | Filed under Application, Development

For Syteline programmer, when doing the form personalization, it is important to understand the various event sequence for Syteline Forms, so you can know where to put your customized logic in. The following list outlines the sequences of events during form execution for non-query forms. 1. Form initialization StdFormPredisplay is always the first event to […]

Jan 3rd, 2010 | Filed under Development, VB .Net