Search found 2403 matches

by customaware
Tue Apr 01, 2014 1:49 am
Forum: General discussion and questions about Aware IM
Topic: Selected Record for Custom Form
Replies: 8
Views: 4127

Selected Record for Custom Form

I have created a Custom html/css form and it now works fine except that there is nothing to signify which record is selected. Playing around with it, it seems to me that the <div class = "aw-custom-line"> is what is controlling it. I would really like, say, a 2 px black border around the current rec...
by customaware
Mon Mar 31, 2014 10:02 am
Forum: General discussion and questions about Aware IM
Topic: Starting Process from Custom Form
Replies: 14
Views: 39941

Thanx to awesome support from the Aware team....

This issue has been fixed in a new build 1812 and available now!

Brilliant!
by customaware
Sun Mar 30, 2014 11:28 pm
Forum: General discussion and questions about Aware IM
Topic: Starting Process from Custom Form
Replies: 14
Views: 39941

OMG!

All this only to be able to display a cell in a query line that has more than a single line of data.

Surely there is a simpler way. :-/
by customaware
Sun Mar 30, 2014 2:04 am
Forum: General discussion and questions about Aware IM
Topic: Starting Process from Custom Form
Replies: 14
Views: 39941

About to hop on a plane but I think there is a @
In my CSS file.

Will check it out and will let you know.
by customaware
Sun Mar 30, 2014 1:50 am
Forum: General discussion and questions about Aware IM
Topic: Starting Process from Custom Form
Replies: 14
Views: 39941

Great....

At least now I know it's not just me.....Phew! ;-)
by customaware
Sun Mar 30, 2014 1:03 am
Forum: General discussion and questions about Aware IM
Topic: Starting Process from Custom Form
Replies: 14
Views: 39941

Custom Date template for a Reference attribute in a cell of a normal form Rennur.
by customaware
Sun Mar 30, 2014 12:20 am
Forum: General discussion and questions about Aware IM
Topic: Starting Process from Custom Form
Replies: 14
Views: 39941

Hi Rennur, That did not fix. I have spent hours and tried many variants..... As you suggested....no go <td><a href="#" onclick="AwareApp.startProcessFromForm ('<<EditSolution>>', 'main', this, false)"><img src="images/edit.png" alt="">  Edit</a></td> from other posts on the forum.....such as......
by customaware
Sat Mar 29, 2014 2:59 am
Forum: General discussion and questions about Aware IM
Topic: Starting Process from Custom Form
Replies: 14
Views: 39941

Starting Process from Custom Form

I have a Custom for that looks like this.... <div class="aw-data-item" > <table class="page_three" border="0" cellpadding="0" cellspacing="0"> <tr> <td><table border="0" cellpadding="0" cellspacing="0"> <tr> <th class="solution_solution">Solution</th> <th class="solution_price">Price</th> <th class=...
by customaware
Wed Mar 26, 2014 8:37 am
Forum: General discussion and questions about Aware IM
Topic: Conditionally display icon image in Custom Form
Replies: 3
Views: 2687

Conditionally display icon image in Custom Form

I have created a Custom Form which has a link called Select on it. If the user Clicks it I want to display a Green Tick icon next to it. Can anyone suggest the best way to conditionally display the icon. I can get a process to set an Attribute to Yes or No via a process when the user clicks the Sele...
by customaware
Tue Mar 25, 2014 8:42 am
Forum: General discussion and questions about Aware IM
Topic: PM Mail Problem
Replies: 1
Views: 1427

PM Mail Problem

Has anyone noticed the Send PM option for this forum is not working or maybe I have done something wrong.

I have submitted 2 PMs but the are just sitting in the Outbox.

Any clues here would be appreciated.
by customaware
Mon Mar 24, 2014 10:07 am
Forum: General discussion and questions about Aware IM
Topic: Need help with Javascript in AwareIM
Replies: 9
Views: 4858

Off the top of my head I would think you have forgotten to select Dynamic in the Advance tab of the rules
by customaware
Mon Mar 24, 2014 8:17 am
Forum: General discussion and questions about Aware IM
Topic: Need help with Javascript in AwareIM
Replies: 9
Views: 4858

Here is a bsv to demonstrate.....

http://www.awareim.com/community/radio.bsv[/url]
by customaware
Mon Mar 24, 2014 7:36 am
Forum: General discussion and questions about Aware IM
Topic: Need help with Javascript in AwareIM
Replies: 9
Views: 4858

In the Presentation for the Radio Button....


Look down the bottom of the screen for the Other options.

Check the one that says..... Save Form when Selection Changes
by customaware
Mon Mar 24, 2014 6:39 am
Forum: General discussion and questions about Aware IM
Topic: Need help with Javascript in AwareIM
Replies: 9
Views: 4858

Whoops!

MyBO.RadioButton ='Customer' and MyBO.RadioButton='Member' should be swapped around.

:-|
by customaware
Mon Mar 24, 2014 6:38 am
Forum: General discussion and questions about Aware IM
Topic: Need help with Javascript in AwareIM
Replies: 9
Views: 4858

You do not need Javascript to do that. Assume.... BO name is MyBO Attribute MyBO.RadioBut is your Radio Button Attribute A,B and C should be visible for New Customer and D,E and F visible for New Member In the Rules....something like First Rule RadioButton = 'Customer' READ PROTECT MyBO.A FROM ALL E...