Hey Atil
Thanx for the reply
but can you just explain it a bit more because I am not getting it properly...
User Profile
Collapse
-
Call Stored Procedure from Function
Hi Friends
My question is "can we call Stored Procedure from a User Defined Function in SQL"
If yes then pl tell me how?
If No then pl tell me why not ?
While I was trying finding about the this question on internet I m getting both kind of answers hence I am confused .
Pl help,Thanx in advance -
Add new Node in Tree View in Editable Mode
Dear Friends
In my Form I have the Tree View in which I want to Add the Node during the Run time.
For that I used a Context Menu Strip and on the Click of the Pop menu I added the new Node.
but my problem is my newly added is not editable by default
but instead I need to select the newly added node and after selecting the node I again need to click the Record to Edit it.
So is there... -
-
How to find the System Date Format?
Dear Friends
I would Like to know if there is any way we can find the Current Date format of the Server.
I mean is there any Query or function by which we can find out the the Date format on SQL Server is either
"MM/DD/YYYY"
or
"DD/MM/YYYY"
or Any thing Else. -
Dear MrMancunian
Thanx for the Reply,it worked
you saved my life man.
Thanx once againLeave a comment:
-
Hi MrMancunian
Thanx for the reply,but I am unable to understand where do you exactly want me to add this line .
Please explain with a example if possible.Leave a comment:
-
Drag & Drop into DataGrid
Dear Friends
In my Project I want to Drag the text of the Text Box into any Particular cell of the DataGrid which ever user wants to,
but my problem is I am not able to find the Coordinates of the cell cell in which user will drop the text and hence not able to put the text into desired Cell.
Code snippet below shows the code in the Dragdrop event of the dataGrid
Dim sText As String = ""... -
Datagrig with diffrent no of Rows in each Column.
Hi All
Pl some body tell me is it possible to have a datagridView in which each column can have diff no of rows in it? -
DataSource to Grid Combos
Dear Friends
In my project's form I have a DataGrid of which one Column is of type ComboBox , now I want to Assign DataSource to that combo to fill it .I checked and found the Data Source property and assigned my DataTable to it but unfortunately it's not Displaying the Data in the Combo box, can some body tell me how to do this .
Any kind of help will do
Thanx in Advance -
Reduce the height of rows in DataGrid
Hi guys
Can any body tell me how to reduce the height of rows in the DataGrid in vb.net.
Thanx in advance........ .. -
Dear tlhintoq
Thankx for the reply...
Alternative solution you told seems great and will work for me thanx once again..Leave a comment:
-
Dear tlhintoq
Thanx for the reply,but the process you have told is known to me and I have gone through all the events provided in that drop down but could not found any relevant event so if you can please tell me the exact name of the event to use .Leave a comment:
-
Event for Check box in DateTimePicker Control
I have put the DateTimePicker control on my Form and I have made it's CheckBox property to ture ,
Now I need to know is there any Event which is fired when the Check status of the checkbox in DateTimePicker is Changed.
PL help guys
Thankx in advance -
Dude I just didn't got your "Explain" method can u just give it
with some example...Leave a comment:
-
When dose Flexgrid's Textmatrix Property receives the value.
Dear Friends
In my VB6.Form I am using a flex grid in which I have 4 Col out of which in
1st col I have Check boxes
2nd & 3rd Col I have text but they are not Editable
4th Col is Editable
Now the validation is when the user Check the First col it should also give one Serial no in the 4th col if it is not so Msg is prompted.
Now the problem is When I click the Save button... -
Controls in ListView
Hello Friends
I just want to know that
Is it possible to put controls in particular cell of List View as we can do it in Flex Grid ??????????
If yes then just please tell me how to do that ,it would be great
if some body explains with some small example
Thanx in advance -
Hi ,
I think this will help U out
CREATE TABLE ProductInfo
(
ProductCode INT,
ProductName VARCHAR (20),
SupplierName VARCHAR (30),
PRIMARY KEY (ProductCode)
)
CREATE TABLE ProductSale
(
ProductCode INT,
CustomerName VARCHAR (20),
Amount DOUBLE,
PRIMARY KEY (ProductCode),...Leave a comment:
-
How to creat Files and folders using VB6.0
Hi
guys in my application (VB6.0). I want to creat a folder in to which i want to creat a text file .
so is there any one who can give me code for that .
thankx in advance -
No activity results to display
Show More
Leave a comment: