Search found 2454 matches

by Jaymer
Wed Mar 13, 2024 1:59 am
Forum: Problem reports
Topic: HTML attribute inside PDF report issue
Replies: 12
Views: 21443

Re: HTML attribute inside PDF report issue

Do you have an image of that screen?
by Jaymer
Wed Mar 13, 2024 12:09 am
Forum: Problem reports
Topic: HTML attribute inside PDF report issue
Replies: 12
Views: 21443

Re: HTML attribute inside PDF report issue

LOL. The "Form Designer" Is that the ability to import HTML when creating a new BO Form? At the upcoming conference, I'd LOVE to see a demo of an app that used even ONE screen like this. There's going to be plenty of show and tell - plus featured demos. I wonder if any of those folk have ever used t...
by Jaymer
Tue Mar 12, 2024 6:40 pm
Forum: General discussion and questions about Aware IM
Topic: Presentation Rules needed for Reference fields
Replies: 1
Views: 110

Presentation Rules needed for Reference fields

Someone mentioned this recently and I wasn't entirely sure what it meant. Then it dawned on me today when I was tweaking this screen. The request was that Presentation Rules were needed for Reference fields, shown in this pic. Screenshot 2024-03-12 at 2.26.45 PM.png Ideally, you'd like the user NOT ...
by Jaymer
Tue Mar 12, 2024 5:41 pm
Forum: General discussion and questions about Aware IM
Topic: HTML in a PDF Report
Replies: 20
Views: 688

Re: HTML in a PDF Report

It would be interesting to look at the source code of this PDF, and focus on the code in question. Wondering if there is some “surrounding” code, causing the blurriness. I would assume that code is either coming from Vlad’s JavaScript routines, in which case it should be edible and correctable by us...
by Jaymer
Wed Mar 06, 2024 10:39 pm
Forum: Problem reports
Topic: Sub query with reference attributes not working V9
Replies: 6
Views: 359

Re: Sub query with reference attributes not working V9

Unknown column 'Invoice.ps_Region_RID' in 'on clause' In this line, LEFT JOIN REGION AS Invoice_ps_Region ON Invoice .ps_Region_RID=Invoice_ps_Region.ID Retype Invoice as all caps See if that makes a difference It doesn’t look like a typo. In the sense that it’s a syntax error, but that’s the place ...
by Jaymer
Wed Mar 06, 2024 12:43 pm
Forum: Problem reports
Topic: Sub query with reference attributes not working V9
Replies: 6
Views: 359

Re: Sub query with reference attributes not working V9

Good.
But what happens when you run this?
by Jaymer
Wed Mar 06, 2024 7:24 am
Forum: Problem reports
Topic: Sub query with reference attributes not working V9
Replies: 6
Views: 359

Re: Sub query with reference attributes not working V9

ultimately, this may come down to a bug in the code that requires Vlad's intervention. normally, THAT involves sending a BSV to him for duplication of the error... of course thats a major PITA, because you'd also need data that he needs to load (somehow) which will show the issue. WHAT I WOULD DO is...
by Jaymer
Wed Mar 06, 2024 12:33 am
Forum: General discussion and questions about Aware IM
Topic: AWARE IM DEVELOPERS INTERNATIONAL CONFERENCE - 2024
Replies: 4
Views: 469

Re: AWARE IM DEVELOPERS INTERNATIONAL CONFERENCE - 2024

all good. i used an incognito window and with a fresh login and it went thru fine.
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: 469

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: 173

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: 382

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: 382

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: 20
Views: 32073

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: 515

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...