Mike Brubaker

Greenhorn
+ Follow
since May 24, 2006
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Mike Brubaker

What would be a better design, if you don't mind? It would be a lot easier to have three separate buttons, one to do the DB update, one to generate the PDF and one to run the report, but I'm not sure my users will want to make three mouse clicks. Is that what you are referring to about the poor design? I'm open for any suggestions, believe me.

14 years ago
JSF
Well, I haven't tried anything yet, because I can't see how it would be done in my mind. What properties of the h:commandButton tag are you referring to?
14 years ago
JSF
Hi, all,

I have a situation, that I'm not sure is possible and I wanted feedback on. I have a JSF page with a commandButton on it. When the user clicks that button, they want code to execute in the eventhandler class that will generate a PDF file and display that PDF in a new window. They also want a Crystal Report to be run via the Crystal JRC API and have that displayed in a second window. So, in the requirements, on clicking this one button, they expect to have three browser windows open up(one with the original screen, one with a PDF, and one with a Crystal Report viewer). Plus, though, I need to update the main screen to notify the user in the application that some database processing was successful. Is this AT ALL possible or should I tell them to go ride a bike?

Mike Brubaker
14 years ago
JSF
I'm starting development of my assignment which is URLyBird 1.2.1. It mentions recNo(record numbers) as a sort of primary key to the data file. Can this value just be generated by a unique sequence of rows of data in the file(other than header rows)? Or is it supposed to represent the actual offset from the beginning of the file to a particular record? I could see both values being calculated at application startup, but which is more valid?

Thanks,
Mike