Click here to Skip to main content
16,004,778 members
Home / Discussions / C#
   

C#

 
AnswerRe: Converting *ANY* file to Binary and back Pin
Guffa13-Oct-07 0:19
Guffa13-Oct-07 0:19 
GeneralRe: Converting *ANY* file to Binary and back Pin
Ian Uy13-Oct-07 0:59
Ian Uy13-Oct-07 0:59 
GeneralRe: Converting *ANY* file to Binary and back Pin
Guffa13-Oct-07 3:55
Guffa13-Oct-07 3:55 
QuestionBegin printing at row x column y Pin
Roger CS12-Oct-07 18:17
Roger CS12-Oct-07 18:17 
AnswerRe: Begin printing at row x column y Pin
led mike12-Oct-07 20:33
led mike12-Oct-07 20:33 
GeneralRe: Begin printing at row x column y Pin
Roger CS12-Oct-07 23:03
Roger CS12-Oct-07 23:03 
GeneralRe: Begin printing at row x column y Pin
Dave Kreskowiak13-Oct-07 3:04
mveDave Kreskowiak13-Oct-07 3:04 
GeneralRe: Begin printing at row x column y [modified] Pin
Roger CS13-Oct-07 11:29
Roger CS13-Oct-07 11:29 
Dave Kreskowiak wrote:
Your description isn't very clear


I’ll try to be clearer. I am printing mailing labels. The sheet of labels has 3 columns and 10 rows (for a total of 30 labels). Normally people don't need to print exactly 30 labels or multiples of 30. Instead they may need to print 10, then later 6 more and so on. If the user starts with a fresh sheet and prints 10 labels, there will be 20 labels remaining. The next time the user prints labels they need to start printing at label 11. For this reason, the program allows the user a way to enter the row and column at which to start printing labels. In this case the user would enter row = 4 and column = 2.

I want to know how to start printing labels at row 4, column 2.

The information in the labels is pulled from a SQL Server 2005 database using a select query.

Thanks for the pointer to the KB article!
Roger





-- modified at 17:35 Saturday 13th October, 2007
GeneralRe: Begin printing at row x column y Pin
Roger CS14-Oct-07 15:17
Roger CS14-Oct-07 15:17 
GeneralRe: Begin printing at row x column y Pin
led mike15-Oct-07 4:52
led mike15-Oct-07 4:52 
AnswerRe: Begin printing at row x column y Pin
darkelv14-Oct-07 19:04
darkelv14-Oct-07 19:04 
GeneralRe: Begin printing at row x column y Pin
Roger CS15-Oct-07 4:15
Roger CS15-Oct-07 4:15 
QuestionThread & UI Pin
Archyami12-Oct-07 17:11
Archyami12-Oct-07 17:11 
AnswerRe: Thread & UI Pin
led mike12-Oct-07 20:26
led mike12-Oct-07 20:26 
AnswerRe: Thread & UI Pin
mav.northwind12-Oct-07 20:30
mav.northwind12-Oct-07 20:30 
GeneralRe: Thread & UI Pin
Archyami12-Oct-07 22:42
Archyami12-Oct-07 22:42 
QuestionDelegate awkwardness---is there a better way? Pin
Domenic Denicola12-Oct-07 16:35
Domenic Denicola12-Oct-07 16:35 
AnswerRe: Delegate awkwardness---is there a better way? Pin
PIEBALDconsult12-Oct-07 16:43
mvePIEBALDconsult12-Oct-07 16:43 
AnswerRe: Delegate awkwardness---is there a better way? Pin
S. Senthil Kumar12-Oct-07 22:45
S. Senthil Kumar12-Oct-07 22:45 
GeneralRe: Delegate awkwardness---is there a better way? Pin
Domenic Denicola13-Oct-07 7:28
Domenic Denicola13-Oct-07 7:28 
QuestionExtracting files from inside a file archive Pin
Luminare12-Oct-07 16:16
Luminare12-Oct-07 16:16 
AnswerRe: Extracting files from inside a file archive Pin
Roger CS13-Oct-07 11:52
Roger CS13-Oct-07 11:52 
GeneralRe: Extracting files from inside a file archive Pin
Luminare14-Oct-07 10:48
Luminare14-Oct-07 10:48 
QuestionSystem.IO.Exception Pin
solutionsville12-Oct-07 13:53
solutionsville12-Oct-07 13:53 
AnswerRe: System.IO.Exception Pin
Dave Kreskowiak12-Oct-07 15:35
mveDave Kreskowiak12-Oct-07 15:35 

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.