Search found 297 matches

by Jhstephenson
Mon Jan 31, 2022 8:52 pm
Forum: General discussion and questions about Aware IM
Topic: implement 'Back' button on Mobile Query
Replies: 5
Views: 1624

implement 'Back' button on Mobile Query

I have a query being called on a Mobile Aware App that in turn could call other Queries. I would like to put a 'Back' button on the child queries to return to the one that called them. So, I created a Custom Javascript Panel Operation and used the following: <button onclick="history.back()">Back</bu...
by Jhstephenson
Fri Jan 28, 2022 6:32 pm
Forum: General discussion and questions about Aware IM
Topic: Icons instead of Text for Custom Query Operations
Replies: 4
Views: 1926

Re: Icons instead of Text for Custom Query Operations

That works perfect Joakim. Thank you.

The only thing I need to do now is figure out how to show a description of the button on MouseOver.
by Jhstephenson
Thu Jan 27, 2022 8:13 pm
Forum: General discussion and questions about Aware IM
Topic: Icons instead of Text for Custom Query Operations
Replies: 4
Views: 1926

Icons instead of Text for Custom Query Operations

I have a custom query that has several operations on it. The code for each operation looks something like this: <span class="aw-card-action" oper-operand="EditPassReport_FromParticipant" oper-output="Default" oper-type="0"><span class="k-button k-primary k-flat">View</span></span> What it displays i...
by Jhstephenson
Wed Jan 26, 2022 9:33 pm
Forum: General discussion and questions about Aware IM
Topic: Export and then Import of business object data
Replies: 9
Views: 6765

Re: Export and then Import of business object data

No. I am just doing an EXPORT BO TO 'D:\Temp\BO.csv' FOR UPDATE I am actually doing this for about 25 files. So, I was trying to avoid creating a template (lazy, I know). I didn't realize that it included shortcuts until I tried to import the CSV and the it started popping up with errors. The reason...
by Jhstephenson
Wed Jan 26, 2022 7:28 pm
Forum: General discussion and questions about Aware IM
Topic: Export and then Import of business object data
Replies: 9
Views: 6765

Re: Export and then Import of business object data

Did you ever resolve this? I am running into the same issue.
by Jhstephenson
Tue Jan 25, 2022 6:39 pm
Forum: General discussion and questions about Aware IM
Topic: Open Grouped Query with 1st Group expanded and the rest collapsed
Replies: 3
Views: 1580

Re: Open Grouped Query with 1st Group expanded and the rest collapsed

Thanks Jaymer, I tried that and it doesn't open the row I want. This is what I ended up putting in the render script: var grid = widget; grid.bind("dataBound", expand); function expand(e) { var row = $("#" + grid.element.attr("id") + ' tr[class="k-grouping-row"]'); grid.expandRow(row[0]); } I do hav...
by Jhstephenson
Sat Jan 22, 2022 8:38 pm
Forum: General discussion and questions about Aware IM
Topic: Open Grouped Query with 1st Group expanded and the rest collapsed
Replies: 3
Views: 1580

Open Grouped Query with 1st Group expanded and the rest collapsed

I could swear I saw something about this in a post once, but can't find it now.

I have a query with groups that I would like to have open up with the first group expanded automatically, but the rest closed.

Is that possible?
by Jhstephenson
Thu Jan 20, 2022 3:47 pm
Forum: General discussion and questions about Aware IM
Topic: Query Headers Disappearing
Replies: 7
Views: 3428

Re: Query Headers Disappearing

The initial query was being called as a pop-up. When I changed it to default the issue went away. Which is nice, but it really doesn't explain why it was happening to being with. Even as a popup shouldn't the headings still be there?
by Jhstephenson
Mon Jan 17, 2022 5:23 pm
Forum: General discussion and questions about Aware IM
Topic: Query Headers Disappearing
Replies: 7
Views: 3428

Query Headers Disappearing

I have a weird thing happening when I select a record on a query, display a form, and then return to the query. My header information disappears. Here is what I see... 1. Call up the query... PASS_Reports_By_Reason_1.png 2. Open the form by clicking on a record... PASS_Reports_By_Reason_2.png 3. Clo...
by Jhstephenson
Thu Jan 13, 2022 1:08 am
Forum: General discussion and questions about Aware IM
Topic: Mobile vs Desktop - Recognizing Screen Size
Replies: 10
Views: 3842

Re: Mobile vs Desktop - Recognizing Screen Size

We have ended up working around it by having two domains that the users can hit... 1. apps.theirname.com - normal desktop access and possibly for tablets as well. 2. mobileapps.theirname.com - uses the mobile login and we can direct things accordingly Since the users really are restricted to ones th...
by Jhstephenson
Tue Jan 11, 2022 6:16 pm
Forum: General discussion and questions about Aware IM
Topic: Disappearing attribute on form
Replies: 5
Views: 1751

[Solved (Kind of)]Re: Disappearing attribute on form

We came up with a fix for this issue, but I still don't understand why it is happening... I just added a separator/end pair to the top of the form, with the width set to 100%, Not Collapsible, and no title for it and now that attribute stays where it should. It works, but why should it even be neces...
by Jhstephenson
Tue Jan 11, 2022 5:21 pm
Forum: General discussion and questions about Aware IM
Topic: Issue putting BSV into test mode
Replies: 2
Views: 1152

Re: Issue putting BSV into test mode

Thanks Mark, we will take a look at that.

I don't know if it makes any difference, but we are running MSSQL Server for this app.

Jim
by Jhstephenson
Mon Jan 10, 2022 5:58 pm
Forum: General discussion and questions about Aware IM
Topic: Issue putting BSV into test mode
Replies: 2
Views: 1152

Issue putting BSV into test mode

Has anyone ever had an issue like this? Every once in awhile when I try to put my app into test mode I get an error like the following: Screenshot2022-01-10_105048.png I end up having to basically delete the database and then it goes into test mode just fine. The key part of the message really is th...