y something wrong after passing 10 row of line to EXCEL? [SOLVED!][modified]
-
I not sure y everytime i pass the data from DATAGRID to EXCEL above more then 10 row then the datagrid pointer will skip after row 10 until the end. So my excel will look like this let said u use number as the data value.i showing 1-15 data. 1 2 3 4 5 6 7 8 9 10 15 15 15 15 15 I just found the solution , wat a crazy solution i never expect. I just drag the datagrid height longer then solve the problem .HAH!;P -- modified at 21:16 Thursday 7th December, 2006
-
I not sure y everytime i pass the data from DATAGRID to EXCEL above more then 10 row then the datagrid pointer will skip after row 10 until the end. So my excel will look like this let said u use number as the data value.i showing 1-15 data. 1 2 3 4 5 6 7 8 9 10 15 15 15 15 15 I just found the solution , wat a crazy solution i never expect. I just drag the datagrid height longer then solve the problem .HAH!;P -- modified at 21:16 Thursday 7th December, 2006
You have asked this question any number of times... did you actually debug and see what happens when the row becomes 10 or 11?
-
I not sure y everytime i pass the data from DATAGRID to EXCEL above more then 10 row then the datagrid pointer will skip after row 10 until the end. So my excel will look like this let said u use number as the data value.i showing 1-15 data. 1 2 3 4 5 6 7 8 9 10 15 15 15 15 15 I just found the solution , wat a crazy solution i never expect. I just drag the datagrid height longer then solve the problem .HAH!;P -- modified at 21:16 Thursday 7th December, 2006
-
Looking at some of your previous questions you have a habit of adding 'urgent' to the title.
____________________________________________________ If at first you don't succeed, skydiving might not be for you.
leckey wrote:
some of your previous questions you have a habit of adding 'urgent' to the title.
I know, it's getting old. Hey, I need financial freedom [Urgent] :->
You will see a delete button on each of your posts. Press it. - Colin Angus Mackay
-
Looking at some of your previous questions you have a habit of adding 'urgent' to the title.
____________________________________________________ If at first you don't succeed, skydiving might not be for you.
-
You have asked this question any number of times... did you actually debug and see what happens when the row becomes 10 or 11?
-
cause is very urgent, but anyway i solve most of it myself. maybe just to express some stress in the forum then
Well, "urgent" doesn't have any meaning in the forums. Noone is going to scan the subjects and immediately go to the ones that say "urgent!". Noone just sits here waiting for the next post to show up so they can just jump right on it. If your question was that urgent, your best source of information is Google or staying up yourself until 3:00am pounding on the problem until you get it solved. Actually, putting "urgent" in your subject line, or anywhere else in your post, will likely get you ignored for a while!
Dave Kreskowiak Microsoft MVP - Visual Basic
-
Well, "urgent" doesn't have any meaning in the forums. Noone is going to scan the subjects and immediately go to the ones that say "urgent!". Noone just sits here waiting for the next post to show up so they can just jump right on it. If your question was that urgent, your best source of information is Google or staying up yourself until 3:00am pounding on the problem until you get it solved. Actually, putting "urgent" in your subject line, or anywhere else in your post, will likely get you ignored for a while!
Dave Kreskowiak Microsoft MVP - Visual Basic
i learn to put this urgent is because i saw ppl do it. sure i woundnt sit and wait anwser while i doing research and i wait anyone able to find out the solution more faster then me, anyway now this question i got my own solution from myself. so i dont mind they ignore my question or watever, as long as i happy to reless some of my recent problem here , maybe is a kind of way to reless my stress. And i more and more like to put bracket [xxx] anything inside, so is easy for me to know where is my post . FORUM FREEdom anyway ;P
-
there is no coding error at all i found out ! i solve it by only draging the data grid height longer! oh my..:laugh:
Are you sure just increasing the height would do it, then? What happens if the number of rows increased to, say, 100?
-
Are you sure just increasing the height would do it, then? What happens if the number of rows increased to, say, 100?
yes, recently the data i passing not really reach until 100. But u r, u may try go to the datagrid properties change the row length small, normally is 200 so maybe u try 100-50 u can see the row size was squez smaller. so that mean the Height of ur datagrid can contain more row inside. Cause i found out if my height is smaller then the data which suppose to show. Let said My datagrid height just able to show 10 row at one time.Even datagrid able for u to click scroll down to next row but it will have problem when passing to EXCEL. so i just drag the height higher to able to show all the data out without using the scoll. Hope u understand wat i mean... :)
-
i learn to put this urgent is because i saw ppl do it. sure i woundnt sit and wait anwser while i doing research and i wait anyone able to find out the solution more faster then me, anyway now this question i got my own solution from myself. so i dont mind they ignore my question or watever, as long as i happy to reless some of my recent problem here , maybe is a kind of way to reless my stress. And i more and more like to put bracket [xxx] anything inside, so is easy for me to know where is my post . FORUM FREEdom anyway ;P
campbells wrote:
i learn to put this urgent is because i saw ppl do it.
Then you've also seen us tell other people NOT to do it.
Dave Kreskowiak Microsoft MVP - Visual Basic
-
campbells wrote:
i learn to put this urgent is because i saw ppl do it.
Then you've also seen us tell other people NOT to do it.
Dave Kreskowiak Microsoft MVP - Visual Basic
-
yes, recently the data i passing not really reach until 100. But u r, u may try go to the datagrid properties change the row length small, normally is 200 so maybe u try 100-50 u can see the row size was squez smaller. so that mean the Height of ur datagrid can contain more row inside. Cause i found out if my height is smaller then the data which suppose to show. Let said My datagrid height just able to show 10 row at one time.Even datagrid able for u to click scroll down to next row but it will have problem when passing to EXCEL. so i just drag the height higher to able to show all the data out without using the scoll. Hope u understand wat i mean... :)
That is not really going to solve your problem, I think. What if you are unable to predict the number of rows that your data grid will display? You cannot infinitely decrease the row height...
-
That is not really going to solve your problem, I think. What if you are unable to predict the number of rows that your data grid will display? You cannot infinitely decrease the row height...
-
cause is very urgent, but anyway i solve most of it myself. maybe just to express some stress in the forum then
campbells wrote:
anyway i solve most of it myself
Good for you :)
campbells wrote:
just to express some stress in the forum
But most people in these CP forums do not respond well to "urgent."
Some people have a memory and an attention span, you should try them out one day. - Jeremy Falcon
-
i learn to put this urgent is because i saw ppl do it. sure i woundnt sit and wait anwser while i doing research and i wait anyone able to find out the solution more faster then me, anyway now this question i got my own solution from myself. so i dont mind they ignore my question or watever, as long as i happy to reless some of my recent problem here , maybe is a kind of way to reless my stress. And i more and more like to put bracket [xxx] anything inside, so is easy for me to know where is my post . FORUM FREEdom anyway ;P
campbells wrote:
i learn to put this urgent is because i saw ppl do it.
And you haven't seen some of the nasty replies?
Some people have a memory and an attention span, you should try them out one day. - Jeremy Falcon
-
so sorry didnt seend b4 this is the first time. just knew it. but wats the big deal? just an extra word anyway. to express some mood.
campbells wrote:
just an extra word anyway. to express some mood.
Though it is just a word, it is seen as being rude.
Some people have a memory and an attention span, you should try them out one day. - Jeremy Falcon
-
campbells wrote:
i learn to put this urgent is because i saw ppl do it.
And you haven't seen some of the nasty replies?
Some people have a memory and an attention span, you should try them out one day. - Jeremy Falcon