Search found 2405 matches

by customaware
Thu Jul 17, 2014 8:31 am
Forum: General discussion and questions about Aware IM
Topic: Record Border in Custom Template - Mobile Sencha
Replies: 4
Views: 2507

Awesome!

You learn something every day. :)

Thanx a heap.
by customaware
Thu Jul 17, 2014 8:13 am
Forum: General discussion and questions about Aware IM
Topic: Record Border in Custom Template - Mobile Sencha
Replies: 4
Views: 2507

Where do I add it?

In the css file?

What Class do I add it to?

I already have background-color: #fff; on nearly everything.
by customaware
Thu Jul 17, 2014 7:41 am
Forum: General discussion and questions about Aware IM
Topic: Record Border in Custom Template - Mobile Sencha
Replies: 4
Views: 2507

Record Border in Custom Template - Mobile Sencha

I am working on a mobile version of my app and am displaying event referenced event records using a Custom Template using the Sencha theme. At the moment I have a screen that looks like this... https://imagizer.imageshack.us/v2/355x384q90/910/d2da50.png You will notice the grey border around each re...
by customaware
Thu Jul 10, 2014 8:08 am
Forum: General discussion and questions about Aware IM
Topic: Event Registration sample application
Replies: 7
Views: 4583

Did you check out the Rules where the html is constructed?
by customaware
Tue Jul 08, 2014 11:59 pm
Forum: Tips and Tricks
Topic: Latest Build Gotcha - Solved
Replies: 0
Views: 3289

Latest Build Gotcha - Solved

In previous builds Aware did not care whether a Plain Text field was Standard Format or HTML format when it can to displaying a style for the attribute in a query. In Build 1894 that changed and if the attribute is set to HTML and the attribute is NULL (UNDEFINED) then the style is displayed incorre...
by customaware
Fri Jul 04, 2014 5:28 am
Forum: General discussion and questions about Aware IM
Topic: Display unrelated list in Form
Replies: 3
Views: 2537

I have managed to implement an acceptable solution Thanx Rennur.

I will document it when I can get to a half reasonable internet connection.
by customaware
Fri Jul 04, 2014 5:27 am
Forum: General discussion and questions about Aware IM
Topic: Display unrelated list in Form
Replies: 3
Views: 2537

I have managed to implement an acceptable solution Thanx Rennur.

I will document it when I can get to a half reasonable internet connection.
by customaware
Thu Jul 03, 2014 2:56 am
Forum: General discussion and questions about Aware IM
Topic: Display unrelated list in Form
Replies: 3
Views: 2537

Display unrelated list in Form

I have a list of Rules I want to display on a BO Form. I do not want to reference the list to the BO or store the list in an attribute in the BO. The list is referenced to a Country BO and each country maintains it's own list. Usually 5-15 items. When a user creates a new BO of this kind, I need to ...
by customaware
Wed Jun 18, 2014 1:10 am
Forum: General discussion and questions about Aware IM
Topic: Renaming a Report prior to presentation
Replies: 11
Views: 7984

Hey kklosson, Had a need to combine PDFs and saw your tip regarding PDFCombine utility. Took the next step to the Pro version and it also combines basically any file type, pdf, images, XLS, Doc etc into a single PDF. Running all from Aware via an EXECUTE PROGRAM call to the command line version of P...
by customaware
Sun Jun 15, 2014 2:30 am
Forum: General discussion and questions about Aware IM
Topic: Let User Pick Color
Replies: 7
Views: 5383

Did not take it any further.

Would still be nice thing to have though.
by customaware
Wed Jun 11, 2014 1:31 am
Forum: General discussion and questions about Aware IM
Topic: New BO Creation Question
Replies: 2
Views: 2069

Of course. Good idea.

Thanx Rennur.
by customaware
Wed Jun 11, 2014 12:21 am
Forum: General discussion and questions about Aware IM
Topic: New BO Creation Question
Replies: 2
Views: 2069

New BO Creation Question

I have a BO that can be created either by a user or by means of a process under certain circumstances. There are particular Rules for the BO that I only want to execute when a User creates the BO but NOT when the process creates it. Is there any way to accomplish that functionality. I am sure the an...
by customaware
Mon Jun 09, 2014 9:18 am
Forum: General discussion and questions about Aware IM
Topic: Adding 1 Month less 1 Day or 1 Year less 1 Day
Replies: 7
Views: 4967

Thanx Guys, It is actually..... Enddate=DATE_ADD(Startdate,DAY_OF_MONTH(LAST_DAY_OF_MONTH(StartDate))-1) It actually fails for the 31st January..... gives 2nd March instead of 28th February and any month where the number of days in the month is more than the next month.. ie. April. which is understa...
by customaware
Mon Jun 09, 2014 9:13 am
Forum: General discussion and questions about Aware IM
Topic: Sub Report Missing Records
Replies: 1
Views: 1178

Just a little additional information.....

To ensure all the records are actually there I have run the report with the SR query as Desc and the missing records are printed first.... hence they do exist.'
by customaware
Mon Jun 09, 2014 9:12 am
Forum: General discussion and questions about Aware IM
Topic: Sub Report Missing Records
Replies: 1
Views: 1178

Sub Report Missing Records

I have a report with a Sub Report in it that prints a number of records.

For some strange reason, when it gets to the bottom of a page it stops printing the records of this Sub Report and then start on the next page with the next Sub Report.

Has anyone seen or can explain this behaviour please?