Search found 52 matches

by RafaMD
Sat Mar 21, 2015 1:50 pm
Forum: Problem reports
Topic: European Numbers - v6.0
Replies: 6
Views: 25112

Re: European Numbers - v6.0

I can't reproduce it. Now is working, but in one of the last builds, european format was broken as you can see in changelog. When this problem was solved, in some queries the format not was fixed as you can see in the above image. Now, I have queries that show the numbers correctly and others not. I...
by RafaMD
Fri Mar 20, 2015 7:19 am
Forum: Problem reports
Topic: European Numbers - v6.0
Replies: 6
Views: 25112

Re: European Numbers - v6.0

I forgot to say that only occurs in some queries. The same numbers, in other queries appear correctly. :shock:
by RafaMD
Fri Mar 20, 2015 7:10 am
Forum: Problem reports
Topic: European Numbers - v6.0
Replies: 6
Views: 25112

Re: European Numbers - v6.0

I have same problem. After update to one of the last builds, the numbers look like:
Problema numeros.jpg
Problema numeros.jpg (122.12 KiB) Viewed 25091 times
I use format #,##0.00 and before update the numbers display correcty: 1.123,15
by RafaMD
Fri Mar 13, 2015 2:23 pm
Forum: General discussion and questions about Aware IM
Topic: HTML formatting question
Replies: 6
Views: 20156

Re: HTML formatting question

The problem is that the parent div of html cell has no specific width.

I solved overwritting the default settings whith this class:

Code: Select all

.x-autocontainer-form-item, .x-anchor-form-item, .x-vbox-form-item, .x-table-form-item {	width:100%}
Put this code in a css file and call it from startup.html
by RafaMD
Wed Jan 14, 2015 7:42 pm
Forum: General discussion and questions about Aware IM
Topic: Helping to Promote Aware IM...
Replies: 28
Views: 65329

Support, send me the logos! I also think we have to promote, support and enhance AwareIM because it benefits us all. I totally agree with Tom, but it is also true that good tools are important, so if AwareSoft gives us good tools we can focus our efforts on points B, C, D, ... and promote AwareIM. :...
by RafaMD
Tue Oct 28, 2014 6:28 am
Forum: General discussion and questions about Aware IM
Topic: HTTPS / SSL AwareIm
Replies: 48
Views: 115708

One question...What happens in a update process?? I do not know, I have not yet dared to update. I think all you have to do is a backup of files server.xml and web.xml and restore the copy after the update. Or maybe this is already done automatically when updating. Support, something to say?
by RafaMD
Tue Oct 28, 2014 6:20 am
Forum: General discussion and questions about Aware IM
Topic: HTTPS / SSL AwareIm
Replies: 48
Views: 115708

Hi, Henrik, I'll try to answer your questions: - keytool.exe is in folder c:\AwareIM\JDK\bin. Open a command line window, go to this folder an execute keytool whith the requireds params. - In the keystore, write the domain you want use https. In your case, if you use www.mydomain.com, and get the ce...
by RafaMD
Sun Oct 26, 2014 6:25 am
Forum: General discussion and questions about Aware IM
Topic: HTTPS / SSL AwareIm
Replies: 48
Views: 115708

Hola Carlos, after many attempts I got it. My enviroment: - I use Windows - I use port 80 in AwareIM, so I installed SSL in port 443 - As I was not sure to get it, I started installing a free certificate from StarCom (https://www.startssl.com/) - I have a domain name pointing to my AwareIM server An...
by RafaMD
Thu Oct 02, 2014 5:08 am
Forum: Problem reports
Topic: REMOVE ALL IN CHECKBOX LIST NOT WORKING
Replies: 0
Views: 7630

REMOVE ALL IN CHECKBOX LIST NOT WORKING

I have a rule as this: IF BO1 WAS REMOVED FROM BO2.List THEN... This rule works, but if presentation of the list is checkbox list, all the items are selected and the user clicks the checkbox of the caption for unselect all the items, the rule is not fired. However, if the rule is IF BO1 WAS ADDED TO...
by RafaMD
Tue Sep 23, 2014 11:43 am
Forum: General discussion and questions about Aware IM
Topic: CREATE confusion
Replies: 3
Views: 12217

I get this error when execute this rule: If BO2 WAS ADDED TO BO1.List THEN CREATE BO3 WITH BO3.Field1=BO1, BO3.Field2=AddedBO2 The rule works correcty with one BO2, but when adding two or more BO2 the rule fails and only create one BO3 (and the error is show in the log) However, if I move the rule t...
by RafaMD
Sun Mar 30, 2014 5:36 am
Forum: General discussion and questions about Aware IM
Topic: Starting Process from Custom Form
Replies: 14
Views: 40040

Try this: Use &#39 instead of ' and &#44 instead of ,


Sample:


<a href="#" onClick="AwareApp.startProcess2(&#39{Process}&#39&#44&#39{Objet_Name}&#39 &#44 {Objet_ID} &#44 &#39new_tab&#39)">{Field}</a>
by RafaMD
Thu Oct 24, 2013 1:26 pm
Forum: Problem reports
Topic: I CAN'T RENAME BUSINESS OBJECTS
Replies: 3
Views: 14702

The pictures!!

Build 1706:

Image

and buid 1701:

Image
by RafaMD
Thu Oct 24, 2013 1:24 pm
Forum: Problem reports
Topic: I CAN'T RENAME BUSINESS OBJECTS
Replies: 3
Views: 14702

Suport, I've find this is a issue of versions after buid 1701. See this tests: I Installed last build 1706, import a BS, rename the object 'Plantilla_Actividad' and get this list of integrity problems: [img]rmgestion.es/problemas/i1706.png[/img] Now, I installed build 1701 an get this: [img]rmgestio...
by RafaMD
Mon Oct 21, 2013 7:39 am
Forum: Problem reports
Topic: I CAN'T RENAME BUSINESS OBJECTS
Replies: 3
Views: 14702

I CAN'T RENAME BUSINESS OBJECTS

When I rename a BO, all the references to that object (shorcuts, forms, references, ...) aren't updated and keep the original name, so I get multiple integrity problems.

Any idea why it happens?
by RafaMD
Sat Oct 19, 2013 4:38 am
Forum: General discussion and questions about Aware IM
Topic: DUPLICATE
Replies: 12
Views: 36893

It is possible. You have to duplicate the children and after asign the parent

Try this:

DUPLICATE ThisObjectives
FIND Deliverables WHERE Deliverables IN ThisObjetives.DeliverablesReference
DUPLICATE Deliverables EXCEPT Owner
ThatDeliverables.Owner=ThatObjetives