Search found 2413 matches

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: 44325

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: 44325

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: 44325

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: 2712

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: 1445

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: 4918

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: 4918

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: 4918

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: 4918

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: 4918

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...
by customaware
Fri Mar 14, 2014 5:43 am
Forum: General discussion and questions about Aware IM
Topic: If else statement in processes
Replies: 3
Views: 2575

In the Textual Rules for the Process enter....

If MyProcess.Step='pending' Then
MyProcess.Step='in progress' ELSE
If MyProcess.Step='in progress' Then
MyProcess.Step='closed'

Where MyProcess is the name of the BO for which Step is an attribute.

Click the button to call this process.
by customaware
Thu Mar 13, 2014 10:02 am
Forum: General discussion and questions about Aware IM
Topic: Problem With Custom Form
Replies: 2
Views: 2241

Well, Excuse Me!.

Lets try again....

Image

Image
by customaware
Thu Mar 13, 2014 9:58 am
Forum: General discussion and questions about Aware IM
Topic: Problem With Custom Form
Replies: 2
Views: 2241

Problem With Custom Form

I am trying to create a Custom Form. In the Column Header I have the Column titles and a background rectangular box with same background colour as the text boxes. See this image... https://imageshack.com/i/142igjp When I run the app the background rectangle does not appear. I have tried Bringing to ...
by customaware
Mon Mar 10, 2014 11:29 pm
Forum: General discussion and questions about Aware IM
Topic: Deleting a record using rules
Replies: 5
Views: 3196

Hi ACDC,

DELETE Object does not work in this instance as an error is generated due to the fact that the remaining rules have not yet been executed and the system thinks the Object has been deleted by another user.