Click here to Skip to main content
15,898,987 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: How to print a full DataGridView (Urgent) Pin
Jörgen Andersson26-Jan-16 22:52
professionalJörgen Andersson26-Jan-16 22:52 
GeneralRe: How to print a full DataGridView (Urgent) Pin
Dorsaf Ouersighni27-Jan-16 2:39
Dorsaf Ouersighni27-Jan-16 2:39 
GeneralRe: How to print a full DataGridView (Urgent) Pin
Jörgen Andersson27-Jan-16 3:22
professionalJörgen Andersson27-Jan-16 3:22 
GeneralRe: How to print a full DataGridView (Urgent) Pin
Sascha Lefèvre26-Jan-16 2:29
professionalSascha Lefèvre26-Jan-16 2:29 
GeneralRe: How to print a full DataGridView (Urgent) Pin
Dorsaf Ouersighni26-Jan-16 2:48
Dorsaf Ouersighni26-Jan-16 2:48 
GeneralRe: How to print a full DataGridView (Urgent) Pin
Dave Kreskowiak26-Jan-16 2:40
mveDave Kreskowiak26-Jan-16 2:40 
GeneralRe: How to print a full DataGridView (Urgent) Pin
Dorsaf Ouersighni26-Jan-16 3:23
Dorsaf Ouersighni26-Jan-16 3:23 
AnswerRe: How to print a full DataGridView (Urgent) Pin
Richard MacCutchan26-Jan-16 2:28
mveRichard MacCutchan26-Jan-16 2:28 
VB
Dim iRow As Double
While (iRow <= (DataGridView_impot.Rows.Count - 1))

Firstly you should not use a Double as a loop counter, always use integers. Secondly, you should initialise the variable to zero to begin the loop. Uninitialised variables generally contain garbage, and could quite conceivably contain some extremely large negative value.
SuggestionRe: How to print a full DataGridView (Urgent) Pin
Richard Deeming26-Jan-16 2:43
mveRichard Deeming26-Jan-16 2:43 
GeneralRe: How to print a full DataGridView (Urgent) Pin
Dorsaf Ouersighni26-Jan-16 3:01
Dorsaf Ouersighni26-Jan-16 3:01 
GeneralRe: How to print a full DataGridView (Urgent) Pin
Richard MacCutchan26-Jan-16 3:02
mveRichard MacCutchan26-Jan-16 3:02 
GeneralRe: How to print a full DataGridView (Urgent) Pin
Dorsaf Ouersighni26-Jan-16 3:10
Dorsaf Ouersighni26-Jan-16 3:10 
GeneralRe: How to print a full DataGridView (Urgent) Pin
Dorsaf Ouersighni26-Jan-16 2:58
Dorsaf Ouersighni26-Jan-16 2:58 
GeneralRe: How to print a full DataGridView (Urgent) Pin
Richard MacCutchan26-Jan-16 3:05
mveRichard MacCutchan26-Jan-16 3:05 
GeneralRe: How to print a full DataGridView (Urgent) Pin
Dorsaf Ouersighni26-Jan-16 3:18
Dorsaf Ouersighni26-Jan-16 3:18 
GeneralRe: How to print a full DataGridView (Urgent) Pin
Dave Kreskowiak26-Jan-16 3:49
mveDave Kreskowiak26-Jan-16 3:49 
GeneralRe: How to print a full DataGridView (Urgent) Pin
Dorsaf Ouersighni26-Jan-16 3:59
Dorsaf Ouersighni26-Jan-16 3:59 
GeneralRe: How to print a full DataGridView (Urgent) Pin
Richard MacCutchan26-Jan-16 4:38
mveRichard MacCutchan26-Jan-16 4:38 
GeneralRe: How to print a full DataGridView (Urgent) Pin
Dorsaf Ouersighni26-Jan-16 4:48
Dorsaf Ouersighni26-Jan-16 4:48 
QuestionPrint Full DataGridView URGENT case Pin
Dorsaf Ouersighni25-Jan-16 20:56
Dorsaf Ouersighni25-Jan-16 20:56 
AnswerRe: Print Full DataGridView URGENT case Pin
Mycroft Holmes25-Jan-16 21:09
professionalMycroft Holmes25-Jan-16 21:09 
GeneralRe: Print Full DataGridView URGENT case Pin
Dorsaf Ouersighni25-Jan-16 21:23
Dorsaf Ouersighni25-Jan-16 21:23 
GeneralRe: Print Full DataGridView URGENT case Pin
Dorsaf Ouersighni25-Jan-16 21:34
Dorsaf Ouersighni25-Jan-16 21:34 
QuestionDistinguish between Reading from Barcode reader and Writing from standart keyboard Pin
satc25-Jan-16 13:07
satc25-Jan-16 13:07 
AnswerRe: Distinguish between Reading from Barcode reader and Writing from standart keyboard Pin
Sascha Lefèvre25-Jan-16 22:36
professionalSascha Lefèvre25-Jan-16 22:36 

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.