Search found 72 matches

by fjcortes
Sat Jan 07, 2012 10:54 pm
Forum: General discussion and questions about Aware IM
Topic: How to BLOD the Words
Replies: 3
Views: 3393

Another way might be:

'<b>Package Name:</b> <<InvoicePackage.PackageName>>'
by fjcortes
Sat Jan 07, 2012 10:50 pm
Forum: General discussion and questions about Aware IM
Topic: Full screen
Replies: 1
Views: 2123

Full screen

Is there any way to display the generated application in full screen, when this is initialized
by fjcortes
Mon Jan 02, 2012 2:42 pm
Forum: General discussion and questions about Aware IM
Topic: Re editing a text field
Replies: 3
Views: 3256

Re editing a text field

Is there a way to protect the written part of a text field to add new words to the end of the written portion without being able to edit or delete the previously saved writing?

Aware IM
V5.1a - Build 1471
by fjcortes
Sat Dec 03, 2011 7:25 pm
Forum: Problem reports
Topic: unexpected error
Replies: 4
Views: 5152

Well, now I have another little problem, it happens that adds a new component, following the instructions found in the Foum. Everything works fine, but when trying to add a record in which I use the added function, the following error (Internal error. Com.bas.utils.G can not be cast to java.lang.Str...
by fjcortes
Sat Dec 03, 2011 7:19 pm
Forum: Problem reports
Topic: unexpected error
Replies: 4
Views: 5152

Thanks that really worked
by fjcortes
Fri Dec 02, 2011 2:54 pm
Forum: Problem reports
Topic: unexpected error
Replies: 4
Views: 5152

unexpected error

For some time, aware IM has been presenting the following error when trying to Initiate an application, the error is:
error processing output message

AwareIM Version 5.1 Release 1471

could someone please help me?
by fjcortes
Mon Jun 27, 2011 1:28 am
Forum: Problem reports
Topic: Function Library Translator
Replies: 3
Views: 4672

Function Library Translator

package javaapp; // Added by Bob, needed for AwareIM import java.util.Collection; import com.bas.shared.functions.IFunctionLibrary; import com.bas.shared.data.FunctionDescription; import com.bas.shared.ruleparser.INodeHelper; import com.bas.shared.ruleparser.ISQLBuilderHelper; // implements clause a...
by fjcortes
Mon Jun 27, 2011 1:24 am
Forum: Problem reports
Topic: Function Library Translator
Replies: 3
Views: 4672

Function Library Translator

Hi, I'm trying to create a library of functions I need, with two
specific functions. when codified individually, they work, but
grouped into a common library presents me the following error, com.bas.shared.ruleparser.ParseException Unsupported function DIGITO_NIT.
[/img]
by fjcortes
Tue May 10, 2011 8:33 pm
Forum: General discussion and questions about Aware IM
Topic: List Attributes names
Replies: 7
Views: 5618

Thanks

Well if there is no other way then will do that. Thanks!
by fjcortes
Tue May 10, 2011 2:35 pm
Forum: General discussion and questions about Aware IM
Topic: List Attributes names
Replies: 7
Views: 5618

List attributes of a BO

Because I want to make an end-user wizard allows you to select the fields that are exported as text from a LIST command, this is a requirement of a customer who wants to have several templates for exporting data from a predefined business object
by fjcortes
Mon May 09, 2011 8:47 pm
Forum: General discussion and questions about Aware IM
Topic: List Attributes names
Replies: 7
Views: 5618

Well, what I want, is to show in a query the names of the attributes of a BO. Example: I have a BO called NameBO that contains the attributes: Field01, Field02, Fieldxx. The query would look like Field Description ------- ----------------- Field01 Creation date Field02 name something Field… Descript...
by fjcortes
Sun May 08, 2011 8:29 pm
Forum: General discussion and questions about Aware IM
Topic: List Attributes names
Replies: 7
Views: 5618

List Attributes names

As I would to list the names of the attributes of a business object?