Search found 370 matches

by swiftinitpvtltd
Sat Dec 04, 2021 4:25 am
Forum: General discussion and questions about Aware IM
Topic: weekender certificate issue
Replies: 1
Views: 2590

weekender certificate issue

So we have iis and tomcat on same server and tomcat having aware IM with ssl we also have dotnet core api in iis with ssl Basically we have iis and tomcat on same server with 2 ip addresses and 2 ssl certs. If I enable ssl on iis tomcat ssl site stops and vice versa. https://stackoverflow.com/questi...
by swiftinitpvtltd
Tue Nov 23, 2021 5:23 am
Forum: General discussion and questions about Aware IM
Topic: stored proc returning table show in grid
Replies: 5
Views: 2366

Re: stored proc returning table show in grid

right its fully dynamic tables created on fly(for example currentuser_hisid), we now use rest api to get data in json and bind it to kendo/other grid framework via jquery code. Works great! Thanks for your help.
by swiftinitpvtltd
Tue Nov 16, 2021 9:13 am
Forum: General discussion and questions about Aware IM
Topic: stored proc returning table show in grid
Replies: 5
Views: 2366

Re: stored proc returning table show in grid

ok thanks. is there any way we can show dynamic tables with dynamic columns? May be I need to use jquery and api.
by swiftinitpvtltd
Tue Nov 16, 2021 6:49 am
Forum: General discussion and questions about Aware IM
Topic: stored proc returning table show in grid
Replies: 5
Views: 2366

Re: stored proc returning table show in grid

Basically I will have custom dynamic table with BASVERSION and BASTIMESTAMP and id plus more transposed columns and I need a way to show it in aware in grid. These are not standard BO object tables and created dynamically via etl transpose functions.
by swiftinitpvtltd
Tue Nov 16, 2021 6:34 am
Forum: General discussion and questions about Aware IM
Topic: stored proc returning table show in grid
Replies: 5
Views: 2366

stored proc returning table show in grid

is it possible to call a stored proc returning table and show in aware grid with paging and other standard grid features. I have transformed transposed table that is created dynamically and I need to display it nicely with paging in grid. The custom dynamic table will have BASVERSION and BASTIMESTAM...
by swiftinitpvtltd
Tue Sep 28, 2021 11:14 am
Forum: General discussion and questions about Aware IM
Topic: fixed headers for kendogrid with large no of items
Replies: 0
Views: 6155

fixed headers for kendogrid with large no of items

I would like to have fixed headers for kendogrid with large no of items so that when user scrolls down header columns still show in UI. How do I do that?
by swiftinitpvtltd
Tue Sep 21, 2021 11:25 am
Forum: General discussion and questions about Aware IM
Topic: prevent query grid editable checkbox to be checked unchecked using protect read protect.
Replies: 0
Views: 6197

prevent query grid editable checkbox to be checked unchecked using protect read protect.

How to prevent query grid editable checkbox to be checked unchecked(prevent click-make it readonly) by end user using protect read protect. I added protect or read protect but it does not make editable checkbox readonly but it also does not allow to save new edits after read protect. Ideally I need ...
by swiftinitpvtltd
Fri Sep 03, 2021 1:13 pm
Forum: General discussion and questions about Aware IM
Topic: How do you keep checkbox of grid items selected after process is done
Replies: 1
Views: 2389

Re: How do you keep checkbox of grid items selected after process is done

I have below script but aware process does not recognize the selection although it shows as selected, I have to manually uncheck and check the box for aware. widget.bind("dataBound", function(e) { var data =widget._data; console.log('ami'); var selectedItem = data[3]; console.log(selectedItem);var g...
by swiftinitpvtltd
Fri Sep 03, 2021 12:50 pm
Forum: General discussion and questions about Aware IM
Topic: How do you keep checkbox of grid items selected after process is done
Replies: 1
Views: 2389

How do you keep checkbox of grid items selected after process is done

How do you keep checkbox of grid items selected after process is done, its unchecking the checkbox that was selected after operation is done. I have written row up down operations but it looses selected one after first up or down- I want to keep what was selected as checked- https://docs.telerik.com...
by swiftinitpvtltd
Wed Aug 18, 2021 10:28 am
Forum: General discussion and questions about Aware IM
Topic: adding distinct for a value in query
Replies: 3
Views: 5086

Re: adding distinct for a value in query

is distinct available in find query in aware?

SELECT
DISTINCT Description
FROM HourType
WHERE AvailabilityCode=3

FIND DISTINCT BO WHERE BO.Codes=3
I want to avoid duplicates in a referenced BO dropdown
by swiftinitpvtltd
Wed Aug 11, 2021 10:47 am
Forum: General discussion and questions about Aware IM
Topic: Dynamic choices in plain text in grid
Replies: 1
Views: 1190

Dynamic choices in plain text in grid

I have Dynamic choices in plain text in grid but it only works when dynamic choices have find all BO and then in grid dropdown shows all values. As soon as I add find BO where BO.field1=ThisCurrentBO.title(both match) then dropdown in grid does not show anything. I tried removing this but I am not a...
by swiftinitpvtltd
Tue Jun 08, 2021 10:36 am
Forum: General discussion and questions about Aware IM
Topic: Pimp My App
Replies: 7
Views: 11490

Re: Pimp My App

Here is a brief walk-thru of an AwareIM app demonstrating some enhanced look, feel and functionality possibilities. https://screencast-o-matic.com/watch/cr1efTVhvWc Contact me to take live look and/or discuss project/business opportunities. Thanks, JT Email: johntalbott@live.com Skype: johnptalbott...
by swiftinitpvtltd
Sat May 15, 2021 2:58 am
Forum: General discussion and questions about Aware IM
Topic: V 8.5 Developer Edition change /AwareIM/
Replies: 12
Views: 10702

Re: V 8.5 Developer Edition change /AwareIM/

I have same issue in 8.6 version after changing /AwareIM to /apps everything works great except preview in developer tool does not work. https://www.awareim.com/forum/viewtopic.php?f=1&t=6601&hilit=rename+aware&start=15 There are quite a number of different places where you need to make the change....
by swiftinitpvtltd
Fri May 14, 2021 3:43 am
Forum: General discussion and questions about Aware IM
Topic: V 8.5 Developer Edition change /AwareIM/
Replies: 12
Views: 10702

Re: V 8.5 Developer Edition change /AwareIM/

I have same issue in 8.6 version after changing /AwareIM to /apps everything works great except preview in developer tool does not work.

https://www.awareim.com/forum/viewtopic ... e&start=15