Having a bit of a brain fart. Can't work it out. Trying to get a script to move a bunch of tables to a new storage area. Annoyingly the KB only has the scripts for Windows which is less than useful!!
If I run the command from the command line, the table moves successfully, but if I run it from...
You can't open multiple dialogs at the same time as they block by design. You would have to convert them to windows in order to be able to open multiple at the same time. This isn't too difficult to achieve, but it may impact the operation of your application.
Converting the database should be reasonably easy. Dump the data in some format that SQL would like. Generate a schema in SQL. Load the data. I'm not entirely sure what else you're hoping to get.
Unless you have mounted the external drive on the Linux machine then you won't be able to write to it in a stream like that. And a word of warning - streaming to a network location can be slow. You may be better streaming to a local folder and then using an OS-COMMAND to copy the file to the...
Shouldn't be too hard to delete the object and recreate it with the same properties as the old object, just a different frame. If you hide the widget, create the new one hidden and then unhide it once it's realised it shouldn't look too bad or be too slow. But I'd question why you want to do it.
You will get compiler errors if the icode is not encrypted. We have that issue every time we update our OE minor version as it overwrites the webspeed includes with unencrypted versions so we have to xcode them again.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.