Forum: MS SQL Sep 4th, 2009 |
| Replies: 2 Views: 333 Hi sknake,
This works pretty good :)
Thank you alot. |
Forum: MS SQL Sep 3rd, 2009 |
| Replies: 2 Views: 333 Hi,
please I need a query that performs the following:
I have a table like this:
set_id | rec_id
10 | 1
10 | 25
10 | 32 |
Forum: VB.NET Jun 28th, 2009 |
| Replies: 1 Views: 286 Hello,
please help me in such a stiuation
I have a stored procedure that insert a new record after checking that this record does not exist....
TODO: I need to lock the row after the select... |
Forum: VB.NET Apr 7th, 2009 |
| Replies: 0 Views: 180 Hello ,
Am woundering if some one knows where can I find good tutorials
to know how to start with sql reporting services ...
This is my first time to work with them !! |
Forum: VB.NET Feb 21st, 2009 |
| Replies: 3 Views: 1,968 Hello All,
I need to trigger an event on application.exit on windows application (vb.net)....
how could I handle the applicatoin.exit event |
Forum: VB.NET Feb 12th, 2009 |
| Replies: 1 Views: 305 Hello Everybody,
If you plz am fresh graduate and now am asked to do project and to use barcode.....
really I dont know anything about barcodes, I've searched the internet , i knew that there... |
Forum: VB.NET Jan 12th, 2009 |
| Replies: 9 Views: 3,247 Hi All,,,
Big Thanks For All OF U
Thank For U Teme
The Solution u told me to see worked Fine :)
I really Appretiated |
Forum: VB.NET Jan 12th, 2009 |
| Replies: 1 Views: 1,107 It Seems No solution for this prblm...
Maybe its grdView Itself.... |
Forum: VB.NET Jan 12th, 2009 |
| Replies: 9 Views: 3,247 Hello All,
Really i searched all over the internent...
lots of programmers are having the same problem with no solution,
or no clear solution....
And I've Handled the data_error Event and i... |
Forum: VB.NET Jan 12th, 2009 |
| Replies: 9 Views: 3,247 Please refer to
"DataGridView ComboBoxCell Value is not valid" with (Senario)
the previous post and then u know which car ;) |
Forum: VB.NET Jan 11th, 2009 |
| Replies: 9 Views: 3,247 Hi ,
Any Help Plz....
Could any body tell me what's wrong |
Forum: VB.NET Jan 11th, 2009 |
| Replies: 1 Views: 1,107 Hi, I have 2 tables:
Payment (PaymentId, Date, Description, Amount, PaymentMethodId)
PaymentMethod (PaymentMethodId, Description)
The first table contains details of any Payments that we... |
Forum: VB.NET Jan 11th, 2009 |
| Replies: 0 Views: 1,379 Hello,
I have a problem when adding a comboBox Cell to grdView
I Attached The Error Message, please have a time to view it
And Here Is Some Parts Of The Code:
' Start ... |
Forum: VB.NET Dec 29th, 2008 |
| Replies: 0 Views: 874 Hi everybody,
if you please i have a problem with the display field of a combobox column in datagridview...
here is my code to add the column :
'First filling the datatable
Dim dt As New... |
Forum: VB.NET Oct 21st, 2008 |
| Replies: 2 Views: 1,312 I found the solution
The solution is by creating queries that reads directly from SYS tables in sql server
and it works ; i got the information i need
Thank u |
Forum: VB.NET Oct 20th, 2008 |
| Replies: 2 Views: 1,312 Hello ,
I have a database SQL server 2008 database.
What are the SQL queries that I could use in the SQL server management studio to retrieve the following information:
1. all stored procedures.... |
Forum: VB.NET Oct 16th, 2008 |
| Replies: 1 Views: 376 Hi all,
I think these images would help and clarify what i need
Thank u all |
Forum: VB.NET Oct 16th, 2008 |
| Replies: 1 Views: 376 Hi all,
This image describe mainly what i need
please see the attached picture
Thank u all |
Forum: VB.NET Oct 16th, 2008 |
| Replies: 2 Views: 395 Hi
Thank u alot
i'll try and hope it will work
Again Thanks |
Forum: VB.NET Oct 16th, 2008 |
| Replies: 2 Views: 395 Hello Every Body,
could any one help me please applying DatagridView inside another one
I have a Continent , and Countires and State
Continent is the parent of the country
Country is the... |
Forum: VB.NET Oct 13th, 2008 |
| Replies: 0 Views: 1,121 Hello EveryBody,
I would like to know if there is a way so that i can include nested Datagridviews in each other
As in Access when using subForms Or subTables |