Click here to Skip to main content
16,007,443 members
Home / Discussions / C#
   

C#

 
GeneralRe: Again...Again...Again... Pin
Xelalem14-Nov-09 9:41
Xelalem14-Nov-09 9:41 
Questionerror in connect with pop3 Pin
behzadcp13-Nov-09 5:52
professionalbehzadcp13-Nov-09 5:52 
AnswerRe: error in connect with pop3 Pin
Abhishek Sur13-Nov-09 6:06
professionalAbhishek Sur13-Nov-09 6:06 
QuestionReports Pin
cdpace13-Nov-09 4:55
cdpace13-Nov-09 4:55 
AnswerRe: Reports Pin
Abhishek Sur13-Nov-09 5:48
professionalAbhishek Sur13-Nov-09 5:48 
GeneralRe: Reports Pin
cdpace13-Nov-09 6:33
cdpace13-Nov-09 6:33 
GeneralRe: Reports Pin
Abhishek Sur13-Nov-09 6:56
professionalAbhishek Sur13-Nov-09 6:56 
AnswerRe: Reports Pin
Shameel13-Nov-09 7:49
professionalShameel13-Nov-09 7:49 
1. Create a temporary table in the database with a single column that holds the EmployeeID.

2. Join this table with other tables in the report's query based on the EmployeeID column.

3. At the time of generating the report, populate this table with the list of employees for whom you want to generate the report.

4. If multiple users will be generating reports simultaneously, use an additional column to store UserID of the logged in user (or any unique value will solve the purpose).
GeneralRe: Reports Pin
cdpace13-Nov-09 9:53
cdpace13-Nov-09 9:53 
GeneralRe: Reports Pin
Shameel13-Nov-09 21:24
professionalShameel13-Nov-09 21:24 
QuestionDouble Array Form Pin
Nitegoddess13-Nov-09 3:32
Nitegoddess13-Nov-09 3:32 
AnswerRe: Double Array Form Pin
PIEBALDconsult13-Nov-09 4:08
mvePIEBALDconsult13-Nov-09 4:08 
GeneralRe: Double Array Form Pin
Nitegoddess13-Nov-09 4:27
Nitegoddess13-Nov-09 4:27 
AnswerRe: Double Array Form Pin
Saksida Bojan13-Nov-09 6:02
Saksida Bojan13-Nov-09 6:02 
GeneralRe: Double Array Form Pin
Nitegoddess13-Nov-09 6:28
Nitegoddess13-Nov-09 6:28 
GeneralRe: Double Array Form Pin
Saksida Bojan13-Nov-09 6:47
Saksida Bojan13-Nov-09 6:47 
GeneralRe: Double Array Form Pin
Nitegoddess13-Nov-09 7:01
Nitegoddess13-Nov-09 7:01 
GeneralRe: Double Array Form Pin
Saksida Bojan13-Nov-09 7:14
Saksida Bojan13-Nov-09 7:14 
GeneralRe: Double Array Form Pin
Nitegoddess13-Nov-09 7:28
Nitegoddess13-Nov-09 7:28 
GeneralRe: Double Array Form Pin
Saksida Bojan13-Nov-09 8:00
Saksida Bojan13-Nov-09 8:00 
GeneralRe: Double Array Form Pin
ragnaroknrol13-Nov-09 8:07
ragnaroknrol13-Nov-09 8:07 
GeneralRe: Double Array Form Pin
Saksida Bojan13-Nov-09 8:28
Saksida Bojan13-Nov-09 8:28 
GeneralRe: Double Array Form Pin
Nitegoddess13-Nov-09 8:42
Nitegoddess13-Nov-09 8:42 
GeneralRe: Double Array Form Pin
Saksida Bojan13-Nov-09 8:48
Saksida Bojan13-Nov-09 8:48 
GeneralRe: Double Array Form Pin
ragnaroknrol13-Nov-09 8:50
ragnaroknrol13-Nov-09 8:50 

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.