Search found 297 matches

by Jhstephenson
Thu Sep 28, 2023 5:55 pm
Forum: General discussion and questions about Aware IM
Topic: Stay on create form after adding a new record
Replies: 2
Views: 11364

Re: Stay on create form after adding a new record

I am back looking at this issue for another client and am still having difficulties getting the form to stay up after each record is entered. Here is what I have in this particular case: - Parent Record - WorkOrder - has a child called TallyList - On the WorkOrder main form there is a tab that shows...
by Jhstephenson
Thu Aug 17, 2023 8:38 pm
Forum: General discussion and questions about Aware IM
Topic: Clearing Combo Box Attributes
Replies: 1
Views: 11761

Re: Clearing Combo Box Attributes

I think I figured it out...

The 'Attorney Assigned' combo-box has 'Multi-Column' defined for the drop down.

The 'Case Assistant' just had 'Standard' selected.

So, I changed it to 'Multi-Column' and now it has the 'x' to clear it.

That seems to be a weird difference.

But I can live with it.
by Jhstephenson
Thu Aug 17, 2023 8:30 pm
Forum: General discussion and questions about Aware IM
Topic: Clearing Combo Box Attributes
Replies: 1
Views: 11761

Clearing Combo Box Attributes

This is probably a simple one, but I can't find any rhyme or reason for it. I have several combo boxes on a form. After creating a record the user may want to come back and clear out the data in it. One of the attrobutes looks like this when it is selected: AttorneyPicture1.png It has a little 'x' t...
by Jhstephenson
Thu Aug 17, 2023 3:56 pm
Forum: General discussion and questions about Aware IM
Topic: Remove Focus from Save button
Replies: 3
Views: 13668

Re: Remove Focus from Save button

Jaymer, I think the later.

So, is there a way to disable the focus on any button when it is a popup?
by Jhstephenson
Wed Aug 16, 2023 8:21 pm
Forum: General discussion and questions about Aware IM
Topic: Remove Focus from Save button
Replies: 3
Views: 13668

Remove Focus from Save button

I have some forms that I use to prompt for reports or some maintenance utilities. One form has 4 Combo boxes on it that select from some tables. Like this: Screenshot 2023-08-16 141450.png When the user starts entering the 'Current Assistant' they are searching for it will drop down the selection li...
by Jhstephenson
Tue Aug 08, 2023 9:28 pm
Forum: General discussion and questions about Aware IM
Topic: Incrementing Value in an Attribute
Replies: 2
Views: 12481

Re: Incrementing Value in an Attribute

It should be using US-English based decimal and thousands separators. So I think the '.' is correct.
by Jhstephenson
Mon Aug 07, 2023 4:16 pm
Forum: General discussion and questions about Aware IM
Topic: Incrementing Value in an Attribute
Replies: 2
Views: 12481

Incrementing Value in an Attribute

I have a process that will increment a charge count on an existing record by 0.01 and then display a form to edit some other fields. The process is fairly simple: ENTER NEW Charges WITH Charges.ChargeCount=ThisCharges.ChargeCount+0.1,Charges.parent_CaseMaster=ThisCharges.parent_CaseMaster USING Main...
by Jhstephenson
Mon Aug 07, 2023 3:56 pm
Forum: General discussion and questions about Aware IM
Topic: Feature Is Not Supported error on mobile
Replies: 5
Views: 21730

Re: Feature Is Not Supported error on mobile

It has been awhile since this topic was posted, but I just ran into a slightly different issue with it... We have purchased a mobile license. But, when I try to access our site from my Ipad, using Chrome, I am getting the "Feature is not support in this product" error. From the same Ipad, if I open ...
by Jhstephenson
Thu Jul 27, 2023 9:20 pm
Forum: General discussion and questions about Aware IM
Topic: Run Process while creating a new record
Replies: 4
Views: 10675

Re: Run Process while creating a new record

I think I have it figured out. Kind of like you suggested in #3. I created attributes in SessionVariables to hold the Client's Names, DOB, & Gender. When they want to create a new client, I present them a SessionVariables form, with those attributes on it. It looks almost identical to the normal New...
by Jhstephenson
Thu Jul 27, 2023 2:52 pm
Forum: General discussion and questions about Aware IM
Topic: Run Process while creating a new record
Replies: 4
Views: 10675

Re: Run Process while creating a new record

Thanks Jaymer. 1. The TRIM is needed. I tried the process from a Client Master query and without the trim it found nothing. With it, it found what I was looking for. The query actually does a FIND CLIENTS WHERE CLIENTS.FULLNAME CONTAINS SessionVariables.LastName 2. I don't want to save the record ye...
by Jhstephenson
Thu Jul 27, 2023 2:19 pm
Forum: General discussion and questions about Aware IM
Topic: Run Process while creating a new record
Replies: 4
Views: 10675

Run Process while creating a new record

Here is the situation... I have a form where I am creating a new client record. After entering some of the new client information (Last Name, First Name, Date of Birth, Gender) I need to run a process that will display a query of potential conflicts with the last name just entered. Right now I have ...
by Jhstephenson
Mon Apr 17, 2023 10:48 pm
Forum: General discussion and questions about Aware IM
Topic: Other icons besides font awesome
Replies: 2
Views: 3334

Re: Other icons besides font awesome

I tried using Lucide but could not get them to work.
by Jhstephenson
Wed Feb 22, 2023 3:38 pm
Forum: General discussion and questions about Aware IM
Topic: Cursor control when using dynamic recalculation of forms
Replies: 5
Views: 15884

Re: Cursor control when using dynamic recalculation of forms

So, is there a way to have the cursor positioned on a specific attribute when the form is drawn, based on a condition in another attribute? i.e. I have a Yes/No attribute named CaseDescription_Edit. If the value of that attribute is 'Yes' I want the cursor to be positioned on the CaseDescription tex...
by Jhstephenson
Tue Feb 21, 2023 9:31 pm
Forum: General discussion and questions about Aware IM
Topic: Cursor control when using dynamic recalculation of forms
Replies: 5
Views: 15884

Re: Cursor control when using dynamic recalculation of forms

Has there been any change in this?

I need to do something similar to what the original post asked.