Hi,I have a scenario when user click a button on the form, my LS will open a view from other database then display a message box. I want user to be able to work the view before click “OK” button on messagebox to continue my script. Here is my sample code:
Call ws.OpenDatabase(server, dbName, viewName, keyID)
Messagebox “Reminder: Make sure to update asset DB.”, , “IT Process”
…more coding
thanks in advance,