Search found 2413 matches

by customaware
Tue Apr 02, 2013 7:23 am
Forum: General discussion and questions about Aware IM
Topic: Getting back from a Schedule form
Replies: 0
Views: 2377

Getting back from a Schedule form

I have a BO Called LeaveApplication. Each Application has a reference Attribute called Events (or Appointment type) A user can have many Leave Applications and I display them in a Query. In that Query I have an action Icon called Schedule which displays the events of this application in a Schedule. ...
by customaware
Tue Apr 02, 2013 3:32 am
Forum: General discussion and questions about Aware IM
Topic: Displaying Reference Attribute of type Appointment
Replies: 1
Views: 1987

Displaying Reference Attribute of type Appointment

I have a BO with a reference Attribute of Appointments. On the form I can designate that these appointments are either.... Table of Items Checkbox List List Box Swap Select Chart Custom Tree Calendar Does anyone know if it is possible to display them as a Schedule ? Alternatively I was trying to dis...
by customaware
Mon Apr 01, 2013 2:10 pm
Forum: General discussion and questions about Aware IM
Topic: Conditionally Display Attribute
Replies: 3
Views: 2765

Thanx Tom and Pete.

Great tips and I will try out tomorrow.

You learn something every day eh.

Cheers
Mark
by customaware
Mon Apr 01, 2013 10:42 am
Forum: General discussion and questions about Aware IM
Topic: Conditionally Display Attribute
Replies: 3
Views: 2765

Conditionally Display Attribute

I have a BO with 3 Attributes, Attr1, Attr2, Attr3 Depending on the Value the user enters into Attr1, they need to enter data into either Atrr2 or Attr3. So I only want to show Attr2 or Attr3 on the screen (in the same location) I can switch Attr2 and Attr3 on or off depending on the value in Attr1 ...
by customaware
Thu Mar 28, 2013 6:35 am
Forum: General discussion and questions about Aware IM
Topic: Let User Pick Color
Replies: 7
Views: 5416

Anyone want to give me a quote to implement it for me? Would need to include instructions on how to imlement, Return the color value to an attribute in AwareIM and in turn have that value reflected in a style. I have found some good examples of Color Pickers in js (see http://jscolor.com/) but have ...
by customaware
Wed Mar 27, 2013 3:11 pm
Forum: General discussion and questions about Aware IM
Topic: New Appointment
Replies: 1
Views: 1844

New Appointment

When you display Appointments in a Schedule display you can create a new Appointment by dragging the mouse across the days or you can click on an existing Appointment to edit it. In either case it shows the main for for the Appointment in a pop-up screen. Is there any way to show it on a default for...
by customaware
Wed Mar 27, 2013 1:15 pm
Forum: General discussion and questions about Aware IM
Topic: Let User Pick Color
Replies: 7
Views: 5416

Let User Pick Color

Here is the scenario. Have a BO that contains types of events. When a user creates an an event in the Scheduler they select an event type. When it shows up it is in a particular color. However, there can be any number of Event types and I want the user to be able to assign different colors to differ...
by customaware
Mon Mar 25, 2013 1:15 am
Forum: General discussion and questions about Aware IM
Topic: Import csv Local Machine
Replies: 3
Views: 3087

Import csv Local Machine

I have a Process that imports a CSV file which is essentially PO Lines of a PO. Each user can set the path of where their files will be, such as C:\MYPO On the PO screen there is an Import Lines button. The process check that a file in the form xxxxxx.csv (where xxxxxx is the PO Number) in the Users...
by customaware
Sat Mar 16, 2013 11:20 am
Forum: General discussion and questions about Aware IM
Topic: Making RegularUser BO Intelligent
Replies: 2
Views: 2462

Thanx Tom.
by customaware
Sat Mar 16, 2013 5:23 am
Forum: General discussion and questions about Aware IM
Topic: Making RegularUser BO Intelligent
Replies: 2
Views: 2462

Making RegularUser BO Intelligent

I wish to set up email capability for the sending emails to various users of my app and looking through the video tutorial it talks about making the Customer BO intelligent to enable that functionality. I do not have a seperate BO such as Customer. Only internal users which all reside in the the Reg...
by customaware
Wed Mar 13, 2013 10:00 am
Forum: General discussion and questions about Aware IM
Topic: Tree Problem
Replies: 0
Views: 2325

Tree Problem

I have a BO called CodeRef that I would like to display as a tree. CODE Number DESCRIPTION Text Child CodeRef I can get this working with one exception. I need to Display the CODE and the DESCRIPTION However, instead of it displaying the CODE in a hierarchy fashion in the first Column it displays al...
by customaware
Sun Mar 10, 2013 2:54 pm
Forum: General discussion and questions about Aware IM
Topic: Referenced Records in a Report Template
Replies: 4
Views: 3641

Ah!

Thanx Tom.

That's what I was looking for.

Cheers,
Mark
by customaware
Sun Mar 10, 2013 11:13 am
Forum: General discussion and questions about Aware IM
Topic: Referenced Records in a Report Template
Replies: 4
Views: 3641

Hi Tom. Imagine I have a Report Template like a letter... To: <<Customer.Name>> <<Customer.Address>> Dear <<Customer.FirstName>> We are pleased to inform you that this is your lucky day and you have won <<Competition.1stPrize>> Yours Sincerely, etc etc. No problem there. I get it. However, now imagi...
by customaware
Sat Mar 09, 2013 2:57 pm
Forum: General discussion and questions about Aware IM
Topic: Referenced Records in a Report Template
Replies: 4
Views: 3641

Referenced Records in a Report Template

I have probably missed something in the Docs but cannot find any explanation of this.. Imagine an Purchase Order report with Header and Order Lines. I know how to do it as a built in report by inserting a Sub-Report. However, if I am using, for example, an Excel template, how do I designate in the E...
by customaware
Sat Mar 09, 2013 3:38 am
Forum: General discussion and questions about Aware IM
Topic: Aligning SubTotal in a Query
Replies: 5
Views: 5599

Hi Pete,

That "sort of" works but is a problem if the user resizes the screen. :-(

I will try with a dummy record in the table that is always last and maintains the SUM of all the other records I think. That is where I was heading but haven't got it working yet.


Cheers,
Mark