Column Headers on 'Operations with Records'

If you have questions or if you want to share your opinion about Aware IM post your message on this forum
Post Reply
Jhstephenson
Posts: 297
Joined: Wed Apr 22, 2015 11:44 pm

Column Headers on 'Operations with Records'

Post by Jhstephenson »

Is there a way to put column headers on 'Operations with records' button columns in a grid?

Also, is there any way to put two or more of those buttons in the same column?

Here is what I have:

Fund/ Dept # | Description | | |
123.123 | Xxxxxxxxxxxxxxx | Worksheet | Submit |

What I would like to have is:

Fund/ Dept # | Description | Expenses | Revenue |
123.123 | Xxxxxxxxxxxxxxx | Worksheet Submit | Worksheet Submit |

Or something similar.

Thanks,
Jim
kklosson
Posts: 1628
Joined: Sun Nov 23, 2008 3:19 pm
Location: Virginia

Re: Column Headers on 'Operations with Records'

Post by kklosson »

I don't know on creating a header but you can create a drop menu using the Create menu button for operations option on the front page of the Operations with Records dialog.
V8.8
MySQL, AWS EC2, S3
PDFtk Toolkit
Jhstephenson
Posts: 297
Joined: Wed Apr 22, 2015 11:44 pm

Re: Column Headers on 'Operations with Records'

Post by Jhstephenson »

Thanks, I looked at the Drop Menu option but it doesn't show the options available as soon as the user hits the screen. I want all four buttons on the screen as soon as the page loads.
kklosson
Posts: 1628
Joined: Sun Nov 23, 2008 3:19 pm
Location: Virginia

Re: Column Headers on 'Operations with Records'

Post by kklosson »

Side by side is no good? That's the default method so long as you have the horizontal space.
V8.8
MySQL, AWS EC2, S3
PDFtk Toolkit
Jhstephenson
Posts: 297
Joined: Wed Apr 22, 2015 11:44 pm

Re: Column Headers on 'Operations with Records'

Post by Jhstephenson »

Side by side is fine. But I want Column Headings to define what the Buttons do, instead of Typing everything in the button.
johntalbott
Posts: 619
Joined: Wed Jun 17, 2015 11:16 pm
Location: Omaha, Nebraska
Contact:

Re: Column Headers on 'Operations with Records'

Post by johntalbott »

Grid Init Script

config.columns[columnIndex].title = "column title"
VocalDay Solutions - Agility - Predictability - Quality

We specialize in enabling business through the innovative use of technology.

AwareIM app with beautiful UI/UX - https://screencast-o-matic.com/watch/crfUrrVeB3t
Jhstephenson
Posts: 297
Joined: Wed Apr 22, 2015 11:44 pm

Re: Column Headers on 'Operations with Records'

Post by Jhstephenson »

Thanks John that works great.

Now to another part of the original question...

Is it possible to get two, or more, buttons in the same column, so that I could have one heading appear centered above them.
johntalbott
Posts: 619
Joined: Wed Jun 17, 2015 11:16 pm
Location: Omaha, Nebraska
Contact:

Re: Column Headers on 'Operations with Records'

Post by johntalbott »

Jhstephenson wrote:Thanks John that works great.

Now to another part of the original question...

Is it possible to get two, or more, buttons in the same column, so that I could have one heading appear centered above them.
It's definitely possible, but more complicated.
VocalDay Solutions - Agility - Predictability - Quality

We specialize in enabling business through the innovative use of technology.

AwareIM app with beautiful UI/UX - https://screencast-o-matic.com/watch/crfUrrVeB3t
Post Reply