-
Scott replied to the topic MariaDB Compatibility in the forum Omnis General Coding 4 months ago
According to support this is done in the same way as mysql.
https://www.omnis.net/developers/resources/dams/index.jsp -
Scott started the topic MariaDB Compatibility in the forum Omnis General Coding 4 months ago
Has anyone ever used MariaDB with Omnis Studio. I assume it will work with the MySQL dam, but I wasn’t sure if there was any compatibility issues or if it was supported.
Thanks Happy New Year!
-
Scott started the topic Omnis Studio & macOS Big Sur in the forum Omnis General Coding 1 year, 6 months ago
Hi,
Just curious is anyone has had any success running Omnis Studio 10.1 or 10.2 with Big Sur? -
Scott started the topic Complex Grid Default Values $initextendrow in the forum Omnis General Coding 1 year, 7 months ago
Hi I’m trying to find some documentation on the $initextendrow method for complex grid. I’m basically just trying to define some of the default row values when a new line it added automatically to grid. I found this in the online omnis documentation, but I’ve tried added this method $initextendrow to the class and define some values, nothing s…[Read more]
-
Scott replied to the topic Omnis 5: HTTPGet / HTTPPost to TLS 1.2 server in the forum Omnis General Coding 1 year, 8 months ago
I’m not certain about Omnis 5, but when we were using Omnis 4.3.2.1 we had to build our own external in order to send TLSv1.2 https calls. It’s likely that Omnis 5 is similar from the look of it can only use TLS v1.0 without the use of an external.
-
Scott replied to the topic try catch block in the forum Omnis General Coding 1 year, 8 months ago
Thanks Paul, it’s an interesting substitute. Not sure why they strayed from the traditional try/catch, but I am happy to have something that will do the trick. I gave it a try and it does seems to work. Hopefully it holds up in the wild. Much appreciate it!
-
Scott started the topic try catch block in the forum Omnis General Coding 1 year, 8 months ago
Hey everyone, I was curious if anyone has found a substitute for try catch block in Omnis? I’ve tried a few things, but I really don’t see anything that could server the same purpose. Currently we are using Omnis 10.1.
-
Scott replied to the topic WIndows 64-bit Runtime Omnis 10.1 in the forum Omnis General Coding 2 years, 1 month ago
Appreciate all that info Paul, unfortunately the copying from the firstruninstall folder to the AppData with no notification is a bit of a sticking point. We’ve always tried to make it easy for almost any user to install our application. Many times people will install without the help of an IT professional, even with one the process is pretty…[Read more]
-
Scott replied to the topic WIndows 64-bit Runtime Omnis 10.1 in the forum Omnis General Coding 2 years, 1 month ago
Thanks Paul, I appreciate you explaining your process, so every windows users on a the workstation your omnis app copies the entire contents of AppData/Local from the server?
May I also ask which version of $O you are using? -
Scott replied to the topic WIndows 64-bit Runtime Omnis 10.1 in the forum Omnis General Coding 2 years, 1 month ago
Hi Paul,
That’s great I’m interested to hear more about how you implement this server that from what I understand copies files to other user profiles. Our case is a bit different. We allow our clients to download our application install it on their workstation this workstation connects to our cloud servers “database servers”. So we don’t install…[Read more] -
Scott started the topic WIndows 64-bit Runtime Omnis 10.1 in the forum Omnis General Coding 2 years, 1 month ago
Hi Everyone, I hope you are all well and safe.
We’ve been working with the 64-bit Windows Runtime for Omnis 10.1. We found you can place files/folders under Program FilesApp Namefirstruninstall the files will be copied to ..AppDataLocalCompanyApp if no files are present. However, while the files are being copied there is no indication that…[Read more]
-
Scott replied to the topic Simple problem but i can't solve it. in the forum Omnis General Coding 2 years, 4 months ago
Remember returning 0 means the file did not write. It will return true if sorry i should have wrote that better in my code it’s not lError should be lOK to be more clear.
First we wabt to make sure the lritorno variable is in fact a string since you are using writecharacter instead of $writeentirefile.
If that is the case break it before
Do…
[Read more] -
Scott replied to the topic Simple problem but i can't solve it. in the forum Omnis General Coding 2 years, 4 months ago
I believe you have to do something like this to write the file (create, open, write, close).
Do lFileOps.$createfile(lDir_1)
Do lFileOps.$openfile(lDir_1,kFalse)
Do FileOps.$writeentirefile(lDir_1,xtextbin) Returns lError
Do lFileOps.$closefile()For binary files I believe you can do writing in one step using the WriteBinFile…[Read more]
-
Scott replied to the topic Menu "RemoteDebug" in the forum Omnis General Coding 2 years, 5 months ago
Hey,
If you don’t need the remote debug at all you can simply delete the remotedebug.lbs file. If you do need it, then add a line of code in the startup either “Remove menu” and whatever that menu is called or “Remove all menus” before you add any menus should work as well.Cheers!
-
Scott replied to the topic Custom Report Writing in the forum Omnis forum 2 years, 7 months ago
Sorry missed this interesting tutorial, however I don’t speak Italian. Do you have one in English?
-
Scott replied to the topic Clickable Fields on Reports in the forum Omnis forum 2 years, 7 months ago
Yea it would be a good feature thanks for the reply.
-
Scott replied to the topic Problem with Apple Script on Omnis Studio 8.x (also 10.x) in the forum Omnis General Coding 2 years, 7 months ago
I checked the documentation and it looks like the syntax has changed slightly.
I ran this code in omnis 10 with not issues.Begin text block
Text:tell application “Finder”(Carriage return)
Text:display dialog “Hello World”(Carriage return)
Text:end tell(Carriage return)
End text block
Get text block lScript
Do $root.$runapplescript(lScript,lRet,lErr) -
Scott replied to the topic A lot of "Obsolete Command". in the forum Omnis General Coding 2 years, 7 months ago
It really depends on what you are using these commands for example if need to receive apple events then you should test to make sure it working. For example if you use an apple script to open or quit omnis you should test this script in omnis 8 to make sure it’s still working. I believe all of these commands have to do with apple scripting so it’s…[Read more]
-
Scott started the topic Mac OS Catalina Accessability Message in the forum Omnis General Coding 2 years, 8 months ago
I’ve been testing out Omnis 10 in Mac OS Catalina, but when launching the app I get a strange message. saying the application “would like to receive keystrokes from any application.” “Grant access to this application in Security & Privacy preferences, located in System Preferences”.
Has anyone else encountered this message with their…[Read more]
-
Scott replied to the topic Register and Call DLL in the forum Omnis General Coding 2 years, 8 months ago
Sorry for the delay, for some reason I wasn’t getting notified on this thread. Yes I can type on Mac in omnis 10.
The plaform says windows because there are no DLLs on Mac, but you should be able to still type it. It would be odd if they took it out of Omnis 8 and put it back in Omnis 10. - Load More