Forum: Visual Basic 4 / 5 / 6 Jul 15th, 2009 |
| Replies: 1 Views: 401 Hi everyone! i'm here again with another problem... this time i need to get a total from a field called "cantidad" (quantity) on the database... is there a way to get it with the recordset? or do i... |
Forum: Visual Basic 4 / 5 / 6 Jun 30th, 2009 |
| Replies: 4 Views: 546 Thanks to both of you!
The IsDate solution works perfectly... of course i'll check the other options, thanks! |
Forum: Visual Basic 4 / 5 / 6 Jun 29th, 2009 |
| Replies: 4 Views: 546 Hi everyone!
I have a problem related with dates.... i have some textbox where i put dates to send to a database... i have conditioned the input just for numbers and / (backslash), but how do i... |
Forum: Visual Basic 4 / 5 / 6 Jun 26th, 2009 |
| Replies: 3 Views: 629 Problem solved... thanks to both of your comments it's working now.
I'm realy grateful!!! |
Forum: Visual Basic 4 / 5 / 6 Jun 25th, 2009 |
| Replies: 3 Views: 629 Hi everyone!
I'm desingning a database app... and need to fill a datagrid on runtime. I've checked some other post and the solution they propose are using:
Set datagrid1.DataSource = rs
But... |