Search found 285 matches

by robleer
Mon Mar 25, 2024 10:35 am
Forum: General discussion and questions about Aware IM
Topic: Showing icon in a cell of a query
Replies: 2
Views: 142

Re: Showing icon in a cell of a query

Ah yes, I knew there was a setting, but overlooked the grid settings....

Many thanks!
by robleer
Mon Mar 25, 2024 9:45 am
Forum: General discussion and questions about Aware IM
Topic: Showing icon in a cell of a query
Replies: 2
Views: 142

Showing icon in a cell of a query

Hi, I have a BO with an attribute 'statusicon'. In the Presentation rules I try to set the right icon when a certain value is entered. When I set a color via a Presentation Rule it works fine. When I run a query, the value in the cell colors like it should. But when I want to show an icon via a Pres...
by robleer
Sat Mar 23, 2024 10:27 pm
Forum: General discussion and questions about Aware IM
Topic: Trigger rule
Replies: 1
Views: 143

Trigger rule

Hi, I have quite a basic question which I will try to explain with a simple example. I have a BO 'Person' and a BO CarsOfPerson. The BO CarsOfPerson references to the BO Person so I can store the cars of a person. Now, in the BO Person I have an attribute 'NumberOfCars' and I wrote an Update rule wh...
by robleer
Fri Mar 22, 2024 7:43 am
Forum: General discussion and questions about Aware IM
Topic: Adding records to database of Aware app
Replies: 3
Views: 193

Re: Adding records to database of Aware app

Thanks for you reply.
Ok, I use .Net because I never developed in Java. To much effort to switch to Java for this small solution I want.
by robleer
Thu Mar 21, 2024 9:22 pm
Forum: General discussion and questions about Aware IM
Topic: Adding records to database of Aware app
Replies: 3
Views: 193

Adding records to database of Aware app

Hi, I have an Aware app which works fine for 95%. But there is a process I unfortunately cannot develop with Aware (has to do with loops and table syncs). Therefore I want to write a .Net application which does the job at databaselevel and which stores some data into the Aware apps databasetables. C...
by robleer
Thu Mar 21, 2024 3:59 pm
Forum: General discussion and questions about Aware IM
Topic: MAX Function on datetime
Replies: 2
Views: 127

Re: MAX Function on datetime

Ah yes, thats the best way. Thanks !!
by robleer
Thu Mar 21, 2024 3:01 pm
Forum: General discussion and questions about Aware IM
Topic: MAX Function on datetime
Replies: 2
Views: 127

MAX Function on datetime

Hi, I have a BO with a TimeStamp attribute. Now I want to find the maximum date Example: BO1.DateAttr= MAX ListwithDates.Entrydate WHERE ListwithDates.Entrydate <=CURRENT_TIMESTAMP This does not work and it seems that the MAX function is not working on timestamp attributes? Is there another way to f...
by robleer
Wed Oct 11, 2023 7:03 am
Forum: General discussion and questions about Aware IM
Topic: SQL Server Authentication
Replies: 0
Views: 48267

SQL Server Authentication

Hi,

I like to connect to an external MS SQL Server database.
The authentication is handled by Azure AD.

Can my Aware app connect through Azure AD? I know (and already did that) that is is possible via normal user/password, but via Azure AD?

Tia,

Rob
by robleer
Tue Sep 26, 2023 7:22 am
Forum: General discussion and questions about Aware IM
Topic: INDEX keyword
Replies: 7
Views: 31716

Re: INDEX keyword

@BobK: unfortunately it does not...
by robleer
Fri Sep 22, 2023 3:58 pm
Forum: General discussion and questions about Aware IM
Topic: INDEX keyword
Replies: 7
Views: 31716

Re: INDEX keyword

Hi,

Yes, I connect to a SQL Server database as an external table.

The external table has those "id" and "index" fields, but this SQL Server is not mine, so I cannot change things there.

That causes the problem.
by robleer
Fri Sep 22, 2023 6:44 am
Forum: General discussion and questions about Aware IM
Topic: INDEX keyword
Replies: 7
Views: 31716

Re: INDEX keyword

@Pointswell: I don't know. It is a service I use to get data from our financial system (via REST) into an MS SQL Database. It is normally used to show this data in PowerBI (which works fine). But I wanted this data in Aware and bumped against this problem. The REST -> SQL service is an external serv...
by robleer
Thu Sep 21, 2023 9:12 am
Forum: General discussion and questions about Aware IM
Topic: INDEX keyword
Replies: 7
Views: 31716

INDEX keyword

Hi, I'm trying to integrate an external MS SQL Server database to view some data in our Aware Application. Connecting to the database works fine and attributes are Discovered fine. But there are a few fieldnames in the tables which causes problems. This fields are called "index", "id" a.s.o. The res...
by robleer
Tue Mar 21, 2023 3:04 pm
Forum: General discussion and questions about Aware IM
Topic: JMS Connection failes
Replies: 2
Views: 1311

Re: JMS Connection failes

Hi Mark, Thanks for your answer, but this application is running for months without problems and we did not change anything on the server of installation. I really do not know how to follow your advices and this never occured to me in years. It seems that our firewall has had an update in the night ...
by robleer
Mon Mar 20, 2023 1:03 pm
Forum: General discussion and questions about Aware IM
Topic: JMS Connection failes
Replies: 2
Views: 1311

JMS Connection failes

Hi, Since last Friday I suddenly got this message and my application does not work anymore. I can login the app, but when I want to do something a connection error occurs. I restarted the services and the server, but it keeps occuring. To my opinion nothing changed on this server, so anyone a clue w...
by robleer
Fri Feb 10, 2023 8:08 am
Forum: General discussion and questions about Aware IM
Topic: Issue after mistake
Replies: 3
Views: 1028

Re: Issue after mistake

Update on this issue: I did go back to an older version and published that version (after making a good backup of course). This went well and I did not loose my data in my production database. In the develoment/testing database my data was lost, but thats not really a problem. So after all its solve...