Search found 2392 matches

by customaware
Wed Apr 16, 2014 12:23 pm
Forum: General discussion and questions about Aware IM
Topic: Conditionally display icon image in Custom Form
Replies: 3
Views: 2661

Nice Rennur.

Gorgeous icons.

Thanx.
by customaware
Tue Apr 15, 2014 9:55 pm
Forum: General discussion and questions about Aware IM
Topic: html forms
Replies: 6
Views: 4374

Which one did you go with Rod?
by customaware
Mon Apr 14, 2014 8:57 am
Forum: General discussion and questions about Aware IM
Topic: WISHLIST: <<SHOW_SECTION_START>> for HTML cells
Replies: 9
Views: 5273

I haven't tried it in a Custom Data Template Rennur.

I used css to achieve the same result.
by customaware
Mon Apr 14, 2014 6:15 am
Forum: General discussion and questions about Aware IM
Topic: WISHLIST: <<SHOW_SECTION_START>> for HTML cells
Replies: 9
Views: 5273

Internal project to manage our Staff Leave, Absence, travel and accommodation and to manage Leave Accruals, Used and Balances for all the different Leave Types.
by customaware
Mon Apr 14, 2014 4:23 am
Forum: General discussion and questions about Aware IM
Topic: WISHLIST: <<SHOW_SECTION_START>> for HTML cells
Replies: 9
Views: 5273

Hi Rennur. Ok....worked out how to do it "WITHOUT" SHOW SECTION_START. Have a look at this screenshot. In the bottom left you can see.... Primary Approval Received and a Cross image. That is Style A using SHOW SECTION_START as in the previous post. Now look at the Style B example which says Ticket i...
by customaware
Mon Apr 14, 2014 12:45 am
Forum: General discussion and questions about Aware IM
Topic: WISHLIST: <<SHOW_SECTION_START>> for HTML cells
Replies: 9
Views: 5273

Rennur,

I assume you want to use for conditional
display of different elements.

I have been able to achieve this for text and
colour, fonts etc just using CSS.

I am convinced it can be done the same way
for images but have not quite nailed it yet.

Will pass on if I succeed.
by customaware
Mon Apr 14, 2014 12:31 am
Forum: General discussion and questions about Aware IM
Topic: WISHLIST: <<SHOW_SECTION_START>> for HTML cells
Replies: 9
Views: 5273

Hi Rennur, Works in an HTML cell. I have this in a single HTML cell on a form and it works perfectly... <<IF Booking.TicketCanBeIssued='Yes' THEN SHOW SECTION_START>> Primary Approval Received: <img src="images/tick.png" width="16" height="16" alt="" title="" border="0" /> <<SECTION_END>> <<IF Booki...
by customaware
Sat Apr 12, 2014 12:52 pm
Forum: General discussion and questions about Aware IM
Topic: Change background color of a single form cell
Replies: 1
Views: 1495

Change background color of a single form cell

I am using Light Blue theme and on a particular Form I want a single html cell to have a fully white background.

I have tried over-riding the default theme style with code in the cell itself but cannot seem to have any success.

Can anyone please suggest how I might do that?
by customaware
Tue Apr 08, 2014 11:23 pm
Forum: Tips and Tricks
Topic: Multiline (V) text in query trick
Replies: 11
Views: 17916

Can that be applied for a single attribute in the query table rather than the entire app?

If so....where do you place it?
by customaware
Sun Apr 06, 2014 8:16 am
Forum: General discussion and questions about Aware IM
Topic: READ PROTECT Rules for Reference Atributes
Replies: 0
Views: 2367

READ PROTECT Rules for Reference Atributes

I have a BO that contains the following Question1 Yes/No Question2 Yes/No Results Reference Attribute. I only want to show the Reference Attribute on the screen if Question1 and Question2 are both Yes. Also, Question2 show only be shown if Question1 is Yes. I have the following dynamic Rules. If BO....
by customaware
Fri Apr 04, 2014 1:32 am
Forum: Tips and Tricks
Topic: Multiline (V) text in query trick
Replies: 11
Views: 17916

I have a real need for it but have solved the issue with a Custom HTML Form which displays multiple lined text in a cell.

Also solved the problem of conditionally displaying of data (background colours and text) on different rows and columns as well. Actually provides a lot of flexibility really.
by customaware
Fri Apr 04, 2014 12:55 am
Forum: Tips and Tricks
Topic: Multiline (V) text in query trick
Replies: 11
Views: 17916

I cannot expect my users to type a <br> at the end of every line. :-/
by customaware
Thu Apr 03, 2014 11:05 pm
Forum: Tips and Tricks
Topic: Multiline (V) text in query trick
Replies: 11
Views: 17916

Where did you add the <br> snippet
by customaware
Wed Apr 02, 2014 3:34 am
Forum: General discussion and questions about Aware IM
Topic: Delete Object from a Custom Form
Replies: 3
Views: 2538

Rennur,

How do you discover this stuff?

There is not a single reference to that function I can find in any of the docs or forum.

What parameters does it need?
by customaware
Wed Apr 02, 2014 1:46 am
Forum: General discussion and questions about Aware IM
Topic: Delete Object from a Custom Form
Replies: 3
Views: 2538

Delete Object from a Custom Form

I have a Custom Form with the following tag to Edit the Object... <a href="javascript:AwareApp.editObject('Solution',{ID},'popup');"><img src="lmsimages/edit.png" alt="" >  Edit</a> This works perfectly. I expected to be able to Delete the Object using... <a href="javascript:AwareApp.deleteObje...