Search found 1472 matches

by BLOMASKY
Tue Dec 19, 2023 8:27 pm
Forum: General discussion and questions about Aware IM
Topic: CSS to minimize row height in queries
Replies: 6
Views: 78941

Re: CSS to minimize row height in queries

CSS in Aware is usually not a 1 fix thing to fix all but if you already have a working CSS change but it messes up other things, the easiest thing you can do to fix this is to make your CSS class more specific so it only targets the queries you want. If you have the following class now: .k-toolbar ...
by BLOMASKY
Mon Dec 18, 2023 6:57 pm
Forum: General discussion and questions about Aware IM
Topic: CSS to minimize row height in queries
Replies: 6
Views: 78941

CSS to minimize row height in queries

I am CSS challenged. My customer wants to have the most rows / screen. I did that in CSS by setting .k-toolbar height to 0em !important, but that breaks other things, so my question is does anyone have the CSS I will need to have ALL queries (some are pick lists with a checkbox, some have buttons in...
by BLOMASKY
Thu Dec 14, 2023 10:57 pm
Forum: General discussion and questions about Aware IM
Topic: Input Button on HTML page in VP, when running process it Overwrites Page. No Popup Option
Replies: 4
Views: 41617

Re: Input Button on HTML page in VP, when running process it Overwrites Page. No Popup Option

That worked, thanks.

When I add a button to HTML there is an option to direct the output, it would be NICE if an input field on html had an option to direct the output.

Maybe in version 9??

Bruce
by BLOMASKY
Thu Dec 14, 2023 10:16 pm
Forum: General discussion and questions about Aware IM
Topic: Input Button on HTML page in VP, when running process it Overwrites Page. No Popup Option
Replies: 4
Views: 41617

Re: Input Button on HTML page in VP, when running process it Overwrites Page. No Popup Option

I was using VIEW since it allows the NOEDIT option, but I will change my logic to READ PROTECT and then use an edit option.

Thanks

Bruce
by BLOMASKY
Thu Dec 14, 2023 6:13 pm
Forum: General discussion and questions about Aware IM
Topic: HTML Editor widget on Form. End user formatting
Replies: 8
Views: 150292

Re: HTML Editor widget on Form. End user formatting

Nope. Must be something with my install then.
by BLOMASKY
Thu Dec 14, 2023 5:18 pm
Forum: General discussion and questions about Aware IM
Topic: Input Button on HTML page in VP, when running process it Overwrites Page. No Popup Option
Replies: 4
Views: 41617

Input Button on HTML page in VP, when running process it Overwrites Page. No Popup Option

I have a VP with an HTML Page. Thought I would try using the INPUT option. I added a field and the button runs a process which displays a form. However, it overwrites the entire VP. I need it to display output as a popup, but there doesn't seem to be any option for output selection.

Bruce
by BLOMASKY
Thu Dec 14, 2023 2:42 pm
Forum: General discussion and questions about Aware IM
Topic: HTML Editor widget on Form. End user formatting
Replies: 8
Views: 150292

Re: HTML Editor widget on Form. End user formatting

It was as a popup but I changed the output to default and I still don't have the tools.
Screenshot 2023-12-14 at 9.54.15 AM.png
Screenshot 2023-12-14 at 9.54.15 AM.png (106.68 KiB) Viewed 150218 times
by BLOMASKY
Thu Dec 14, 2023 12:38 am
Forum: General discussion and questions about Aware IM
Topic: HTML Editor widget on Form. End user formatting
Replies: 8
Views: 150292

Re: HTML Editor widget on Form. End user formatting

but my question is why don't I see the buttons for formatting text that are displayed in the documentation. When I add the HTML widget to a form that has HTML plain text, I see the following:
Screenshot 2023-12-13 at 7.38.22 PM.png
Screenshot 2023-12-13 at 7.38.22 PM.png (43.31 KiB) Viewed 150281 times
by BLOMASKY
Wed Dec 13, 2023 10:32 pm
Forum: General discussion and questions about Aware IM
Topic: HTML Editor widget on Form. End user formatting
Replies: 8
Views: 150292

HTML Editor widget on Form. End user formatting

I have a plain text field on a form. Selected the HTML editor widget. Is there an option to have a toolbar (sort of like what is used in this forum) to allow the end user to easily edit the html? Ideally they could change the font size, color, etc. of selected text. Now that I read the User Guide, t...
by BLOMASKY
Tue Dec 12, 2023 8:52 pm
Forum: General discussion and questions about Aware IM
Topic: Can I close a query displayed in a popup in a process?
Replies: 0
Views: 33723

Can I close a query displayed in a popup in a process?

I have a button on the toolbar of a query. This query is displayed as a popup. When the button is pressed it starts a process. If the process successfully completes I want the popup closed. I know there is a close tab, but don't see where I can programatically close a popup.

Thanks
Bruce
by BLOMASKY
Wed Dec 06, 2023 8:04 pm
Forum: General discussion and questions about Aware IM
Topic: Priorities
Replies: 10
Views: 95159

Re: Priorities

can you explain "process not being able to DISPLAY Business Objects in anything other than a useless default query layout"

I don't understand what you are trying to accomplish.

Bruce
by BLOMASKY
Wed Dec 06, 2023 7:59 pm
Forum: General discussion and questions about Aware IM
Topic: Priorities
Replies: 10
Views: 95159

Re: Priorities

humm, I am trying to respond to how you CAN use a stored procedure with Aware creating the where clause, but wordpress is giving me an error, "potential unsafe operation". but simply, use Aware the create the Where clause and pass that to the stored procedure

Bruce
by BLOMASKY
Wed Dec 06, 2023 1:33 am
Forum: General discussion and questions about Aware IM
Topic: Priorities
Replies: 10
Views: 95159

Re: Priorities

My 0.02 cents worth. Aware is great! I keep looking to see what other options are available and while there is a plethora of no / low code options, they all have some serious shortcomings compared to Aware. So many require a REST module for database access. So many can help me build the app fast, bu...
by BLOMASKY
Wed Nov 29, 2023 1:45 am
Forum: General discussion and questions about Aware IM
Topic: EXEC_SP in deletion rule?
Replies: 2
Views: 2568

Re: EXEC_SP in deletion rule?

What flavor of SQL are you using? Does it support triggers? If so, you can write a delete trigger.

Bruce
by BLOMASKY
Tue Nov 28, 2023 12:09 am
Forum: General discussion and questions about Aware IM
Topic: [SOLVED]Operations with records in View query, but do changes in BO?
Replies: 6
Views: 5305

Re: [SOLVED]Operations with records in View query, but do changes in BO?

I am confused. Is it working right or do you still have a problem.

Also, not sure why you need to access a view vs. an Aware BO with shortcuts to other tables.