Search found 2457 matches

by Jaymer
Thu Mar 21, 2024 4:16 pm
Forum: Problem reports
Topic: Custom list / custom queries, changes to conditional logic
Replies: 2
Views: 1419

Re: Custom list / custom queries, changes to conditional logic

Thanks, that really sucks.
One more thing I’ve got to update when converting two apps to V9. 🙁
I’ll update this example page:
https://www.awareim.com/forum/viewtopic.php?f=1&t=11009
by Jaymer
Sun Mar 17, 2024 4:17 pm
Forum: Tips and Tricks
Topic: Generic event handler for row operations working with records from Stored Procedure
Replies: 7
Views: 818

Syntax for Margins

AwareApp.startProcess2('VP_ShowJobWithChat', 'jobs', ObjectID, { newTab: true, id: "JobWithChat", margins: {top: 0, bottom: 0, left: 0, right: 0} }); Since you are deep into this function, This might come in handy in the future. I don’t think it’s in the forum. I had this in an email. The key part h...
by Jaymer
Sun Mar 17, 2024 4:05 pm
Forum: Tips and Tricks
Topic: Generic event handler for row operations working with records from Stored Procedure
Replies: 7
Views: 818

Re: Generic event handler for row operations working with records from Stored Procedure

Haven’t checked in at least 6 months but last I recall, the Alt-V search function doesn’t include this script.
(That sure would be nice wouldn’t it, to find all the places “RenderOption” is used, for example)

Can u check in V9 ?
If not, sending and Email to Vlad would help get this in an update.
by Jaymer
Wed Mar 13, 2024 1:59 am
Forum: Problem reports
Topic: HTML attribute inside PDF report issue
Replies: 12
Views: 21997

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

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

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

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

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

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

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

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

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

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

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