
Scott Florcsk
1st Forum Post
- Total activity 37
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 11
Posts
Recent activity by Scott Florcsk-
Logi Info 25 installation and can't prepare a new application
I had an issue with Logi Info Studio 25. The installation went clean, at least it seemed that it did. OS is Windows 2022 server. Installed .NET framework 4.8.1, and installed the latest IIS (or wha...
-
event handling to manipulate input text
I've created a report with an onscreen keyboard. (see attached image.) The OSK is 27 buttons with a text input box. When the user enters text into the box, the data table below the text input box ...
-
InfoGo sharing question
I have both security and sharing enabled on InfoGo SSRM. Security is AuthNT and out organization's domain is identified in the Settings file. This works. InfoGo recognizes our domain accounts and i...
-
Application security error only on some applications
(version 14) We have about 30 different applications on our logi info server (Windows) and would like to use NT authentication. In the _Settings file, when we add the Security element and set secu...
-
InfoGo SSRM Date Picker
We're trying to migrate employees from the old Logi 12 Ad Hoc Report Builder to InfoGo SSRM. They're able to create static reports and visuals of tables and charts with given dates, but they want t...
-
Process works by itself, but not when called from a report
I have 2 files - a report and a process. The process performs a sql insert into a database. When I run the process by itself, it runs fine, and the data is inserted into the database. However, when...
-
Redshift?
Has anyone successfully gotten Logi Info 14 on Windows 2019 server to connect to Redshift via ODBC? The server won't let me install Redshift's ODBC driver, but I think it's because either Windows s...
-
best solution for alternating an image and div
I have two images that resemble a toggle switch - one in up position and one in down position. Then I have two divs with different text in them - div A and div B. I need to display IMAGE_UP and DIV...
-
SSRM and Metadata authorization error (might be an oracle question)
I successfully got SSRM installed on Logi Info 14. (set up as .NET) I set up some DB connections to an oracle database. They all successfully connected. However, when I went to add the Metadata el...
-
Get current date with MonthName
I'm trying to print today's date at the top of a report in a format that spells out the month. I could do this with a data layer that selects sysdate from dual, but I would rather save the database...