Search found 176 matches

by numberz
Fri May 31, 2024 3:54 pm
Forum: General discussion and questions about Aware IM
Topic: Prevent a dropdown choice from being edited or deleted.
Replies: 15
Views: 264

Re: Prevent a dropdown choice from being edited or deleted.

Amazing to see what can be done when one knows how.
Thanks again!

Is there a compendium that someone has created that is a bit easier to consume than the manual?
by numberz
Fri May 31, 2024 2:20 pm
Forum: General discussion and questions about Aware IM
Topic: Prevent a dropdown choice from being edited or deleted.
Replies: 15
Views: 264

Re: Prevent a dropdown choice from being edited or deleted.

KKlosson, If you will... I'm trying to prevent the spelling of the word Pending (in the choices) from being edited. All the other choices can be edited. The reason for this is because if user changes spelling of 'Pending', then they can delete it. So how would I prevent this? I tried: IF JobStatus.J...
by numberz
Thu May 30, 2024 7:57 pm
Forum: General discussion and questions about Aware IM
Topic: Prevent a dropdown choice from being edited or deleted.
Replies: 15
Views: 264

Re: Prevent a dropdown choice from being edited or deleted.

KKlosson,
OMG, I was putting it into the Update Rules area.
It works, thank you so much.
by numberz
Thu May 30, 2024 6:05 pm
Forum: General discussion and questions about Aware IM
Topic: Prevent a dropdown choice from being edited or deleted.
Replies: 15
Views: 264

Re: Prevent a dropdown choice from being edited or deleted.

KKLOSSON,
I'm not as savvy as most here, in regards to this.
You just gave me:
If JobStatus.JobStatus=‘Pending’ Then
Report Error ‘Cannot delete Pending status’

What do I do with this?
Does it go with something else?

Is it possible to get a complete rule?
Because nothing has worked thus far.
by numberz
Thu May 30, 2024 5:26 pm
Forum: General discussion and questions about Aware IM
Topic: Prevent a dropdown choice from being edited or deleted.
Replies: 15
Views: 264

Re: Prevent a dropdown choice from being edited or deleted.

KKlosson,
What I'm trying to do is prevent a user from deleting the 'Pending' choice that appears in the Query dropdown.
Job Status List.png
Job Status List.png (31.67 KiB) Viewed 180 times
by numberz
Thu May 30, 2024 12:52 pm
Forum: General discussion and questions about Aware IM
Topic: Prevent a dropdown choice from being edited or deleted.
Replies: 15
Views: 264

Re: Prevent a dropdown choice from being edited or deleted.

Hmm, I'm getting this...
pending.png
pending.png (30.91 KiB) Viewed 193 times
by numberz
Thu May 30, 2024 4:09 am
Forum: General discussion and questions about Aware IM
Topic: Prevent a dropdown choice from being edited or deleted.
Replies: 15
Views: 264

Re: Prevent a dropdown choice from being edited or deleted.

Hi KKlosson, thank you.

I tried this and it had issues.

If (JobStatus.JobStatus='Pending' AND NOT (JobStatus.JobStatus IS NEW ) Then
Protect JobStatus.JobStatus
by numberz
Wed May 29, 2024 1:08 pm
Forum: General discussion and questions about Aware IM
Topic: Limit a YES choice to one item.
Replies: 2
Views: 94

Re: Limit a YES choice to one item.

hpl123,
Thank you so much, I used the 2nd layout, worked like a charm!
by numberz
Tue May 28, 2024 10:47 pm
Forum: General discussion and questions about Aware IM
Topic: Limit a YES choice to one item.
Replies: 2
Views: 94

Limit a YES choice to one item.

Hi, I created a form with 2 attributes, WageType and DefaultYorN and Initial choice is No. I also created a Query and a menu Item to enter. So when I click NEW, I am presented with Wage Type and I type in a choice. Then to the right of it, I check if it's the default wage type or not. But then I wan...
by numberz
Tue May 28, 2024 3:12 pm
Forum: General discussion and questions about Aware IM
Topic: Prevent a dropdown choice from being edited or deleted.
Replies: 15
Views: 264

Prevent a dropdown choice from being edited or deleted.

Hi and thank you. If I have a dropdown (combobox) that includes choices of 'Pending', 'Won', etc... how can I prevent users from editing or deleting the 'Pending' choice? Also, is it better to list choices in the attribute area or is it better to create a query with choices? Keep in mind that i'd wa...
by numberz
Fri Feb 23, 2024 6:39 pm
Forum: General discussion and questions about Aware IM
Topic: Text alignment when using Number as Attribute
Replies: 7
Views: 1984

Re: Text alignment when using Number as Attribute

Hello Everyone and thank you. I'm very happy to report that just for the heck of it, I went and downloaded the Webview2 again and found that there was an update. Then I did a ctrl+F5 and all was fine. I was really troubled by this. Not only that but, I couldn't figure out why these new styles looked...
by numberz
Fri Feb 23, 2024 2:17 pm
Forum: General discussion and questions about Aware IM
Topic: Text alignment when using Number as Attribute
Replies: 7
Views: 1984

Re: Text alignment when using Number as Attribute

bwalk wrote: Fri Feb 23, 2024 1:17 pm Have you tried making the form a little wider to see what affect that might have?
Yes and I've even changed the attribute from Number to Text and all problems went away.
It is happening with the Number attribute.
by numberz
Thu Feb 22, 2024 6:57 pm
Forum: General discussion and questions about Aware IM
Topic: Text alignment when using Number as Attribute
Replies: 7
Views: 1984

Re: Text alignment when using Number as Attribute

hpl123 wrote: Thu Feb 22, 2024 5:54 pm Are you sure its actually the number attribute and not the label i.e try changing label to a shorter text and see if you experience the same problems?
hpl, yes, I tried that, it doesn't change anything. Thank you.
by numberz
Thu Feb 22, 2024 3:13 pm
Forum: General discussion and questions about Aware IM
Topic: Text alignment when using Number as Attribute
Replies: 7
Views: 1984

Text alignment when using Number as Attribute

Hi and TIA,
So, when I align all text to be 'Left of control (Right aligned), all is good except with a Number attribute.
The text displays on top instead of to the left.
Thank you.