Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #4K
~5K People Reached
Favorite Forums
Favorite Tags
Member Avatar for Eyo
Member Avatar for rcsamich81

Hi, I'm trying to hide 5 to 12 buttons on a form until a screenshot is saved to the clipboard. I have it set right now so the user clicks a button(btnSavePDF) and then whichever buttons are visible are made not visible. But I haven't a clue how to restore …

Member Avatar for rcsamich81
0
2K
Member Avatar for Eyo

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 …

Member Avatar for Eyo
0
105
Member Avatar for Eyo

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 …

Member Avatar for kvprajapati
0
113
Member Avatar for Eyo

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 !!

0
58
Member Avatar for Eyo

Hello All, I need to trigger an event on application.exit on windows application (vb.net).... how could I handle the applicatoin.exit event

Member Avatar for Praniya
0
476
Member Avatar for Eyo

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 …

Member Avatar for Minolwen
0
87
Member Avatar for Eyo

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 …

Member Avatar for Eyo
0
157
Member Avatar for Eyo

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 …

0
78
Member Avatar for Eyo

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 …

0
75
Member Avatar for Eyo

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

Member Avatar for Eyo
0
76
Member Avatar for Eyo

Hi all, This image describe mainly what i need please see the attached picture Thank u all

Member Avatar for Eyo
0
57
Member Avatar for Eyo

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 …

Member Avatar for Eyo
0
76
Member Avatar for Eyo

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

0
66