Search found 297 matches

by Jhstephenson
Thu May 31, 2018 2:49 pm
Forum: General discussion and questions about Aware IM
Topic: Show only first part of a large text field on a grid
Replies: 9
Views: 11280

Re: Show only first part of a large text field on a grid

mrbdrm, should this be entered in the custom css file or will it work by entering it directly into the CSS Style property of the Query?
by Jhstephenson
Wed May 30, 2018 8:56 pm
Forum: General discussion and questions about Aware IM
Topic: Show only first part of a large text field on a grid
Replies: 9
Views: 11280

Re: Show only first part of a large text field on a grid

Does the CSS Style only work with a custom query?

I am running this from a Tabbed section of a BO form.

I tried putting the following into the CSS Style for the Grid:

.k-grid tbody tr{ height: 50px;} .k-grid td{white-space: nowrap;}

But it didn't seem to have any effect.
by Jhstephenson
Wed May 30, 2018 5:57 pm
Forum: General discussion and questions about Aware IM
Topic: Show only first part of a large text field on a grid
Replies: 9
Views: 11280

Show only first part of a large text field on a grid

I have a large text field that I only want to show the first 60 characters of on a grid.

How do I do that?

Alternatively the question might also be, how do I keep the row to only one line instead of expanding to fit all of lines of text in the attribute?

Thanks,
Jim
by Jhstephenson
Tue May 29, 2018 8:17 pm
Forum: General discussion and questions about Aware IM
Topic: Importing Documents from a CSV to Aware BO
Replies: 0
Views: 3387

Importing Documents from a CSV to Aware BO

In moving the system I am working on over to Aware I am looking at how I will be able to duplicate what I am doing with documents. I have a document BO and I specified a Document attribute linked to the FileSystem which points to an attribute called DocumentFileName. I don't have a problem with that...
by Jhstephenson
Tue May 22, 2018 2:20 pm
Forum: General discussion and questions about Aware IM
Topic: Slow Import
Replies: 2
Views: 3548

Slow Import

I am moving a system over to Aware. In importing the existing data into my BOs I am having some real frustrations with the speed of importing data. We are moving this into MySQL. For example, I have a CaseMaster that has about 78000 records in it and a Charges table that has about 98000 records. Whe...
by Jhstephenson
Mon May 21, 2018 7:52 pm
Forum: General discussion and questions about Aware IM
Topic: This KENDO app deserves a look
Replies: 7
Views: 12805

Re: This KENDO app deserves a look

I would really like to see an example of that custom styling and html that you mention.
by Jhstephenson
Mon May 21, 2018 5:31 pm
Forum: General discussion and questions about Aware IM
Topic: Process Status "Waiting"
Replies: 5
Views: 5781

Re: Process Status "Waiting"

No, I haven't. I didn't really want to mess with that, thinking it should be handled through the Cancel button.
by Jhstephenson
Mon May 21, 2018 5:19 pm
Forum: General discussion and questions about Aware IM
Topic: Process Status "Waiting"
Replies: 5
Views: 5781

Re: Process Status "Waiting"

I did reboot the control panel and it still is there.
by Jhstephenson
Mon May 21, 2018 3:17 pm
Forum: General discussion and questions about Aware IM
Topic: Process Status "Waiting"
Replies: 5
Views: 5781

Process Status "Waiting"

I have a background process running in Test Mode that I started last Thursday morning. It ran for a couple of hours, which was expected, and go to 93% done. Then it just sat there and says the Status is "Waiting" and that is it. I have clicked on Cancel about a hundred times. I have closed my browse...
by Jhstephenson
Wed May 16, 2018 5:08 pm
Forum: General discussion and questions about Aware IM
Topic: Assign value to Multiple Allowed attribute
Replies: 5
Views: 6089

Re: Assign value to Multiple Allowed attribute

It worked without it Jaymer,

Thanks,
Jim
by Jhstephenson
Wed May 16, 2018 5:01 pm
Forum: General discussion and questions about Aware IM
Topic: Assign value to Multiple Allowed attribute
Replies: 5
Views: 6089

Re: Assign value to Multiple Allowed attribute

Thanks Jaymer,

When I tried something similar on a different process without the 'This' it didn't work. But I will try it and see what happens.

Jim
by Jhstephenson
Wed May 16, 2018 4:28 pm
Forum: General discussion and questions about Aware IM
Topic: Assign value to Multiple Allowed attribute
Replies: 5
Views: 6089

Re: Assign value to Multiple Allowed attribute

Never mind. I just needed to walk away from my desk for a minute.

All I needed was a...

FIND mfParticipantTypes WHERE mfParticipantTypes.Type='Agency'
Participants.Roles=ThismfParticipantTypes

to my process.
by Jhstephenson
Wed May 16, 2018 4:14 pm
Forum: General discussion and questions about Aware IM
Topic: Assign value to Multiple Allowed attribute
Replies: 5
Views: 6089

Assign value to Multiple Allowed attribute

I am taking several tables from an existing system and combining them into one BO. In the existing system a person could be entered into each one of multiple tables, ie Agencies, Attorneys, CaseAssistants, Investigators, Judges, Prosecutors, etc... One of the attributes I have defined in the new BO ...
by Jhstephenson
Thu May 03, 2018 7:25 pm
Forum: General discussion and questions about Aware IM
Topic: Access Created By information on a Business Object
Replies: 2
Views: 4226

Access Created By information on a Business Object

This may be a dumb question, but I will accesss anyway... When setting up access levels for a Business Object I can specify that a specific Business Object/attribute within a BO, that the Creator of a Business Object can have full access. In my mind that means that there must be some mechanism to id...