Complete the following simple project -nbsp case the


Complete the following simple project -

Case:

1. The commodities checkbox will be shown in for the user to indicate if the commodities should display.

2. After the check box is selected, a plus sign will display next to the vehicles

3. Clicking on the plus sign next to the vehicle line that user would like to see will bring the pop up screen (as seen below when user clicked on plus sign for C-max ,C-Max commodities displayed in the pop up screen).

I have attached code pages:

eis_details.asp- Its the asp page where the grid of the report gets generated.(the name of the report is NINETY PLUS DAYS STOCK)

eis_search_criteria.asp- its asp page where chkCommodities_onclick() AND cboCommodity_onchange() function is present.(just for reference i have added this..we have already added commodity checkbox)

NInetyPlusDays.vb- This is COM component vb code where the vehicles line and the description in the grid for the reports gets generated.

Grid.vb- This is COM component vb code where NINETYPLUSDAYSSTOCK reports been called and generated report..Check the following code part which you will see in Grid.vb

{Select Case sReportType

'Build 90+days report header

Case NINETYPLUSDAYSSTOCK, FDAFNINETYPLUSDAYSSTOCK, BPNNINETYPLUSDAYSSTOCK

oNinetyPlusDays = CreateObject("EIS_REPORTS_DB2_Dotnet.NinetyPlusDays")

sVehicleLine = oNinetyPlusDays.BuildVehicleLineList(sConnstr, sDivision, sCPO, sVehicleType, sBrandType, sCommFlag, sTotalVehicleLine, sCommInd, EisErrors)

rHeader = oNinetyPlusDays.rBuildHeader(HEADERFIELDNAMES, sVehicleLine, CStr(sReportType), EisErrors)

'Set oNinetyPlusDays = Nothing}

Attachment:- Assignment Files.rar

Request for Solution File

Ask an Expert for Answer!!
Programming Languages: Complete the following simple project -nbsp case the
Reference No:- TGS02224616

Expected delivery within 24 Hours