Hello all, There is my situation: report request form opened, dialog controls set properly and it only waits click on ‘OK’. But it read and writes some amount of data those processing delay wanted. What is the best way to obtain this result? I’ve wasted some hours to do it from report’s form trying to cause execute action at the end of the time interval.[xx(] I’d be very gratefull for any comments and inputs according topic. Best regards, Anthony
A very simple solution would be to put a SLEEP(Duration) command in the OnInitReport Trigger of the report, where duration is a variable input by the user on the requestform. Ofcourse there are other (less simple) alternatives. E.g. use the standard batchfacility in the Service Management Module. Search for batch in the forum and you’ll find other suggestions.