Click here to Skip to main content
15,888,190 members
Home / Discussions / C#
   

C#

 
AnswerRe: stencil bar in ms visio Pin
Abisodun30-Aug-08 9:01
Abisodun30-Aug-08 9:01 
Questioninvoices .. print to specefic Point or RDLC? Pin
Jassim Rahma29-Aug-08 22:18
Jassim Rahma29-Aug-08 22:18 
AnswerRe: invoices .. print to specefic Point or RDLC? Pin
Naji El Kotob26-Oct-09 4:03
Naji El Kotob26-Oct-09 4:03 
Questionproblem in binded columns to DataGridView Pin
Jassim Rahma29-Aug-08 22:16
Jassim Rahma29-Aug-08 22:16 
AnswerRe: problem in binded columns to DataGridView Pin
leppie29-Aug-08 22:51
leppie29-Aug-08 22:51 
GeneralRe: problem in binded columns to DataGridView Pin
Jassim Rahma29-Aug-08 22:53
Jassim Rahma29-Aug-08 22:53 
AnswerRe: problem in binded columns to DataGridView Pin
Wendelius30-Aug-08 4:57
mentorWendelius30-Aug-08 4:57 
GeneralRe: problem in binded columns to DataGridView Pin
Jassim Rahma30-Aug-08 8:22
Jassim Rahma30-Aug-08 8:22 
i hav already did that before posting this question.. here is my stored proceedure:

SELECT     vehicles.vehicle_id, vehicles.vehicle_photo,
out_category = CASE vehicles.out_category
WHEN 'S' THEN 'STAFF'
WHEN 'C' THEN 'CUSTOMER'
WHEN 'R' THEN 'SERVICE'
WHEN 'W' THEN 'WORKSHOP'
END
, vehicle_makes.vehicle_make + ' '  + vehicle_brands.vehicle_brand + ' ' + LTRIM(STR(vehicles.vehicle_year)) AS vehicle_make, registration_types.registration_type + ' ' + vehicles.vehicle_registration_number AS vehicle_number, vehicle_category.category_name, 
                      vehicle_shifts.vehicle_shift, vehicles.vehicle_rent_daily
FROM         vehicles INNER JOIN
                      branches ON vehicles.branch_id = branches.branch_id INNER JOIN
                      vehicle_category ON vehicles.vehicle_category = vehicle_category.category_id INNER JOIN
                      vehicle_makes ON vehicles.vehicle_make = vehicle_makes.vehicle_make_id INNER JOIN
                      vehicle_brands ON vehicles.vehicle_brand = vehicle_brands.vehicle_brand_id INNER JOIN
                      registration_types ON vehicles.vehicle_registration_type = registration_types.registration_type_id INNER JOIN
                      vehicle_shifts ON vehicles.vehicle_shift = vehicle_shifts.vehicle_shift_id
WHERE vehicles.is_vehicle_out = 'True'

GeneralRe: problem in binded columns to DataGridView Pin
Wendelius30-Aug-08 8:31
mentorWendelius30-Aug-08 8:31 
GeneralRe: problem in binded columns to DataGridView Pin
Jassim Rahma30-Aug-08 8:36
Jassim Rahma30-Aug-08 8:36 
GeneralRe: problem in binded columns to DataGridView Pin
Wendelius30-Aug-08 8:48
mentorWendelius30-Aug-08 8:48 
GeneralRe: problem in binded columns to DataGridView Pin
Jassim Rahma30-Aug-08 13:17
Jassim Rahma30-Aug-08 13:17 
GeneralRe: problem in binded columns to DataGridView Pin
Wendelius30-Aug-08 21:12
mentorWendelius30-Aug-08 21:12 
QuestionRepository in sharepoint Pin
manju#12329-Aug-08 19:23
manju#12329-Aug-08 19:23 
Questionscroll bar Pin
algates002729-Aug-08 18:59
algates002729-Aug-08 18:59 
AnswerRe: scroll bar Pin
algates002719-Oct-08 20:12
algates002719-Oct-08 20:12 
QuestionCustom action not running during installation Pin
tahir_makhdoom29-Aug-08 17:55
tahir_makhdoom29-Aug-08 17:55 
Answer[Cross-Post] Re: Custom action not running during installation Pin
Scott Dorman29-Aug-08 18:08
professionalScott Dorman29-Aug-08 18:08 
QuestionQuestion about Interfaces Pin
MarkB77729-Aug-08 17:07
MarkB77729-Aug-08 17:07 
AnswerRe: Question about Interfaces Pin
Scott Dorman29-Aug-08 17:57
professionalScott Dorman29-Aug-08 17:57 
GeneralRe: Question about Interfaces Pin
MarkB77729-Aug-08 18:09
MarkB77729-Aug-08 18:09 
GeneralRe: Question about Interfaces Pin
Scott Dorman29-Aug-08 18:19
professionalScott Dorman29-Aug-08 18:19 
GeneralRe: Question about Interfaces Pin
MarkB77729-Aug-08 18:36
MarkB77729-Aug-08 18:36 
GeneralRe: Question about Interfaces Pin
Scott Dorman29-Aug-08 19:15
professionalScott Dorman29-Aug-08 19:15 
QuestionMoving from VSWD Express 2008 to VS2008, Namespace problem Pin
Vodstok29-Aug-08 13:01
Vodstok29-Aug-08 13:01 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.