- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
14 Posted Topics
Hi , Any Help Plz.... Could any body tell me what's wrong
Hi, You need to do a workaround like using a collection to store only the visible buttons that you need to reset to their state again [code] Public Sub Test() Dim coll As New Collection() Dim b As New Button() If b.Visible = True Then coll.Add(b) b.Visible = False End …
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 20 | 61 20 | 90 30 | 77 Now I have suppose rec_id = 61 and rec_id = 90 I need …
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 statment executed on a specific row to ensure that no changes will occure between …
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 !!
Hello All, I need to trigger an event on application.exit on windows application (vb.net).... how could I handle the applicatoin.exit event
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 are fonts... (code39,...) If i have a barcode field saved in db, if i read …
Hi, I have 2 tables: Payment (PaymentId, Date, Description, Amount, PaymentMethodId) PaymentMethod (PaymentMethodId, Description) The first table contains details of any Payments that we receive and is displayed in the datagridview. The second is a lookup table which lists the methods of payment (ie. cash, cheque, credit card) and should …
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 ... dim colComboBox As New DataGridViewComboBoxColumn Sub Form_Load() configureColComboBox() fillGrid() bindComboBoxColumn("company_id",colComboBox) End Sub Sub confingureColComboBox() with …
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 DataTable Dim da As New SqlDataAdapter Dim query As String = "SELECT id, name …
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. 2. all functions. Thank u
Hi all, This image describe mainly what i need please see the attached picture Thank u all
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 parent of the state Thus i'll have the parent Continent Containg GridView of Country Parent Country containing …
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
The End.
Eyo