Search found 303 matches

by Jhstephenson
Fri Jun 22, 2018 4:11 pm
Forum: General discussion and questions about Aware IM
Topic: Video Advice Wanted
Replies: 3
Views: 4718

Video Advice Wanted

The app I am working on right now has as part of it the ability to link media files to case records. Pictures are no big deal, but video is a problem. Some of the videos are 4 to 5 gig in size and take forever to upload to the system and to bring up for viewing. I am looking for any options availabl...
by Jhstephenson
Wed Jun 06, 2018 3:45 pm
Forum: General discussion and questions about Aware IM
Topic: Creating String from Integer Returns decimals at the end
Replies: 1
Views: 2708

Re: Creating String from Integer Returns decimals at the end

Never mind.

It only shows up that way until the record is actually created. Then it shows up like it should, without the decimals.

Not sure why, but it works for me.
by Jhstephenson
Wed Jun 06, 2018 2:46 pm
Forum: General discussion and questions about Aware IM
Topic: Creating String from Integer Returns decimals at the end
Replies: 1
Views: 2708

Creating String from Integer Returns decimals at the end

I have a ClientID attribute, defined as Plain Text. I create the field with the following: AS_STRING(YEAR(CURRENT_DATE))+'-'+AS_STRING(SystemSettings.NextClientID) NextClientID is defined as a Number, with the default format of 'Number represents integer' selected. This works fine, except for one sm...
by Jhstephenson
Tue Jun 05, 2018 4:46 pm
Forum: General discussion and questions about Aware IM
Topic: Add Prompt screen to multi document upload process
Replies: 0
Views: 3840

Add Prompt screen to multi document upload process

Sorry for this being long. First the, ‘what is working part’... I have a process where I do a batch upload of documents to a BO. In the Panel Operations of a Query for my Documents BO, I have an operation that Starts a ‘BatchUpload’ process and has ‘Implements multi-file upload’ checked. In the ‘Bat...
by Jhstephenson
Thu May 31, 2018 4:04 pm
Forum: General discussion and questions about Aware IM
Topic: Two Factor Authentication (Revisted)
Replies: 1
Views: 3289

Two Factor Authentication (Revisted)

There was a discussion about 4 years ago on third party services to help in doing Two Factor Authentication.

Have there been any changes in Aware, with v8.1, that make it any easier to implement something like that?

Thanks,
Jim
by Jhstephenson
Thu May 31, 2018 3:59 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: 11547

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

Mark, your dynamic column suggestion worked.

I think I still want to see if I can get the CSS Style suggestion to work too though because I can see some other uses for it.
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: 11547

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: 11547

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: 11547

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: 3422

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: 3597

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: 13068

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: 5891

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: 5891

Re: Process Status "Waiting"

I did reboot the control panel and it still is there.