Search found 13 matches

by mrduy
Fri May 09, 2014 10:17 am
Forum: General discussion and questions about Aware IM
Topic: Display runQueryWithParams on Left Frame
Replies: 0
Views: 2516

Display runQueryWithParams on Left Frame

Hi guys, I use runQueryWithParams for a HTML button and I got stuck with this problem. My button is : AwareApp.runQueryWithParams('Topic using single parameter', params, 'main') Can I change the renderOption to Left Frame and a specific tab ? My Left Frame has 3 tabs : Content, Index, Search. Thanks...
by mrduy
Thu Apr 24, 2014 3:43 am
Forum: General discussion and questions about Aware IM
Topic: Hide value on tree view
Replies: 2
Views: 1858

It's work. Thanks support !
by mrduy
Tue Apr 22, 2014 10:39 am
Forum: General discussion and questions about Aware IM
Topic: Create document with HTML code
Replies: 1
Views: 1881

Re: Create document with HTML code

mrduy wrote: - How to create a document with the current value on form (not print the form) ?
I did it, I added the Business Object to Process Input then used the FIND and DISPLAY DOCUMENT
by mrduy
Tue Apr 22, 2014 9:37 am
Forum: General discussion and questions about Aware IM
Topic: Hide value on tree view
Replies: 2
Views: 1858

Hide value on tree view

Hi,

I have a treeview similar Document Management sample application. How can I hide a value on view with a condition ?

Thanks in advance.
by mrduy
Tue Apr 22, 2014 9:28 am
Forum: General discussion and questions about Aware IM
Topic: Create document with HTML code
Replies: 1
Views: 1881

Create document with HTML code

Hi, I have some problems need your help. - How to create a document with the current value on form (not print the form) ? - How to remove the scroll lock on form ? - In PDF document, how to disable the HTML code that create by Text Editor ? For example: + In document : <b>Click</b>. It's should be C...
by mrduy
Tue Mar 25, 2014 3:07 am
Forum: General discussion and questions about Aware IM
Topic: Need help with Javascript in AwareIM
Replies: 9
Views: 4995

I did it. It can not combine them in Textual Form. I must separate them into 2 rules
by mrduy
Mon Mar 24, 2014 10:32 am
Forum: General discussion and questions about Aware IM
Topic: Need help with Javascript in AwareIM
Replies: 9
Views: 4995

eagles9999 wrote:Off the top of my head I would think you have forgotten to select Dynamic in the Advance tab of the rules
You're right, i misunderstood with Dynamic of radio button. Thank you again.

I it possible if i PROTECT a radio button and set selected for it ? Like the situation above.
by mrduy
Mon Mar 24, 2014 10:05 am
Forum: General discussion and questions about Aware IM
Topic: Need help with Javascript in AwareIM
Replies: 9
Views: 4995

Here is a bsv to demonstrate..... http://www.awareim.com/community/radio.bsv [/url] Thank you eagles9999. I test your bsv demo and it work as it should but when i created my Business Object it did not work, when i check Save Form when Selection Changes, the form reload again with default choice in ...
by mrduy
Mon Mar 24, 2014 7:29 am
Forum: General discussion and questions about Aware IM
Topic: Need help with Javascript in AwareIM
Replies: 9
Views: 4995

Hi eagles9999, Thank you very much ! I have some problems: - I need the radio-button is static choice. - It works when the form is loaded, if radio button is New Customer then A B C will hidden. But when I change it to 'New Member', nothing happen. - Can i make A B C enable when check Customer and A...
by mrduy
Mon Mar 24, 2014 2:36 am
Forum: General discussion and questions about Aware IM
Topic: Need help with Javascript in AwareIM
Replies: 9
Views: 4995

Need help with Javascript in AwareIM

Hi,

I need to do a radio button has 2 choice: new customer and new member

If New customer is selected: the section to input information of new member will be hidden or not editable

If New member is selected: vice versa.

Can I do it with Javascript or AwareIM function ?
Thanks for your help
by mrduy
Fri Mar 14, 2014 7:42 am
Forum: General discussion and questions about Aware IM
Topic: If else statement in processes
Replies: 3
Views: 2618

Is it possible if I replace the attribute Step with an reference attribute ?

Exp: Creating another business object Step and then create as many steps as we want.
by mrduy
Fri Mar 14, 2014 7:33 am
Forum: General discussion and questions about Aware IM
Topic: If else statement in processes
Replies: 3
Views: 2618

Thank you very much, it worked.
by mrduy
Fri Mar 14, 2014 5:15 am
Forum: General discussion and questions about Aware IM
Topic: If else statement in processes
Replies: 3
Views: 2618

If else statement in processes

Hi all I want to make a process with an attribute called Step. Step has 3 static choices: pending, in progress, and closed. Now I want to make a button on the table so that every time I click on it (e.g. the button), it will change to next choice accordingly. EXP: pending --> click button --> in pro...