Click here to Skip to main content
15,891,204 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: How to print a full DataGridView (Urgent) Pin
Richard MacCutchan26-Jan-16 2:28
mveRichard MacCutchan26-Jan-16 2:28 
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 
Quote:
Sascha wrote :
If a loop gets executed indefinitely it's because its condition to keep running keeps evaluating to true. So, if it's the while-loop that executes indefinitely
While (iRow <= (DataGridView_impot.Rows.Count - 1))
then it has to be because iRow always has a value lower than the amount of rows. That's not intended of course - so you would have to find out (using the debugger) why this is so in order to fix it.

And that's true and i'm trying to fix it
Any suggestions ?!
OMG | :OMG: Confused | :confused:

modified 26-Jan-16 9:45am.

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 
GeneralRe: Distinguish between Reading from Barcode reader and Writing from standart keyboard Pin
satc26-Jan-16 8:11
satc26-Jan-16 8:11 
GeneralRe: Distinguish between Reading from Barcode reader and Writing from standart keyboard Pin
Sascha Lefèvre26-Jan-16 8:44
professionalSascha Lefèvre26-Jan-16 8:44 
GeneralRe: Distinguish between Reading from Barcode reader and Writing from standart keyboard Pin
satc26-Jan-16 10:01
satc26-Jan-16 10:01 
GeneralRe: Distinguish between Reading from Barcode reader and Writing from standart keyboard Pin
Sascha Lefèvre26-Jan-16 10:15
professionalSascha Lefèvre26-Jan-16 10:15 
GeneralRe: Distinguish between Reading from Barcode reader and Writing from standart keyboard Pin
satc26-Jan-16 10:27
satc26-Jan-16 10:27 
GeneralRe: Distinguish between Reading from Barcode reader and Writing from standart keyboard Pin
Sascha Lefèvre26-Jan-16 11:23
professionalSascha Lefèvre26-Jan-16 11:23 
Questionbouton imprimer DGV complet Pin
Dorsaf Ouersighni25-Jan-16 4:54
Dorsaf Ouersighni25-Jan-16 4: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.