Okay, I spent my $200 bucks, now how do I actually get the product registered? I've created (mostly) an application to maintain 5 tables in a database. I want to show some of the screens to my users tomorrow, but I want to get rid of the "unregistered.." banner at the top of each screen. I purchased the software by clicking on the "click here" button in that banner, which promised to get rid of the banner. It didn't eliminate the banner, nor did I get any instructions regarding how to convert my status from "unregistered" to "registered."
Also, I would like to eliminate the search banner at the top of the screen. I've deactivated all the search and advanced search fields in PHPRunner, but the banner is still there. It simply limits the search to "anyfield."
Additionally, I'm having some issues with display format. I'll try to describe what's happening for one of the tables. I am having the problem with a couple of tables. I have a table called "CONTRACTS" and it contains the following columns: busnid int(11), zone tinyint(3), volume tinyint(3), issue tinyint(3), section varchar(15) and adsize varchar(15). I'm displaying it horizontally and the volume and issue columns are displaying way too wide and the section and ad_size are displaying too narrow. In the display the busnid is being replaced by the busname (varchar(30)) from a lookup table in the database ("Businesses") and the zone is being replaced by the zonedesc (varchar(25)) from a lookup table in the database ("Zones"), both columns are being displayed way too narrow. Now comes the kicker! The columns for "edit" and "delete" are soo wide that they each take up about a third of the screen. That only leaves a third of the screen for the "real" data.
I have more questions, but I'll stop here for the time being. I'm hoping to get some answers yet tonight so I can meet with my users in the morning.
Thank you,
Roy