Forum: VB.NET Sep 7th, 2006 |
| Replies: 1 Views: 2,343 chek for lastindex...
or else use the following :
dim i
i=combobox1. Items.count
the count has the highest index + 1 of your combo's items....
further help, mail at... |
Forum: VB.NET Sep 7th, 2006 |
| Replies: 1 Views: 1,003 place the code for the downloaded buttons in ur main form after initilise component in windows form designer code...
Bye. |
Forum: VB.NET Sep 7th, 2006 |
| Replies: 2 Views: 7,719 import necessary header files
chek whether dataadapter's & other datasets are instantiated properly.
create requisite tables in db
mail for further help at pwy_20002001@yahoo.co.in |
Forum: VB.NET Sep 7th, 2006 |
| Replies: 1 Views: 1,485 Listen, I 've 2 tables of the following nature :
Table 1
---------
col1 | col2 | col3 |
--------------------------------------------------------
1 ... |
Forum: VB.NET Aug 26th, 2006 |
| Replies: 1 Views: 2,816 I want to incorporate fields from 2 tables in a single crystal report.
I have no problems in incorporating from a single table. But when it comes to >1 table fields in a single report, I am stuck... |