Search found 139 matches

by KnightWare
Fri Jun 04, 2021 2:35 pm
Forum: General discussion and questions about Aware IM
Topic: Force selection of first record on query result.
Replies: 26
Views: 27290

Re: Force selection of first record on query result.

JohnTalbott - That put it in an endless loop. Placing it in the render script of the query. Need to dig in because that doesn't make sense to me.
by KnightWare
Thu Jun 03, 2021 1:49 am
Forum: General discussion and questions about Aware IM
Topic: Force selection of first record on query result.
Replies: 26
Views: 27290

Re: Force selection of first record on query result.

No errors reported in Console. Having this code in the render script of the Query defiantly stops the auto refresh. widget.bind("dataBound", function(e){ const grid = e.sender; grid.select("tr:eq(0)"); grid.select().click(); }) Remove it and the grid refreshes , but first row not selected. Screencast?
by KnightWare
Thu Jun 03, 2021 12:07 am
Forum: General discussion and questions about Aware IM
Topic: Force selection of first record on query result.
Replies: 26
Views: 27290

Re: Force selection of first record on query result.

I placed the code as is in the Render Script of the Query. When I did, the Query did NOT refresh when the other BO was saved. ,
by KnightWare
Wed Jun 02, 2021 10:07 pm
Forum: General discussion and questions about Aware IM
Topic: Force selection of first record on query result.
Replies: 26
Views: 27290

Re: Force selection of first record on query result.

Looks interesting, but not for me it's not a child/parent relationship. When I added that JS to the render script of the query, the Auto Refresh stopped working. I have query results (grid) on one panel of my presentation. As described in your link, first record highlight's and selects when first pr...
by KnightWare
Wed Jun 02, 2021 9:04 pm
Forum: General discussion and questions about Aware IM
Topic: Force selection of first record on query result.
Replies: 26
Views: 27290

Force selection of first record on query result.

The the "Select First Record" is checked on a query, and works when the query initiates and runs on a presentation panel. However further Auto-refreshes (such as Process run, or other BO changed) refreshes the query but does NOT select the first record. Anyway to force this?
by KnightWare
Wed Jun 02, 2021 1:47 pm
Forum: General discussion and questions about Aware IM
Topic: New App from existing
Replies: 2
Views: 1259

Re: New App from existing

OK - that was to easy. Tried that a few versions ago and had issues. Worked great. Thanks.
by KnightWare
Wed Jun 02, 2021 1:46 pm
Forum: General discussion and questions about Aware IM
Topic: Tables already exist
Replies: 3
Views: 1941

Re: Tables already exist

Tried that (No initial data). It still wants to create every table all over again. I just exported the project and imported under a new name. Thanks.
by KnightWare
Tue Jun 01, 2021 8:08 pm
Forum: General discussion and questions about Aware IM
Topic: Tables already exist
Replies: 3
Views: 1941

Tables already exist

Coming back to an application I was working on. Now when I go into test mode, I get error dialogs (below) stating tables already exist. If I delete the table (SQL SERVER) it just goes onto the next ect. Why does it think it needs to recreate the tables? Do I have to drop All the tables attached to t...
by KnightWare
Tue Jun 01, 2021 7:20 pm
Forum: General discussion and questions about Aware IM
Topic: New App from existing
Replies: 2
Views: 1259

New App from existing

Is there a way to create a new application from an existing one, other than the sample templates? I have exported .BSV's in the past for backup. I don't know if adding them to the Samples folder is enough.
by KnightWare
Tue Jun 01, 2021 5:34 pm
Forum: General discussion and questions about Aware IM
Topic: String presentation converts to Phone#
Replies: 4
Views: 1578

Re: String presentation converts to Phone#

Here's the fix. Setting in IE. Once set, EDGE acted the same.
Attachment.
by KnightWare
Tue Jun 01, 2021 3:52 pm
Forum: General discussion and questions about Aware IM
Topic: String presentation converts to Phone#
Replies: 4
Views: 1578

Re: String presentation converts to Phone#

You are correct Jaymer. IE/Edge issue. Chrome does not convert the presentation.
by KnightWare
Tue Jun 01, 2021 3:44 pm
Forum: General discussion and questions about Aware IM
Topic: String presentation converts to Phone#
Replies: 4
Views: 1578

Re: String presentation converts to Phone#

I thought of that, I'm stuck to EDGE and IE (App uses LDAP), and tried both (I know they are the same) with same results. I'll try Chrome logging in as Admin and see what happens.
by KnightWare
Tue Jun 01, 2021 3:37 pm
Forum: General discussion and questions about Aware IM
Topic: String presentation converts to Phone#
Replies: 4
Views: 1578

String presentation converts to Phone#

I have a BO external SQL Server DB. The fields are all Plain Text types(SQL Varchar(30)). Query results first display a specific filed as it should, then a few seconds later converts to Phone# presentation. The field data contains a conversion string that looks like this (101.011.1310.0100). The pag...
by KnightWare
Tue Jan 26, 2021 7:29 pm
Forum: General discussion and questions about Aware IM
Topic: LDAP Active Directory Login
Replies: 0
Views: 3564

LDAP Active Directory Login

Anyone using LDAP. I use Active Directory login on many of my apps. This happened weeks ago and now again today. I have no idea the cause. A user logs direct into an app that they have used hundreds of times. Instead of going right it it stops and says credentials are invalid. I Check the table and ...