Click here to Skip to main content
15,926,703 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Network communication from a mobile device to desktop Pin
nlarson1113-Mar-08 10:54
nlarson1113-Mar-08 10:54 
GeneralRe: Network communication from a mobile device to desktop Pin
Cory Kimble13-Mar-08 11:09
Cory Kimble13-Mar-08 11:09 
GeneralRe: Network communication from a mobile device to desktop Pin
nlarson1113-Mar-08 11:12
nlarson1113-Mar-08 11:12 
GeneralRe: Network communication from a mobile device to desktop Pin
Cory Kimble13-Mar-08 11:20
Cory Kimble13-Mar-08 11:20 
GeneralRe: Network communication from a mobile device to desktop Pin
nlarson1113-Mar-08 11:21
nlarson1113-Mar-08 11:21 
GeneralRe: Network communication from a mobile device to desktop Pin
Cory Kimble14-Mar-08 3:40
Cory Kimble14-Mar-08 3:40 
GeneralPage Break for report Pin
Chris Dykes13-Mar-08 9:52
Chris Dykes13-Mar-08 9:52 
GeneralRe: Page Break for report Pin
Dave Kreskowiak14-Mar-08 8:15
mveDave Kreskowiak14-Mar-08 8:15 
Chris Dykes wrote:
I have been putting it into a txt file and need a way to input a page break into the output,


There is no such thing as a pagebreak in a text file. The closest you're going to get is the FormFeed character (ASCII code 12). Of course, there are other formats you could use besides straight text. But, keep in mind that pagebreaks are a function of the application doing the printing, not of the document. The document needs to convey that there should be a pagebreak at a certain point in the document and signal that by including the appropriate formatting codes in the file. Exactly how to do this depends on the file format chosen and the application printing it.



A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007




GeneralRe: Page Break for report Pin
Chris Dykes14-Mar-08 8:20
Chris Dykes14-Mar-08 8:20 
GeneralRe: Page Break for report Pin
Dave Kreskowiak14-Mar-08 9:50
mveDave Kreskowiak14-Mar-08 9:50 
GeneralConfused about ByVal Pin
Kevin Brydon13-Mar-08 6:19
Kevin Brydon13-Mar-08 6:19 
GeneralRe: Confused about ByVal Pin
Christian Graus13-Mar-08 9:57
protectorChristian Graus13-Mar-08 9:57 
GeneralRe: Confused about ByVal Pin
MikeMarq13-Mar-08 10:40
MikeMarq13-Mar-08 10:40 
GeneralRe: Confused about ByVal Pin
Kevin Brydon13-Mar-08 23:14
Kevin Brydon13-Mar-08 23:14 
QuestionOpening database connection Pin
johnjsm13-Mar-08 5:24
johnjsm13-Mar-08 5:24 
GeneralRe: Opening database connection Pin
Christian Graus13-Mar-08 9:58
protectorChristian Graus13-Mar-08 9:58 
QuestionBackground Workers with Asynch TCP Connections [modified] Pin
Chinners13-Mar-08 5:19
Chinners13-Mar-08 5:19 
GeneralVISTA AREO in VB.NET Pin
vbbeg13-Mar-08 4:31
vbbeg13-Mar-08 4:31 
GeneralRe: VISTA AREO in VB.NET Pin
Colin Angus Mackay13-Mar-08 5:06
Colin Angus Mackay13-Mar-08 5:06 
GeneralRe: VISTA AREO in VB.NET Pin
vbbeg13-Mar-08 20:37
vbbeg13-Mar-08 20:37 
GeneralRe: VISTA AREO in VB.NET Pin
Colin Angus Mackay13-Mar-08 23:06
Colin Angus Mackay13-Mar-08 23:06 
Questionrun time error please help Pin
asha_s13-Mar-08 4:06
asha_s13-Mar-08 4:06 
GeneralRe: run time error please help Pin
Chinners13-Mar-08 6:11
Chinners13-Mar-08 6:11 
GeneralRe: run time error please help Pin
asha_s13-Mar-08 10:02
asha_s13-Mar-08 10:02 
GeneralSpeed Up OleDbDataAdapter.Update() Pin
A Wong13-Mar-08 3:54
A Wong13-Mar-08 3:54 

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.