Search found 173 matches

by chris29
Mon Mar 27, 2017 5:17 am
Forum: General discussion and questions about Aware IM
Topic: How To Display PDF within a form in a VP
Replies: 4
Views: 7856

Re: How To Display PDF within a form in a VP

<iframe id="pdf" src="C:\00000\1543078\RogerPF4.pdf" height="800px" width="750px"></iframe>
C:\ should be something like yourdomain.com/YourBusinessSpace

the directory should be under Tomcat/YourBusinessSpace
by chris29
Sun Mar 26, 2017 8:31 pm
Forum: General discussion and questions about Aware IM
Topic: How To Display PDF within a form in a VP
Replies: 4
Views: 7856

Re: How To Display PDF within a form in a VP

Try exporting the document to a directory and the place html on your form. <iframe id="pdf" src="<<SystemSettings.InstallPath>>/temp/<<BO.FileName>>" height="800px" width="750px"></iframe> I have only done this in chrome IE doesn't work very well as it doesn't have its own pdf viewer, not sure about...
by chris29
Wed Oct 05, 2016 9:30 pm
Forum: General discussion and questions about Aware IM
Topic: Build 2235 is out
Replies: 14
Views: 20033

Re: Build 2235 is out

Aware IM performs this integration using Cronofy API
How do we utilise this functionality?
by chris29
Sun Jul 24, 2016 5:00 am
Forum: General discussion and questions about Aware IM
Topic: ►Q◄ Does the size of BSV affect execution speed of BSV?
Replies: 5
Views: 5915

Re: ►Q◄ Does the size of BSV affect execution speed of BSV?

My main concern is when a form or query or process is called, whether it takes a long time for Aware to find it and load it. There is no issue that we have found running processes or queries, regardless of the size of the bsv, it pretty much instant and the UI is much faster in V7 than V6. We have ...
by chris29
Sun Jul 24, 2016 4:45 am
Forum: General discussion and questions about Aware IM
Topic: ►Q◄ Does the size of BSV affect execution speed of BSV?
Replies: 5
Views: 5915

Re: ►Q◄ Does the size of BSV affect execution speed of BSV?

No, it shouldn't matter

We have approx. 2400 objects, 5500 forms, 3000 odd queries and just as many processes with the bsv at around 10meg.

The only obvious issue is the saving and integrity checking and publishing of the bsv.
by chris29
Thu Jul 21, 2016 10:30 am
Forum: General discussion and questions about Aware IM
Topic: Number formatting
Replies: 1
Views: 3045

Number formatting

Typically a number format would have been set to use the following format: #,##0 The Kendo UI currently has an issue using this and a number with this format is currently displayed incorrectly eg 250,000 displays as 2,50000 30,000,000 displays as 3,0000000 There is a solution for this in Kendo with ...
by chris29
Wed Jan 06, 2016 5:39 am
Forum: General discussion and questions about Aware IM
Topic: Aware IM version 7.0 (beta)
Replies: 75
Views: 57631

Re: Aware IM version 7.0 (beta)

Hi Ben, I haven't had any issues yet running both on the same server, just need to make sure the ports are different in V7 beta for Aware and tomcat and have a different db.
by chris29
Fri May 29, 2015 3:12 am
Forum: General discussion and questions about Aware IM
Topic: Fetch ALL records at once
Replies: 4
Views: 3872

Re: Fetch ALL records at once

Hi George

I select the contains option first before selecting Fetch all records at once.

This works for me.

Chris
by chris29
Sat May 16, 2015 9:43 am
Forum: General discussion and questions about Aware IM
Topic: Anytime I add a new Attribute, I get "Duplicate ID" error
Replies: 52
Views: 26651

Re: Anytime I add a new Attribute, I get "Duplicate ID" erro

Yes Ben I have reported this in the past. When it occurs the attribute is output in the console so I generally am aware of which one if going to be dropped. I don't believe its anything to do with our environment. I think its a bug in the configtool when maintaining objects and the allocation of the...
by chris29
Sat May 16, 2015 1:11 am
Forum: General discussion and questions about Aware IM
Topic: Anytime I add a new Attribute, I get "Duplicate ID" error
Replies: 52
Views: 26651

Re: Anytime I add a new Attribute, I get "Duplicate ID" erro

Hi Ben We experience that same issue as you do for a number of years now. Its very difficult to replicate so support can fix the problem. Our bsv is 9meg in size and require 64bit java running with 6 gig, the configtool must have at least 3-4gig available to prevent out of memory issues. The duplica...
by chris29
Wed May 13, 2015 9:32 am
Forum: General discussion and questions about Aware IM
Topic: Help with Exposing REST Services
Replies: 20
Views: 24116

Re: Help with Exposing REST Services

Yes I will do this and post.
by chris29
Wed May 13, 2015 9:31 am
Forum: General discussion and questions about Aware IM
Topic: POST Method - using URL Channel
Replies: 6
Views: 5210

Re: POST Method - using URL Channel

Question Road

Are you trying to build a html page to do this or in java? then post it back to your rest service in Aware.
by chris29
Thu May 07, 2015 9:16 pm
Forum: General discussion and questions about Aware IM
Topic: Help with Exposing REST Services
Replies: 20
Views: 24116

Re: Help with Exposing REST Services

The majority of replies I have created are to existing json layouts. So in all cases I build objects to represent this. These can become quite complicated but work very well. The only issue with this is, you have to handle the cleaning of the data in the object after the reply. Currently (unless som...
by chris29
Thu May 07, 2015 1:14 pm
Forum: General discussion and questions about Aware IM
Topic: Help with Exposing REST Services
Replies: 20
Views: 24116

Re: Help with Exposing REST Services

I mean another object that's just used as a reply object.

It can be identical just populate the attributes you want in the reply. If it's undefined it's not included in the response.