Search found 303 matches

by Jhstephenson
Fri Jul 20, 2018 8:05 pm
Forum: General discussion and questions about Aware IM
Topic: WORD_FROM_LEFT (or RIGHT) error on Calculated Column
Replies: 1
Views: 4208

Re: WORD_FROM_LEFT (or RIGHT) error on Calculated Column

Never mind. Apparently those functions are only supported in Cloudscape or Derby.
by Jhstephenson
Fri Jul 20, 2018 5:36 pm
Forum: General discussion and questions about Aware IM
Topic: WORD_FROM_LEFT (or RIGHT) error on Calculated Column
Replies: 1
Views: 4208

WORD_FROM_LEFT (or RIGHT) error on Calculated Column

I have a name attribute that is being entered as FIRST NAME and then LASTNAME. I want to pull out the first name as a calculated column on a query. So I have the expression entered as: WORDS_FROM_LEFT (CaseMaster.CaseAssistant.FullName,1) When I run the query I get the following: Internal error. Inv...
by Jhstephenson
Fri Jul 20, 2018 4:16 pm
Forum: General discussion and questions about Aware IM
Topic: Columns when using HTML on Form
Replies: 1
Views: 4456

Columns when using HTML on Form

The following CSS and HTML gives a two column output on a HTML page: /* Create two equal columns that floats next to each other */ .awarecolumn { float: left; width: 50%; padding: 10px; height: 300px; /* Should be removed. Only for demonstration */ } /* Clear floats after the columns */ .awarerow:af...
by Jhstephenson
Mon Jul 16, 2018 7:43 pm
Forum: General discussion and questions about Aware IM
Topic: File Size on Calculation Column only shows '0'
Replies: 6
Views: 10613

Re: File Size on Calculation Column only shows '0'

No. These are just stored in the File System.
by Jhstephenson
Mon Jul 16, 2018 6:01 pm
Forum: General discussion and questions about Aware IM
Topic: File Size on Calculation Column only shows '0'
Replies: 6
Views: 10613

Re: File Size on Calculation Column only shows '0'

I did and ran into an issue when I tried to update each record in my BO with the size of the media file. I keep running into a max packet size limit in MySql. Some of these files are big, really big, as in 3 to 4gig and Aware seems to have a problem somewhere in dealing with them. Which actually bri...
by Jhstephenson
Fri Jul 13, 2018 5:12 pm
Forum: General discussion and questions about Aware IM
Topic: File Size on Calculation Column only shows '0'
Replies: 6
Views: 10613

File Size on Calculation Column only shows '0'

I want to show the sizes for files that have been uploaded to an app, so I put a Calculated Column on a Query with the following for the Calculation: FILE_SIZE(MediaFiles.MediaDocument) Should be pretty straight forward shouldn't it? All it shows though is '0' for the value on every single record. W...
by Jhstephenson
Thu Jul 12, 2018 8:19 pm
Forum: General discussion and questions about Aware IM
Topic: Reset attribute to Null
Replies: 2
Views: 4363

Reset attribute to Null

This is probably a dumb question, but I was wondering if it is possible to reset a value to null once an attribute has had a value. Specifically I have a Picture field in a BO that was assigned a value. I want to keep the instance of the BO, but I want to clear out the value in the Picture attribute...
by Jhstephenson
Tue Jul 10, 2018 9:12 pm
Forum: General discussion and questions about Aware IM
Topic: Copy File To Folder
Replies: 0
Views: 3754

Copy File To Folder

I have a need to take media files that are referenced in a BO and download them to a folder. I am using the following: EXPORT DOCUMENT MediaFiles.MediaDocument TO FOLDER 'c:\temp\' This works except for one small problem. It is copying them to drive 'C' on the server not on the local computer where ...
by Jhstephenson
Tue Jul 10, 2018 5:00 pm
Forum: General discussion and questions about Aware IM
Topic: Viewing Images
Replies: 0
Views: 3280

Viewing Images

In the app I am working on there is a Media BO that can contain either images or videos. When we click on the image name to view them they come up zoomed in about 200% and we have to scroll to see more of the image (up and down). Is there a way to set what sizing I want to see the image at when I vi...
by Jhstephenson
Mon Jul 09, 2018 7:55 pm
Forum: General discussion and questions about Aware IM
Topic: Edit NP BO in process
Replies: 3
Views: 5229

Re: Edit NP BO in process

How do you pass data from the current context into the BO in that case?
by Jhstephenson
Mon Jul 09, 2018 6:02 pm
Forum: General discussion and questions about Aware IM
Topic: Edit NP BO in process
Replies: 3
Views: 5229

Edit NP BO in process

I have a process I am calling from a Query. That process creates an instance of a Non Persistent BO called Prompt. With this: CREATE Prompt WITH Prompt.Date=CURRENT_TIMESTAMP,Prompt.UserID=LoggedInRegularUser,Prompt.Purpose='Test Non-Persistent BO Creation' Then I have the process run an EDIT on tha...
by Jhstephenson
Mon Jul 02, 2018 10:43 pm
Forum: General discussion and questions about Aware IM
Topic: Hide Button for Operation with Records on Query
Replies: 3
Views: 4995

Re: Hide Button for Operation with Records on Query

I have tried putting a shortcut point to the Case BO from the Client but Aware doesn't seem to like that. What I may do is just put a CaseCount attribute in the Client BO and count how many there are and use that.
by Jhstephenson
Mon Jul 02, 2018 10:04 pm
Forum: General discussion and questions about Aware IM
Topic: Hide Button for Operation with Records on Query
Replies: 3
Views: 4995

Hide Button for Operation with Records on Query

I have a Client Query. On it I have a button in the Operations with Records that will go to a Case Query for the Client; No problem so far. I want that button though to only show up if there are actually Cases for the Client. I tried putting the following in the "Applicable when" property... ClientM...
by Jhstephenson
Thu Jun 28, 2018 3:28 pm
Forum: General discussion and questions about Aware IM
Topic: Error importing Text File
Replies: 0
Views: 3367

Error importing Text File

I am moving a text file into a BO and am getting some errors on certain characters from a note type field. If I just do an import through MySQL the error says: Invalid utf-8 character string. This seems to be happening when someone has entered a contraction: e.g. instead of entering "it is" they ent...
by Jhstephenson
Mon Jun 25, 2018 11:10 pm
Forum: General discussion and questions about Aware IM
Topic: Video Advice Wanted
Replies: 3
Views: 4718

Re: Video Advice Wanted

That is an interesting thought.

But, is Vimeo HIPAA compliant? Also, most of these are highly confidential Body Cam and Case Investigation videos. Does Vimeo allow for the security requirements that would go with that?