-
Klaus Schrödl replied to the topic VCS omnis studio v. 4.3.2.1 in the forum Omnis forum 9 months, 1 week ago
Hi Simone,
MS SQL Server works perfect with the Omnis VCS. So you can stay with it.
Unless you don’t write your own VCS module connecting to GIT, there is no alternative to the VCS. -
Klaus Schrödl replied to the topic Problem with a text file in the forum Omnis General Coding 11 months, 2 weeks ago
Hi Mimmo,
the three characters you see are the BOM (Byte Order Mark) often used in Unicode files.
Non-Unicode capable editors or browsers display exactly the three characters you are quoting.
More about it:
https://en.wikipedia.org/wiki/Byte_order_markSo, if you really want to write UTF-8 Unicode, everything is fine.
If you don’t need Unicode…[Read more] -
Klaus Schrödl replied to the topic How to return date/datetime fields as ISO8601 in the forum REST Web Services 1 year ago
Hi Dario,
in Omnis 8 and higher, there are two methodsiso8601toOmnins()
omnistoiso8601()which should do the job.
-
Klaus Schrödl changed their profile picture 1 year, 2 months ago
-
Klaus Schrödl replied to the topic Connect to Oracle with Omnis 10.1 on Catalina. in the forum Omnis General Coding 1 year, 3 months ago
Hi Gianni,
haven’t tried it myself yet.
But here I found new versions of the MacOS client up to version 19.3.
https://www.oracle.com/database/technologies/instant-client/macos-intel-x86-downloads.htmlMaybe one of those will work on Catalina
-
Klaus Schrödl replied to the topic Connect to Oracle with Omnis 10.1 on Catalina. in the forum Omnis General Coding 1 year, 3 months ago
Hi,
which version of the Instant Client did you use?
Has this version been working on earlier versions of MacOS togehtehr with Studio 10.1, especially High Sierra and Mojave? -
Klaus Schrödl replied to the topic DEBUG constants in the forum Omnis General Coding 1 year, 4 months ago
Hi Gigi,
you’re welcome 🙂
-
Klaus Schrödl replied to the topic DEBUG constants in the forum Omnis General Coding 1 year, 4 months ago
Hi Gigi,
#DEBUG in VS and debugging in Omnis are two different issues, that cannot be compared directly.Major difference is, that in VS an EXE or DLL is being compiled in Debug or Release mode.
Since Omnis isn’t compiler based, there is no difference between libraries.But, and maybe this helps, you can determine by code, if your code/library…[Read more]
-
Klaus Schrödl replied to the topic Home User path in the forum Omnis General Coding 1 year, 10 months ago
Hi Paolo,
there is a funtion in Omnis Studio called
getenv(NameofEnvoronmentVar)
To retrieve the current user’s home directory under windows it would be
Do getenv(“userprofile”) Returns lcUserProfile
where “userprofile” is the name of the corresponding environemt variable.
The function also works on Mac OS but I don’t know the variable name…[Read more] -
Klaus Schrödl replied to the topic scope variable in the forum Omnis General Coding 1 year, 10 months ago
Hi,
the easiest way would be to make the variable a task var, so it’s “visible” in the whole application. But that’s not a good or elegant approach.
The better way would be to create a public method (starting with the $) in the second form, to make it accessible from outside, i.e. $setmyvalue with a parameter of the required type. And then call it…[Read more] -
Klaus Schrödl replied to the topic Droplist inside a grid cell in the forum Omnis General Coding 1 year, 11 months ago
Great to hear 🙂
You’re welcome!Cheers
Klaus -
Klaus Schrödl replied to the topic Droplist inside a grid cell in the forum Omnis General Coding 1 year, 11 months ago
Hi Coralie,
I suppose, you’re talking about standard Windows Forms (Fat client), not the jsClient.
There you have (at least) two possibilities:
1. Use a complex grid. Each data column can be represented by almost any control like en try fields, check boxes and of course droplists.
2. Use a datagrid, set the $userdefined property to kTrue, the…[Read more] -
Klaus Schrödl replied to the topic OAuth in the forum Omnis General Coding 2 years, 5 months ago
Hi Paul,
great to hear, you solved the issue. Thank you for posting the solution!
-
Klaus Schrödl replied to the topic OAuth in the forum Omnis General Coding 2 years, 6 months ago
Hi Paul,
the Omnis list is being mirrored on this site:
https://developer.omnis.net/omnislistIt’s fully searchable with the widget in the right pane or at the page bottom in the mobile version.
Klaus
-
Klaus Schrödl replied to the topic There needs to be other forums besides REST and EXTERNALS and NEWS in the forum REST Web Services 3 years, 1 month ago
Thank you Das,
this is just the input we need.
The Omnis Developer Site is living on the contributions of the Omnis community.
The ‘Omnis General Coding’ area is up right now.And we’re looking forward to your further suggestions.
Thank you
-
Klaus Schrödl replied to the topic Hardware proptection in the forum Omnis forum 3 years, 3 months ago
You’re welcome.
Maybe you can post here, if this product is working for you.
Other developers might have similar needs. -
Klaus Schrödl replied to the topic Hardware proptection in the forum Omnis forum 3 years, 3 months ago
Hi Ghiara,
maybe you should try Code meter from Wibu Systems.https://www.wibu.com/de/codemeter.html
This is a hardware protection solution (dongle based but also other options available), which seems to be very flexible. It also works with the latest encryption technologies.
Protection can either be integrated in the Omnis source code by…[Read more] -
Klaus Schrödl replied to the topic FTPList on Omnis 8.0.3, not working with filename like "Liquidación_201703.CSV" in the forum Omnis forum 3 years, 11 months ago
Hi Rocco,
can confirm. It doesn’t work.
A bug has been listed for that issue. -
Klaus Schrödl replied to the topic FTPList on Omnis 8.0.3, not working with filename like "Liquidación_201703.CSV" in the forum Omnis forum 3 years, 11 months ago
Hi Rocco,
already tried to set the $prefs.$importencoding properties?
Regards
Klaus -
Klaus Schrödl replied to the topic FTPList on Omnis 8.0.3, not working with filename like "Liquidación_201703.CSV" in the forum Omnis forum 3 years, 11 months ago
Hi Rocco,
already tried to set the $prefs.$importencoding properties?
- Load More