Search found 2502 matches

by Jaymer
Mon Jul 22, 2024 7:23 pm
Forum: General discussion and questions about Aware IM
Topic: Update a reference back into BO from Form / vice-versa
Replies: 1
Views: 188

Update a reference back into BO from Form / vice-versa

I found this screen cap I mocked up over a year ago. Don't recall if I ever posted it, but this had been talked about on the forum. You put a grid on a form, then format all the properties nicely, THEN you want to push those properties UP into the original field's properties in the BO. ... so if you...
by Jaymer
Wed Jul 17, 2024 1:40 pm
Forum: General discussion and questions about Aware IM
Topic: Improvement needed to Toolbar Input Fields
Replies: 0
Views: 475

Improvement needed to Toolbar Input Fields

At the top of the grid, we recently (a version or two ago) got a cool easy feature to add widgets to the Toolbars. This lets us do filter things like this: current.png But on that Yes/No field, I would really like this: desired.jpg Vlad: Is this type of widget (a Switch) going to be possible soon in...
by Jaymer
Thu Jul 11, 2024 4:39 am
Forum: General discussion and questions about Aware IM
Topic: Grid sorting on TWO FIELDS. anyone figured this out?
Replies: 6
Views: 3823

Re: Grid sorting on TWO FIELDS. anyone figured this out?

himanshu wrote: Thu Jul 11, 2024 3:02 am config.sortable = {mode: 'multiple'};
thx H

it activates that kendo ability, but clicking on the 2nd columns doesn't alter the display of any rows.
the 2nd 'arrow' appears on the 2nd column, and a redraw happens, but no sort order changes.

have you actually seen this work?
by Jaymer
Wed Jul 03, 2024 2:28 pm
Forum: General discussion and questions about Aware IM
Topic: How can I call AwareApp.startProcess2 from a CUSTOM LAYOUT?
Replies: 2
Views: 911

Re: How can I call AwareApp.startProcess2 from a CUSTOM LAYOUT?

bah
was having a brain fart.
didn't need the href="#"
found some code from 2 years ago where I'd done this - just forgot for a sec.
thx anyway
by Jaymer
Tue Jul 02, 2024 7:36 pm
Forum: General discussion and questions about Aware IM
Topic: Data Export Problem
Replies: 10
Views: 2009

Import/export template

The strategy I would take is this: Add input fields to the grid toolbar which allows the input of a couple of the major feels of criteria to export a set of records. Don’t allow column filtering. Fields Like starting date and ending date (or 2024Jan), and for example, let’s say region. Or product ca...
by Jaymer
Tue Jul 02, 2024 7:25 pm
Forum: General discussion and questions about Aware IM
Topic: Data Export Problem
Replies: 10
Views: 2009

Built in export

Bruce is referring to the work I have done on the PDF export, which is almost made me go crazy.
I’ve put multiple hours into it.
But it’s finicky.
And it really needs a little assistance from Vlad to make it work better.
so this will not be my first choice to do an export.
by Jaymer
Mon Jul 01, 2024 1:14 am
Forum: General discussion and questions about Aware IM
Topic: How can I call AwareApp.startProcess2 from a CUSTOM LAYOUT?
Replies: 2
Views: 911

How can I call AwareApp.startProcess2 from a CUSTOM LAYOUT?

A Custom layout (in my case from a KanBan query) is kinda like the movie Interstellar - everything's not quite what you think. Many of us call AwareApp.startProcess2 (or a variation) from many places: •) simple HTML link •) Execute_Javascript from a screen button •) EXEC_JS from a procedure •) Rende...
by Jaymer
Sat Jun 22, 2024 12:37 am
Forum: General discussion and questions about Aware IM
Topic: Cursor Path on a Form
Replies: 0
Views: 1515

Cursor Path on a Form

If you've solved this in some other way, please indicate how. Need: For quick data entry, I need a minimum # of keystrokes to enter and save a form. Problem: Top Panel Toolbox area re-routes cursor path Solution: Render Script: $(".k-window-actions").css ("display", "none"); Screenshot 2024-06-21 at...
by Jaymer
Fri Jun 21, 2024 2:45 pm
Forum: General discussion and questions about Aware IM
Topic: FORMS - Reference as HMTL table
Replies: 6
Views: 1333

Re: FORMS - Reference as HMTL table

--> There is a better way? well, thats what i'm trying to figure out. I guess I don't fully understand what this means: --> if it is possible to have a reference as HTML in a form? I mean, its all HTML in the browser, yes? So is the issue that you do not like the formatting that Vlad/Kendo gives you...
by Jaymer
Thu Jun 20, 2024 4:08 pm
Forum: General discussion and questions about Aware IM
Topic: How to have a default filter active?
Replies: 5
Views: 1270

Re: How to have a default filter active?

Bob, as to the final line in your post, I don’t know how to do that. But you can be assured that you’re re-hitting the database after a filter change. To see these exact “happenings “, it’s very easy. Just view the network tab on the chrome Inspector and you can see each Interaction with the server…...
by Jaymer
Thu Jun 20, 2024 2:05 pm
Forum: General discussion and questions about Aware IM
Topic: FORMS - Update Master BO and Reference if an attribute is changed
Replies: 2
Views: 934

Re: FORMS - Update Master BO and Reference if an attribute is changed

I think it’s possible that aware could recalculate it all automatically because of the cross reference rules. It could recalculate the stuff just like a spreadsheet changes all of the related calculations. But I don’t think you want this, because if you change the master exchange rate, it may sit th...
by Jaymer
Tue Jun 18, 2024 7:35 pm
Forum: General discussion and questions about Aware IM
Topic: V9 - issues reported by users after upgrade
Replies: 15
Views: 2267

Display document

Messi That’s interesting. I don’t know that I’ve ever done a display document on an actual document that is stored in a BO. I’m pretty much doing a display document plus the Report writer name, Which runs the report writer to the screen. I have done your steps before to create a Specifically named i...