Forum: Visual Basic 4 / 5 / 6 Jun 14th, 2008 |
| Replies: 2 Views: 1,906 Hi,
Can anyone tell me hoe to work in MSFlexGrid controll. Bcoz i tried to bind the records into that FlexGrid. But when i click in that data property, it shows some intrinsic error.
So can... |
Forum: Visual Basic 4 / 5 / 6 Jun 14th, 2008 |
| Replies: 4 Views: 1,740 Hi Veena,
I tried that VB code. but it is showing error. Actually i write a private function for loading records into textbox. like .
[Private Sub loadcontrols() ]
[Combo1.Clear]... |
Forum: Visual Basic 4 / 5 / 6 Jun 11th, 2008 |
| Replies: 2 Views: 5,368 Hi,
Actually i try to use FlexGrid in VB. But i donno how to use that. Can anyone help me how to bind the database in MSFlexGrid? |
Forum: Visual Basic 4 / 5 / 6 Jun 11th, 2008 |
| Replies: 4 Views: 1,740 Hi,
i have a form in VB. iam using SQL Server as Back-end. And connection string and all works properly. the only one thing is i want to retrieve data from database into a combobox. i'am using... |
Forum: Visual Basic 4 / 5 / 6 Jun 11th, 2008 |
| Replies: 5 Views: 698 hi,
I think your tips will be help full to me. thanks for your responces. I will try it out and then i will get you back if again any problem occurs.
bye. |
Forum: Visual Basic 4 / 5 / 6 Jun 9th, 2008 |
| Replies: 5 Views: 698 hi ,
I am using VB and SQL Server as backend. and my coding is .... follows..
[ dim con as connection ]
[dim rst as recordset ]
In page load,
[ set con = new connection ]
[ set... |
Forum: Visual Basic 4 / 5 / 6 Jun 7th, 2008 |
| Replies: 5 Views: 698 hi, when i update records in VB, only 0's are stored in database, can anyone halp me to solve this? send me appropriate code for this? |