Search found 1191 matches

by Rennur
Wed Nov 07, 2012 4:48 am
Forum: Problem reports
Topic: Form Layout Group Box in ver 5.5
Replies: 27
Views: 30389

Weird, tried to re-create 1 & 2 again but it seems to be working properly now. May have been a CSS conflict with the previous version of AwareIM CSS/JAVA in the browser cache. Another one: In: Form layout>column properties>Label> set to 'Above control' When a plain text attribute (Width 350px) conta...
by Rennur
Wed Nov 07, 2012 12:21 am
Forum: Problem reports
Topic: Internal Error when using Ms SQL Server 2012
Replies: 2
Views: 3635

Apologies for not posting this error in more detail, I just thought someone here might have come across it.

I will look deeper into this one & check the logger to see what I can find.

I haven't used that function yet but I'll check for it.
by Rennur
Tue Nov 06, 2012 12:54 am
Forum: Problem reports
Topic: Internal Error when using Ms SQL Server 2012
Replies: 2
Views: 3635

Internal Error when using Ms SQL Server 2012

Got this error soon after creating an object.

Code: Select all

Internal Error. Error readin business object. Argument data type int is invalid for argument 1 of charinex function
No such error when using a MySQL database only MSSQL

**Chrome, AwareIM 5.5 b1598, MS SQL 2012 Database
by Rennur
Tue Nov 06, 2012 12:47 am
Forum: Problem reports
Topic: Form Layout Group Box in ver 5.5
Replies: 27
Views: 30389

Trying to re-design all the forms & have noticed: Group Box form layout cell: 1. When the Col. width, % for all attributes is set to 100%, the "Label Above Controls" is not working. Labels are to the left. 2. The 'Width' option adjusts the width within the box but not the actual border width of the ...
by Rennur
Tue Sep 11, 2012 1:39 am
Forum: Problem reports
Topic: Form Layout Group Box in ver 5.5
Replies: 27
Views: 30389

Yuri,

This is not possible in 5.5.

Wishlist:

In the Visual Perspectives setting the layout to "column" enables a "last in column" checkbox.

Is it possible to implement this in the "Edit Cell Layout" of the form to act as some sort of </br> function?
by Rennur
Wed Sep 05, 2012 12:56 am
Forum: Problem reports
Topic: Form Layout Group Box in ver 5.5
Replies: 27
Views: 30389

By the way, I appreciate support taking time to address this :)
by Rennur
Wed Sep 05, 2012 12:53 am
Forum: Problem reports
Topic: Form Layout Group Box in ver 5.5
Replies: 27
Views: 30389

I understand, the issue is when you group 5 attributes and specify a title it wraps all those attributes in one box with a border around it. Lets say I have 5 attributes for company address details which I want to group under title "address" in Column 1 and another 5 attributes I want to group under...
by Rennur
Wed Sep 05, 2012 12:20 am
Forum: Problem reports
Topic: Form Layout Group Box in ver 5.5
Replies: 27
Views: 30389

Thank you for the clarification.

In my opinion, this really limits the overall form layout design options in 5.5 if the form contains 2 or more columns & you want to group 4+ attributes.
by Rennur
Tue Sep 04, 2012 10:33 pm
Forum: Problem reports
Topic: Form Layout Group Box in ver 5.5
Replies: 27
Views: 30389

That means that all the attributes will be in a single row of 3 columns. In version 5.3, setting the 1st attribute column at 100% allocates the entire row for this attribute. Setting 2 other attribute at 50% each allocates them both to the row below the 1st attribute. eg. ROW 1. Name: _______ @ 100%...
by Rennur
Mon Sep 03, 2012 10:57 pm
Forum: Problem reports
Topic: Form Layout Group Box in ver 5.5
Replies: 27
Views: 30389

I've emailed it.
by Rennur
Mon Sep 03, 2012 4:35 am
Forum: Problem reports
Topic: Form Layout Group Box in ver 5.5
Replies: 27
Views: 30389

Form Layout Group Box in ver 5.5

In previous version (5.3) setting up 2 or more attributes in a form group box with column width for each attribute set at 100% would display each attribute in its own row (below one another)

In 5.5, this doesn't seem to be the case. It displays all 3 attributes in the same row.
by Rennur
Fri Aug 03, 2012 2:06 am
Forum: General discussion and questions about Aware IM
Topic: Custom HTML buttons for close form and close tab
Replies: 7
Views: 5944

Thank you support for a quick response, Try the following in your onclick handler: onclick="AwareApp.closeComponent(AwareApp.getFormPanel(this), true));" The last flag should be true if you want Aware IM to automatically perform "go back" operation after closing Worked. (One to many ")" at the end) ...
by Rennur
Fri Aug 03, 2012 12:15 am
Forum: General discussion and questions about Aware IM
Topic: Custom HTML buttons for close form and close tab
Replies: 7
Views: 5944

Custom HTML buttons for close form and close tab

Help with custom form button. Searching through the forum I have found one post where a custom close tab button was requested http://www.awareim.com/forum/viewtopic.php?t=4263 . Implementation unsuccessful :cry: using 'onClick' and 'javascript' in URL. Has anyone implemented custom close tab or a cu...
by Rennur
Mon Jul 23, 2012 11:46 pm
Forum: Problem reports
Topic: XML returned from the server does not have 'root' element
Replies: 7
Views: 8530

This rule seems to do the job. Correct me if I'm wrong :)

Company.Google_Map=REPLACE_PATTERN(Company.Address,'&','AND')+', '+Company.Suburb

Cheers
by Rennur
Mon Jul 23, 2012 11:22 pm
Forum: Problem reports
Topic: XML returned from the server does not have 'root' element
Replies: 7
Views: 8530

Thanks Rod

I looked through the functions but must have missed this one.

Cheers