Title:
Bug 84762:When developing flash forms in CF several years ago I could only make a form with a certain amount or lines of code
| View in TrackerStatus/Resolution/Reason: Closed/Won't Fix/
Reporter/Name(from Bugbase): Bruce Wilson / Bruce Wilson (beemerrider)
Created: 10/21/2010
Versions: 9.0.1
Failure Type: Unspecified
Found In Build/Fixed In Build: 9,0,1,274733 /
Priority/Frequency: Normal / Unknown
Locale/System: English / Platforms All
Vote Count: 0
Problem:
When developing flash forms in CF several years ago I could only make a form with a certain amount or lines of code. If the form was to long, it would not initialize when viewing in the browser. I had to trim the amount of code /fields until it would initialize. I switched to CF 9 from version 7 and now I have a long form not initializing again, one that used to work in version 7.
Method:
[vmannebo 11/29/2010] Adding a formatted version of the user-supplied code here:
\\blrfs04.macromedia.com\builds\coldfusion\bugs\84762
All I have to do is have to many fields/lines of code and the Flash form will not initialize or display. If I comment out (I do not need to remove the code) about 50 lines of code or various fields, the form will initialize and be usable. It does not matter what lines of code or fields I comment out, long as I shorten the size of the form.<!--- Specify the form height and width, use the HaloBlue skin.Note: Flash ignores a backgroundColor style set in cfform. ---><cfform name="creditformp2" width="740" height="880" format="flash" method="post" timeout="240" action="owner_operator_action_2.cfm" skin="HaloBlue"><cfformgroup type="tabNavigator"> <!--- Physical tab, tab 1 of 7 ---><cfformgroup type="page" style="background-color:##D8E0EA" label="Physical"><cfformitem type="html"><font size="16" face="Verdana, Arial, Helvetica, sans-serif"><p><b>Application for Independent Contractors, Part Two</b></p></font><font size="14" face="Verdana, Arial, Helvetica, sans-serif"><p><b>Physical History</b></p></font></cfformitem><cfformgroup type="horizontal"><cfformitem type="text">Have your actions at work ever caused an accident?</cfformitem><cfinput type="radio" name="Accident5" label="Yes" value="Yes"><cfinput type="radio" name="Accident5" label="No" value="No"></cfformgroup><cfformitem type="text">If yes, was anyone injured, including yourself?</cfformitem><cfformgroup type="horizontal"><cfinput type="radio" name="Injured5" label="Yes" value="Yes"><cfinput type="radio" name="Injured5" label="No" value="No"><cfformitem type="text">If yes, please give the nature and degree of injuries</cfformitem><cftextarea name="Injuries" rows="3" cols="24"></cftextarea></cfformgroup><cfformitem type="text">Do you have an original long-form D.O.T. physical certificate or card?</cfformitem><cfformgroup type="horizontal"><cfinput type="radio" name="DOTPhys" label="Yes" value="Yes"><cfinput type="radio" name="DOTPhys" label="No" value="No"><cfinput type="text" name="ExpirationDate" label="If yes, expiration date"></cfformgroup></cfformgroup><!--- Vehicle tab 2 of 7 ---><cfformgroup type="page" label="Vehicle Part 1"><cfformitem type="html"><font size="14" face="Verdana, Arial, Helvetica, sans-serif"><p><b>Motor Vehicle Record Part One</b></p></font><font size="11" face="Verdana, Arial, Helvetica, sans-serif"><p><b>List all driver's licenses held in the past five years</b></p></font></cfformitem><cfformgroup type="VdividedBox" style="background-color:##D8E0EA"><cfformgroup type="horizontal"><cfformitem type="text" width="40">State</cfformitem><cfformitem type="text" width="130">License Number</cfformitem><cfformitem type="text" width="120">Class/Type</cfformitem><cfformitem type="text" width="110">Expiration Date</cfformitem><cfformitem type="text" width="100">Endorsements</cfformitem></cfformgroup><cfformgroup type="horizontal"><cfinput type="text" width="40" name="State41"><cfinput type="text" width="130" name="License41"><cfinput type="text" width="120" name="Class41"><cfinput type="text" width="110" name="Expiration41"><cfinput type="text" name="Endorsement41"></cfformgroup><cfformgroup type="horizontal"><cfinput type="text" width="40" name="State42"><cfinput type="text" width="130" name="License42"><cfinput type="text" width="120" name="Class42"><cfinput type="text" width="110" name="Expiration42"><cfinput type="text" name="Endorsement42"></cfformgroup><cfformgroup type="horizontal"><cfinput type="text" width="40" name="State43"><cfinput type="text" width="130" name="License43"><cfinput type="text" width="120" name="Class43"><cfinput type="text" width="110" name="Expiration43"><cfinput type="text" name="Endorsement43"></cfformgroup><cfformgroup type="horizontal"><cfinput type="text" width="40" name="State44"><cfinput type="text" width="130" name="License44"><cfinput type="text" width="120" name="Class44"><cfinput type="text" width="110" name="Expiration44"><cfinput type="text" name="Endorsement44"></cfformgroup><cfformgroup type="horizontal"><cfinput type="text" width="40" name="State45"><cfinput type="text" width="130" name="License45"><cfinput type="text" width="120" name="Class45"><cfinput type="text" width="110" name="Expiration45"><cfinput type="text" name="Endorsement45"></cfformgroup></cfformgroup><cfformitem type="spacer" height="12"/><cfformitem type="hrule"/><cfformitem type="html"><font size="11" face="Verdana, Arial, Helvetica, sans-serif"><p><b>List all traffic convictions and forfeitures for the past five years for commercial and personal driving record, including trucks, cars and motorcycles, other than parking violations (if speed violation, indicate how much over speed limit)</b></p></font></cfformitem><cfformitem type="spacer" height="12"/><cfformgroup type="horizontal"><cfinput type="checkbox" name="none411" label="Check here if your answer is NONE" value="No Traffic Convictions"></cfformgroup><cfformgroup type="VdividedBox" style="background-color:##D8E0EA"><cfformgroup type="horizontal"><cfformitem type="text" width="40">State</cfformitem><cfformitem type="text" width="160">Violation</cfformitem><cfformitem type="text" width="80">Date</cfformitem><cfformitem type="text" width="160">Penalty/Description</cfformitem></cfformgroup><cfformgroup type="horizontal"><cfinput type="text" width="40" name="State46"><cfinput type="text" width="160" name="Violation41"><cfinput type="text" width="80" name="Date41"><cfinput type="text" name="Penalty41"></cfformgroup><cfformgroup type="horizontal"><cfinput type="text" width="40" name="State47"><cfinput type="text" width="160" name="Violation42"><cfinput type="text" width="80" name="Date42"><cfinput type="text" name="Penalty42"></cfformgroup><cfformgroup type="horizontal"><cfinput type="text" width="40" name="State48"><cfinput type="text" width="160" name="Violation43"><cfinput type="text" width="80" name="Date43"><cfinput type="text" name="Penalty43"></cfformgroup><cfformgroup type="horizontal"><cfinput type="text" width="40" name="State49"><cfinput type="text" width="160" name="Violation44"><cfinput type="text" width="80" name="Date44"><cfinput type="text" name="Penalty44"></cfformgroup><cfformgroup type="horizontal"><cfinput type="text" width="40" name="State50"><cfinput type="text" width="160" name="Violation45"><cfinput type="text" width="80" name="Date45"><cfinput type="text" name="Penalty45"></cfformgroup></cfformgroup></cfformgroup><!--- Vehicle Part 2 tab 3 of 7 ---><cfformgroup type="page" label="Vehicle Part 2 "><cfformitem type="html"><font size="16" face="Verdana, Arial, Helvetica, sans-serif"><p><b>Motor Vehicle Record Part Two</b></p></font></cfformitem><cfformitem type="html"><font size="11" face="Verdana, Arial, Helvetica, sans-serif"></font><p><font size="11" face="Verdana, Arial, Helvetica, sans-serif"><b>Accident record for the past five years (list ALL motor vehicle accidents, those that show on Motor Vehicle Record issued by the state)</b></font></p></cfformitem><cfformgroup type="horizontal"><cfinput type="checkbox" name="none432" label="Check here if your answer is NONE" value="No Accidents"></cfformgroup><cfformgroup type="VdividedBox" style="background-color:##D8E0EA"><cfformgroup type="horizontal"><cfformitem type="text" width="60">Date</cfformitem><cfformitem type="text" width="94">Type of Vehicle</cfformitem><cfformitem type="text" width="170">Description of Accident</cfformitem><cfformitem type="text" width="108">Preventable or Non-preventable?</cfformitem><cfformitem type="text" width="58">Fatalities</cfformitem><cfformitem type="text" width="55">Injured</cfformitem><cfformitem type="text" width="65">Amount of Damage</cfformitem></cfformgroup><cfformgroup type="horizontal"><cfinput type="text" width="60" name="Date46"><cfinput type="text" width="94" name="Vehicle46"><cftextarea name="Accident46" rows="3" cols="17"></cftextarea><cfinput type="text" width="108" name="Preventable46"><cfinput type="text" width="58" name="Fatalities46"><cfinput type="text" width="55" name="Injured46"><cfinput type="text" width="70" name="Damage46"></cfformgroup><cfformgroup type="horizontal"><cfinput type="text" width="60" name="Date47"><cfinput type="text" width="94" name="Vehicle47"><cftextarea name="Accident47" rows="3" cols="17"></cftextarea><cfinput type="text" width="108" name="Preventable47"><cfinput type="text" width="58" name="Fatalities47"><cfinput type="text" width="55" name="Injured47"><cfinput type="text" width="70" name="Damage47"></cfformgroup><cfformgroup type="horizontal"><cfinput type="text" width="60" name="Date48"><cfinput type="text" width="94" name="Vehicle48"><cftextarea name="Accident48" rows="3" cols="17"></cftextarea><cfinput type="text" width="108" name="Preventable48"><cfinput type="text" width="58" name="Fatalities48"><cfinput type="text" width="55" name="Injured48"><cfinput type="text" width="70" name="Damage48"></cfformgroup></cfformgroup><cfformitem type="hrule"></cfformitem><!--- checkbox section ---><cfformgroup type="HdividedBox" height="69" style="background-color:##D8E0EA"><cfformgroup type="VBox" width="500"><cfformitem type="text">Have you ever had any type of motor vehicle license suspended or revoked, or ever been denied a license, permit of privilege to operate a motor vehicle?</cfformitem></cfformgroup><cfformgroup type="VBox"><cfinput type="radio" name="Revoked" label="Yes" value="Yes"><cfinput type="radio" name="Revoked" label="No" value="No"></cfformgroup></cfformgroup><cfformgroup type="HdividedBox" height="69" style="background-color:##D8E0EA"><cfformgroup type="VBox" width="440"><cfformitem type="text">Do you have a pending charge or past conviction for driving while intoxicated?</cfformitem></cfformgroup><cfformgroup type="VBox"><cfinput type="radio" name="Intoxicated" label="Yes" value="Yes"><cfinput type="radio" name="Intoxicated" label="No" value="No"></cfformgroup></cfformgroup><cfformgroup type="HdividedBox" height="69" style="background-color:##D8E0EA"><cfformgroup type="VBox" width="440"><cfformitem type="text">Do you have a pending charge or past conviction for possession of a controlled substance?</cfformitem></cfformgroup><cfformgroup type="VBox"><cfinput type="radio" name="ControlSubstance" label="Yes" value="Yes"><cfinput type="radio" name="ControlSubstance" label="No" value="No"></cfformgroup></cfformgroup><cfformgroup type="HdividedBox" height="69" style="background-color:##D8E0EA"><cfformgroup type="VBox" width="440"><cfformitem type="text">Have you ever been refused auto liability insurance?</cfformitem></cfformgroup><cfformgroup type="VBox"><cfinput type="radio" name="RefusedInsurance" label="Yes" value="Yes"><cfinput type="radio" name="RefusedInsurance" label="No" value="No"></cfformgroup></cfformgroup><cfformgroup type="HdividedBox" height="69" style="background-color:##D8E0EA"><cfformgroup type="VBox" width="440"><cfformitem type="text">Do you have a pending charge or conviction for any misdemeanor or felony offense?</cfformitem></cfformgroup><cfformgroup type="VBox"><cfinput type="radio" name="PendingFelony" label="Yes" value="Yes"><cfinput type="radio" name="PendingFelony" label="No" value="No"></cfformgroup></cfformgroup><cfformgroup type="hdividedbox" height="76" style="background-color:##D8E0EA"><cfformgroup type="vbox" width="400"><cfformitem type="text">If you answered yes to any of the above questions, state all circumstances and dates. (Past charges and/or convictions do not automatically disqualify an applicant from employment).</cfformitem></cfformgroup><cfformgroup type="vbox"><cftextarea name="Convictions" rows="3" cols="24"></cftextarea></cfformgroup></cfformgroup></cfformgroup><!--- Commercial tab 4 of 7 ---><cfformgroup type="page" label="Commercial"><cfformitem type="html"><font size="16" face="Verdana, Arial, Helvetica, sans-serif"><p><b>Commercial Driving Experience</b></p></font></cfformitem> <cfformgroup type="VDividedBox" style="background-color:##D8E0EA"><cfformgroup type="horizontal"><cfinput type="text" name="YearsDriving" width="40" label="How many years have you driven a commercial motor vehicle?"></cfformgroup><cfformitem type="hrule"></cfformitem><cfformitem type="text">Please check all states you have operated a commercial vehicle in during the last five years</cfformitem><cfformgroup type="tile"><cfinput type="checkbox" name="Alabama" label="Alabama" value="Alabama"><cfinput type="checkbox" name="Alaska" label="Alaska" value="Alaska"><cfinput type="checkbox" name="Arizona" label="Arizona" value="Arizona"><cfinput type="checkbox" name="Arkansas" label="Arkansas" value="Arkansas"><cfinput type="checkbox" name="California" label="California" value="California"><cfinput type="checkbox" name="Colorado" label="Colorado" value="Colorado"><cfinput type="checkbox" name="Idaho" label="Idaho" value="Idaho"><cfinput type="checkbox" name="Illinois" label="Illinois" value="Illinois"><cfinput type="checkbox" name="Indiana" label="Indiana" value="Indiana"><cfinput type="checkbox" name="Iowa" label="Iowa" value="Iowa"><cfinput type="checkbox" name="Kansas" label="Kansas" value="Kansas"><cfinput type="checkbox" name="Kentucky" label="Kentucky" value="Kentucky"><cfinput type="checkbox" name="Louisiana" label="Louisiana" value="Louisiana">><cfinput type="checkbox" name="Michigan" label="Michigan" value="Michigan"><cfinput type="checkbox" name="Minnesota" label="Minnesota" value="Minnesota"><cfinput type="checkbox" name="Mississippi" label="Mississippi" value="Mississippi"><cfinput type="checkbox" name="Missouri" label="Missouri" value="Missouri"><cfinput type="checkbox" name="Montana" label="Montana" value="Montana"><cfinput type="checkbox" name="Nebraska" label="Nebraska" value="Nebraska"><cfinput type="checkbox" name="Nevada" label="Nevada" value="Nevada"><cfinput type="checkbox" name="NewMexico" label="New Mexico" value="New Mexico"><cfinput type="checkbox" name="NorthDakota" label="North Dakota" value="North Dakota"><cfinput type="checkbox" name="Ohio" label="Ohio" value="Ohio"><cfinput type="checkbox" name="Oklahoma" label="Oklahoma" value="Oklahoma"><cfinput type="checkbox" name="Oregon" label="Oregon" value="Oregon"><cfinput type="checkbox" name="SouthDakota" label="South Dakota" value="South Dakota"><cfinput type="checkbox" name="Tennessee" label="Tennessee" value="Tennessee"><cfinput type="checkbox" name="Texas" label="Texas" value="Texas"><cfinput type="checkbox" name="Utah" label="Utah" value="Utah"><cfinput type="checkbox" name="Washington" label="Washington" value="Washington"><cfinput type="checkbox" name="Wisconsin" label="Wisconsin" value="Wisconsin"><cfinput type="checkbox" name="Wyoming" label="Wyoming" value="Wyoming"></cfformgroup><cfformitem type="hrule"></cfformitem><cfformgroup type="horizontal"><cftextarea name="MoreStates" label="If you have driven in any Canadian Provences or Eastern seaboard states please list those also." rows="3" cols="11"></cftextarea><cftextarea name="SpecialCourses" label="List special courses or training that will help you as a driver" rows="3" cols="32"></cftextarea></cfformgroup><cfformitem type="hrule"></cfformitem><cfformgroup type="horizontal"><cfformitem type="text">Do you hold any safe driving awards?</cfformitem><cfinput type="radio" name="DrivingAwards" width="40" label="Yes" value="Yes"><cfinput type="radio" name="DrivingAwards" width="40" label="No" value="No"></cfformgroup><cfformgroup type="horizontal"><cfinput type="text" name="FromWhom" label="If yes, from whom?"></cfformgroup></cfformgroup></cfformgroup> <!--- Equipment tab 5 of 7 ---><cfformgroup type="page" label="Equipment"><cfformitem type="html"><font size="16" face="Verdana, Arial, Helvetica, sans-serif"><p><b>Equipment Experience</b></p></font></cfformitem><cfformgroup type="HDividedBox" ><cfformgroup type="VBox" width="200" style="background-color:##D8E0EA"><cfformitem type="text">Type of Equipment</cfformitem><cfformitem type="text" style="textIndent:12">Tractor-Containers</cfformitem><cfformitem type="text" style="textIndent:12">Tractor-Doubles</cfformitem><cfformitem type="text" style="textIndent:12">Tractor-Flatbeds/Lowboys</cfformitem></cfformgroup><cfformgroup type="VBox" width="120" style="background-color:##D8E0EA"><cfformitem type="text">Date From</cfformitem><cfinput type="text" name="DateFromCont"><cfinput type="text" name="DateFromDoub"><cfinput type="text" name="DateFromLow"></cfformgroup><cfformgroup type="VBox" width="120" style="background-color:##D8E0EA"><cfformitem type="text">Date To</cfformitem><cfinput type="text" name="DateToCont"><cfinput type="text" name="DateToDoub"><cfinput type="text" name="DateToLow"></cfformgroup><cfformgroup type="VBox" style="background-color:##D8E0EA"><cfformitem type="text">Approximate Number of Miles</cfformitem><cfinput type="text" name="AppMilesCont"><cfinput type="text" name="AppMilesDoub"><cfinput type="text" name="AppMilesoLow"></cfformgroup></cfformgroup><cfformitem type="html"><font size="11" face="Verdana, Arial, Helvetica, sans-serif"><p><b>If you are applying for a flatbed driving position, please check all the boxes that apply below</b></p></font></cfformitem><cfformgroup type="HDividedBox"><cfformgroup type="VBox" style="background-color:##D8E0EA"><cfformitem type="text">Select all equipment that you have experience with</cfformitem><cfinput type="checkbox" name="Chains" label="Chains & Binders" value="Chains & Binders"><cfinput type="checkbox" name="Straps" label="Straps" value="Straps"><cfinput type="checkbox" name="LumberTarp" label="Lumber Tarps (8 ft. drops)" value="Lumber Tarps"><cfinput type="checkbox" name="SteelTarp" label="Steel Tarps (flat)" value="Steel Tarps (flat)"><cfinput type="checkbox" name="MultiTarp" label="Multiple Tarps" value="Multiple Tarps"><cfinput type="checkbox" name="CoilRacks" label="Use of Coil Racks" value="Use of Coil Racks"><cfinput type="checkbox" name="OverDimen" label="Over-Dimensional Cargo" value="Over-Dimensional Cargo"><cfinput type="checkbox" name="HeavyHaul" label="Heavy Haul Loads w/ spec. equip." value="Heavy Loads w/ spec. equip."><cfinput type="checkbox" name="VehicleRamp" label="Vehicle Ramps" value="Vehicle Ramps"><cfinput type="checkbox" name="RoutePlan" label="Route Planning" value="Route Planning"><cfinput type="checkbox" name="PermitOrder" label="Permit Ordering" value="Permit Ordering"></cfformgroup><cfformgroup type="VBox" style="background-color:##D8E0EA"><cfformitem type="text">Select all types of loads that you have ever hauled</cfformitem><cfinput type="checkbox" name="CoilSteel" label="Coiled Steel" value="Coiled Steel"><cfinput type="checkbox" name="SheetSteel" label="Sheet Steel" value="Sheet Steel"><cfinput type="checkbox" name="BarsRods" label="Bars/Rods" value="Bars/Rods"><cfinput type="checkbox" name="ReelsCable" label="Reels of Cable" value="Reels of Cable"><cfinput type="checkbox" name="WallSheet" label="Wallboard/Sheetrock" value="Wallboard/Sheetrock"><cfinput type="checkbox" name="Lumber" label="Lumber" value="Lumber"><cfinput type="checkbox" name="SteelPipe" label="Steel Pipe" value="Steel Pipe"><cfinput type="checkbox" name="PlastPipe" label="Plastic Pipe" value="Plastic Pipe"><cfinput type="checkbox" name="Vehicles" label="Vehicles" value="Vehicles"><cfinput type="checkbox" name="Machinery" label="Machinery" value="Machinery"></cfformgroup><cfformgroup type="VBox" style="background-color:##D8E0EA"><cfformitem type="spacer" height="35"/><cfinput type="checkbox" name="Moulding" label="Moulding" value="Moulding"><cfinput type="checkbox" name="Automobiles" label="Automobiles" value="Automobiles"><cfinput type="checkbox" name="EarthMovEquip" label="Earth-Moving Equip." value="Earth-Moving Equip."><cfinput type="checkbox" name="Trusses" label="Trusses" value="Trusses"><cfinput type="checkbox" name="RollRoof" label="Rolled Roofing" value="Rolled Roofing"><cfinput type="checkbox" name="FarmEquip" label="Farm Equip." value="Farm Equip."><cfinput type="checkbox" name="SteelConcreBeams" label="Steel or Concrete Beams" value="Steel or Concrete Beamss"><cfinput type="checkbox" name="Glass" label="Glass" value="Glass"><cfinput type="checkbox" name="SteelBeam" label="Steel I-Beams" value="Steel I-Beams"><cfinput type="checkbox" name="CementBlks" label="Cement Blocks (Barriers)" value="Cement Blocks"></cfformgroup></cfformgroup><cfformgroup type ="horizontal"><cftextarea name="OtherEquip" label="Describe other equipment experience" rows="4" cols="46"></cftextarea><cftextarea name="OtherLoads" label="Describe other types of loads you have hauled" rows="4" cols="41"></cftextarea></cfformgroup></cfformgroup><!--- Credit tab 6 of 7 ---><cfformgroup type="page" label="Credit"><cfformitem type="html"><font size="16" face="Verdana, Arial, Helvetica, sans-serif"><p><b>Credit Background</b></p></font><font size="11" face="Verdana, Arial, Helvetica, sans-serif"></font><p><font size="11" face="Verdana, Arial, Helvetica, sans-serif"><b>Please provide information on who is the legal owner of your equipment. If you own your equipment, simply put 'NONE' in the space provided for the name of the lien holder</b></font></p></cfformitem><cfformgroup type="HdividedBox"><cfformgroup type="VBox" style="background-color:##D8E0EA"><cfinput type="text" name="NameLienTrac" label="Name of lienholder for tractor"><cfinput type="text" name="AddressTrac" label="Address"><cfinput type="text" name="CityTrac" label="City"><cfinput type="text" name="StateTrac" label="State"><cfinput type="text" name="ZipTrac" label="Zip"><cfinput type="text" name="ContactTrac" label="Contact Person"><cfinput type="text" name="PhoneTrac" label="Phone"><cfformitem type="text">Description of tractor</cfformitem><cfinput type="text" name="YearTrac" label="Year"><cfinput type="text" name="MakeTrac" label="Make"><cfinput type="text" name="VINTrac"label="VIN No. (or serial No.)"><cfinput type="text" name="AccountTrac" label="Account No."></cfformgroup><cfformgroup type="VBox" style="background-color:##D8E0EA"><cfinput type="text" name="NameLienTrail" label="Name of lienholder for trailer"><cfinput type="text" name="AddressTrail" label="Address"><cfinput type="text" name="CityTrail" label="City"><cfinput type="text" name="StateTrail" label="State"><cfinput type="text" name="ZipTrail" label="Zip"><cfinput type="text" name="ContactTrail" label="Contact Person"><cfinput type="text" name="PhoneTrail" label="Phone"><cfformitem type="text">Description of trailer</cfformitem><cfinput type="text" name="YearTrail" label="Year"><cfinput type="text" name="MakeTrail" label="Make"><cfinput type="text" name="VINTrail" label="VIN No. (or serial No.)"><cfinput type="text" name="AccountTrail" label="Account No."></cfformgroup></cfformgroup><cfformitem type="html"><font size="11" face="Verdana, Arial, Helvetica, sans-serif"><p><b>Trade references for tires, fuel, repairs, telephone service, etc.</b></p></font></cfformitem><cfformgroup type="HdividedBox"><cfformgroup type="VBox" style="background-color:##D8E0EA"><cfinput type="text" name="VendorCredit" label="Name of vendor or business"><cfinput type="text" name="AccountCredit" label="Account Number"> </cfformgroup><cfformgroup type="VBox" style="background-color:##D8E0EA"><cfinput type="text" name="ContactCredit" label="Contact Person"><cfinput type="text" name="PhoneCredit" label="Phone"> </cfformgroup></cfformgroup><cfformgroup type="HdividedBox"><cfformgroup type="VBox" style="background-color:##D8E0EA"><cfinput type="text" name="VendorCredit2" label="Name of vendor or business"><cfinput type="text" name="AccountCredit2" label="Account Number"> </cfformgroup><cfformgroup type="VBox" style="background-color:##D8E0EA"><cfinput type="text" name="ContactCredit2" label="Contact Person"><cfinput type="text" name="PhoneCredit2" label="Phone"> </cfformgroup></cfformgroup></cfformgroup><!--- Agreement tab 7 of 7 ---><cfformgroup type="page" label="Agreement"><cfformitem type="html"><font size="12" face="Verdana, Arial, Helvetica, sans-serif"></font><p><font size="12" face="Verdana, Arial, Helvetica, sans-serif"><b>Please read entire agreement before before entering your signature below.</b></font></p></cfformitem><cfformgroup type="hdividedbox"><cfformgroup type="HBox" height="180"><cfformitem type="html" height="940"><font size="11" face="Verdana, Arial, Helvetica, sans-serif"><p>The Commercial Motor Vehicle Safety Act of 1986 applies to all drivers operating vehicles having a gross combination weight rating of over 26,000 pounds and all drivers of vehicles transporting hazardous materials. The provisions of this legislation are summarized as follows:</p><p><br>1. No driver may possess more than one license, and no motor carrier may use a driver having more than one license.</p><p><br>2. Drivers must notify their employer (carrier) in writing of any moving violation issued to them other than a parking violation. Such notification must be made within 30 days following conviction or forfeiture of bond.</p><p><br>3. Drivers must also notify their license state in writing of any moving violation issued to them by another state. Such notification must be made within 30 days following conviction or forfeiture of bond.</p><p><br>4. Drivers must notify their employer (carrier) of any suspension, revocation or cancellation of their driver's license. This notification must be made before the end of the next business day following such suspension, revocation or cancellation.</p><p><br>5. Any person applying for a job as a commercial vehicle driver must inform the prospective employer of all previous employment as the driver of a commercial vehicle for the past 10 years, in addition to any other required information about the applicant's employment history.</p><p><br>6. Effective april 1, 1992, no person shall operate a commercial motor vehicle unless such person has passed written and driving tests which meet federal standards and unless such person possesses a commercial driver's license (cdl) issued by his/her state of domicile.</p><p><br>7. Failure to comply with these requirements is punishable by a fine of up to $2,500.00</p><p>I certify that answers given herein are true and complete. In the event my Application for Qualification is received, I understand that false, misleading, or omitted information may result in rejection of my application for Qualification and/or termination. I further understand if my application is rejected, I must wait a minimum of one (1) year before my application will be reconsidered.</p><p><br>I authorize investigation of all statement contained herein as may be necessary in arriving at a decision, and I agree to submit to a Medical Examination, including a controlled substance test. I understand that if I fail to satisfactorily pass any part of the medical examination, I will be rejected. Any positive results obtained from my controlled substance test shall result in the rejection of my Application for Qualification. My initials and signature on this Application for Qualification indicate that I fully understand my responsibility concerning the company's drug and alcohol policy and the Company's commitment to drug-free work place, and that I agree to abide by the results of the testing.</p><p><br>In making this request, I understand that an investigation may be made and information may be obtained through interviews with the personal references and past employers listed. This inquiry may include contacting dac services and may include information as to my motor vehicle record, character, general reputation, and personal characteristics, and I consent to the conduct of this inquiry and to the consideration of any statement of references, former employers, or any other individuals that are given in response to any inquiries. Under the Consumer Credit Protection Act (15 U.S.C. 1681d), I understand that I may, upon written request and made within a reasonable time, receive additional information as to the nature and scope of an investigation into my general reputation, personal characteristics and mode of living.</p><p><br>I hereby authorize any law enforcement agency, Court of Record, credit reference firms , or dac services to furnish Mitchell Bros. information concerning my motor vehicle record, or of any felonies or misdemeanors of which I have been convicted, or of any pending charges.</p><p><br>I hereby understand and acknowledge that, unless otherwise defined by applicable law, and employment relationship with Mitchell Bros is of an "at will" nature, which means that the Employee may resign at any time and the Employer may discharge Employee at any time with or without cause. It is further understood that this "at will" employment relationship may not be changed by any written document or by conduct unless such change is specifically acknowledged in writing by an authorized executive of Mitchell Bros.</p></font></cfformitem></cfformgroup></cfformgroup><cfformgroup type="hdividedbox"><cfformgroup type="HBox" style="background-color:##D8E0EA" height="100"><cfformitem type="text" height="170" style="fontSize:11;">This application must be fully completed. Any falsification or incomplete information will result in the application being rejected and/or shall be grounds for terminating the contractor and/or driver relationship.This certifies that this application was completed by me, and that all entries on it and information in it are true and complete to the best of my knowledge.</cfformitem></cfformgroup><cfformgroup type="HBox" style="background-color:##D8E0EA" height="100" width="390"><cfinput type="Radio" name="Agreement" required="yes" label="I Agree" value="yes"><cfinput type="Radio" name="Agreement" label="I Do Not Agree" value="no" checked><cfinput type="text" name="Signature" label="Type your full name"></cfformgroup></cfformgroup><cfinput type="submit" name="submit" value = "Submit"></cfformgroup><!--- End of tab seven of seven ---><!--- Closing tags for tab navigation and complete form ---></cfformgroup></cfform>
Result:
No initialize message, precondition failed in Safari activity monitor
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3042552
External Customer Info:
External Company:
External Customer Name: Bruce Wilson
External Customer Email: 4E6E02394137E28C992016B8
External Test Config: 10/21/2010
Attachments:
Comments: