Search found 2430 matches

by Jaymer
Tue Mar 05, 2024 7:59 pm
Forum: General discussion and questions about Aware IM
Topic: AWARE IM DEVELOPERS INTERNATIONAL CONFERENCE - 2024
Replies: 4
Views: 394

Re: AWARE IM DEVELOPERS INTERNATIONAL CONFERENCE - 2024

has anyone registered yet? Paypal sent me this: Screenshot 2024-03-05 at 2.56.40 PM.png And then disabled my account and made me re-verify AND change my password Even after that, I get this error when paying: Screenshot 2024-03-05 at 2.55.40 PM.png Just bought something else on PP and there's no iss...
by Jaymer
Sun Mar 03, 2024 7:41 pm
Forum: Problem reports
Topic: FIND records | not found | subroutine
Replies: 1
Views: 131

Re: FIND records | not found | subroutine

This makes sense.
The sub routine is always going to be called.
I’m sure you’ll see this in the logger.
The third time it gets called, but it didn’t get a person record passed to it in context, but it still got called.

Just add a simple statement.
IF SEARCH_COUNT > 0 THEN DoFindSub
by Jaymer
Thu Feb 29, 2024 4:38 pm
Forum: General discussion and questions about Aware IM
Topic: Uploaded pictures in HTML Attribute
Replies: 4
Views: 335

Re: Uploaded pictures in HTML Attribute

I saw indeed that pictures are copied into tomcat directory, but are they kept there forever? yep. one guy wrote a script to remove them. or you can select and delete in Windows Explorer. aware doesn't manage them. (keep in mind that this issue goes back 10+ years. 6yrs ago or so Aware added images...
by Jaymer
Wed Feb 28, 2024 3:53 pm
Forum: General discussion and questions about Aware IM
Topic: Uploaded pictures in HTML Attribute
Replies: 4
Views: 335

Tomcat root directory

1. are you aware of the concept that Images (or any item accessible on your website, via Tomcat) must exist "under" the Tomcat root directory? C:\AwareIM\Tomcat\webapps\AwareIM this is set here: C:\AwareIM\Tomcat\conf\server.xml (Normally, you don't change this. But one reason it gets changed is bec...
by Jaymer
Mon Feb 19, 2024 3:09 pm
Forum: General discussion and questions about Aware IM
Topic: V9 NEW FEATURES discussion
Replies: 16
Views: 13512

Build 3241

anyone know what this means exactly?
From the release notes:

It should now be possible to explicitly indicate if a visual perspective can be used as a URL parameter
by Jaymer
Sun Feb 18, 2024 1:42 pm
Forum: General discussion and questions about Aware IM
Topic: REST API Question
Replies: 6
Views: 407

Re: REST API Question

So then your problem is creating a matching aware data structure for the supplied JSON string. You need to publish that string here so we can see if it’s compatible with what Vlad is expecting. Or maybe it already is tested and you know the JSON string is valid, it’s just an additional tag you’re tr...
by Jaymer
Sun Feb 18, 2024 12:15 pm
Forum: General discussion and questions about Aware IM
Topic: REST API Question
Replies: 6
Views: 407

Re: REST API Question

That’s exactly what I intended. But you didn’t answer if you have access to the data you submit. (Or if some “outside” process is creating the data/JSON). Why JSON? If you do, and you can submit one string… Submit your data in the form of a set statement. Then your rest call sends The SET statement ...
by Jaymer
Sun Feb 18, 2024 5:17 am
Forum: General discussion and questions about Aware IM
Topic: REST API Question
Replies: 6
Views: 407

Re: REST API Question

There’s multiple ways to answer this question.
Too complicated to go back-and-forth asking questions about.

If you are in total control of the data you want to submit to your rest function, then think about this:
https://www.awareim.com/forum/viewtopic ... 94&p=51114
by Jaymer
Thu Feb 15, 2024 5:11 pm
Forum: General discussion and questions about Aware IM
Topic: Is it possible to conditionally stack fields in a Query Column?
Replies: 2
Views: 213

Re: Is it possible to conditionally stack fields in a Query Column?

Is it absolutely important that the complete comment text be visible with no interaction? So you will not be happy with an indicator to show that notes are present, and then hover over an icon to show all three in their entirety? (Which would also have the benefit of all grid rows being tight and no...
by Jaymer
Thu Feb 01, 2024 7:27 pm
Forum: General discussion and questions about Aware IM
Topic: V9 NEW FEATURES discussion
Replies: 16
Views: 13512

V9 NEW FEATURES discussion

New Features: 1. New Java (Java17 or later) 2. Latest Kendo UI library with new themes 3. Support for high resolution in the dialogs of the Configuration Tool 4. Redesign of outgoing emails-they are now specified in business version properties just like incoming emails 5. Support for OAuth in emails...
by Jaymer
Thu Feb 01, 2024 7:02 pm
Forum: General discussion and questions about Aware IM
Topic: Version 9.0 has been released!
Replies: 6
Views: 881

Line Icons

1) Is it these: https://lineicons.com/icons/
* be sure to click the slider to “free” instead of “all”

2) any way to use these inside the report writer?
by Jaymer
Sat Jan 27, 2024 1:50 pm
Forum: General discussion and questions about Aware IM
Topic: JS to Auto-resize Grid Columns to fit text
Replies: 8
Views: 9066

Re: JS to Auto-resize Grid Columns to fit text

I was trying to do some styling on a scheduler window this week. And even though the code did not throw exceptions in the console, it just wasn’t doing anything.
This may shed some light on that. Thanks.
by Jaymer
Sun Jan 21, 2024 8:26 pm
Forum: General discussion and questions about Aware IM
Topic: Can't use SystemSettings in Scheduling ?
Replies: 3
Views: 734

Re: Can't use SystemSettings in Scheduling ?

The simpler thing, in my opinion, is to just call a process and do this complicated check in the process. The scheduler checks jobs every minute. So if you have a scheduler task with something like IF current Date is greater than January 1, 2024, then run processA It will check that every minute and...
by Jaymer
Fri Jan 19, 2024 1:09 pm
Forum: General discussion and questions about Aware IM
Topic: MySQL Database Update Issues - warning
Replies: 7
Views: 12500

Re: MySQL Database Update Issues - warning

RLJB wrote: Fri Jan 19, 2024 2:18 am @jaymer

That works on simple BSVs.
Our BSVs are large and complex and importing xml versions of BSV results in errors, so not a solution unfortunately.
That shouldn’t happen.
When you Discover an issue, you should be reporting that, so Vlad can correct it.