Hii all,
i have a vb.net project.
How to Generate documentation for vb.net projects?
Thnx n Regards
ruth.
User Profile
Collapse
-
How to Generate documentation for vb.net projects?
-
Actually the thing is that im passing the query result onto dataset and creating crystal reports using xml file.
I have no. of sets: in table..
If no. of sets for that particular record is 1 then query is run for 1 time..
if no. of sets is 2 then query shd run for 2 times so tht the result shd be 2 records...
And count in dataset shd be 2...and in crystal report i shd be able to see 2 records..... -
-
Problem with Crystal reports
Hii all,
Im working on Crystal Reports..
i have a query im trying to pass that query's result onto crystal report...
now my requirement is such that... I have a field : Quantity..
If quantity is 2 then it should display 2 tables like on the crystal report...
can anyone please help me...
thnx..
Ruth. -
-
Reg: SQL Query..
hii...
i have 3 tables...
table 1, table 2 and table 3
now in table 1 i have st_code and st_sponsored_by fields..
st_sponsored_by is empty..
in table 2 i have sponsor_group_i d_pk and sponsor_group_n ame
in table 3 i have st_sponsor_grou p_id_fk and sp_st_code
Now my requirement is such that...
I want the table 1. st_sponsored_by to be updated with... -
Thnx for ur reply... ive found tht..
Now my requirement is such tht...
I have to rename them...
is there any way out..???
thnx..
hepsi.....Leave a comment:
-
copying files from 1 folder to other folder??
Hii all,
i have a source folder, i have many .jpg files ..
Now i want all the .jpg files to be copied into new folder...
can anyone plz help me....
How to copy all the files from 1 folder to other folder with renaming the file names that are present in the source folder....????? ?
thnx...
hepsi.. -
Problem in Photos Resizing...!!!!
hi all,
i have a project whre i have no. of students...
I need to resize their photo to 300 x 400 pixels an 100 x 133 pixels (thumb size)
here is my code:
Its not at all executing..
Dim txtRedFactor As String = "0.333"
Dim Ffull, Fshort As String
While (n < Image_DS.Tables (0).Rows.Count)... -
-
Selecting all the rows from the datagrid and update...
hii..
i have arequirement where... i want to update a field to N for the rows that are present in the datagrid...
1)
strSQL = "UPDATE tbl_worker_prof ile SET " & _
"wo_live_status ='Y' "
if i run this query.... all the records in the database are updated to Y...
but i want only the ones tht are in teh datagrid...... -
rhepsi started a topic How to display a message box in form 2. from form 1 .. comparing form 1 and form 2in .NETHow to display a message box in form 2. from form 1 .. comparing form 1 and form 2
hi...
i have a value in text box of form 1, and no. of rows in form 2...
if value of textbox is graeter then no. of rows in form 2....
then i have to display a message box in form 2...
plz help me/.....
its really very urgent...
thnx....
hepsi.. -
How to set auto increment to 1 ???
hii all,
i have created a database with a table with number of fields....in msaccess
ive set primary key as SNo: and its datatype as auto number...
How to set the auto increment ????
For ex:
i have inserted few records... say 5
and i deleted one record... when i insert new record nw.... the no. would be 6...
how to set it to 5...
... -
wats wrong in this code for deleting a row frm datagrid...
Hii all,
im worried with a project where...
im trying to delete a row from the datagrid....
[code=vbnet]
delete_button_c lick:...
Dim index As Integer
Dim rowcount As Integer
For rowcount = 0 To myDS.Tables(0). Rows.Count - 1
Dim dr As DataRow
dr = myDS.Tables(0). Rows(index)... -
Searching by name both in the first name and last name from the database.
hii all,
i have aproject where...
wen i enter a text in the textbox..., accordingly it should search in teh first name and last name of the database and display the records
How to search records by name....???
plz some one help me the query...
thnx..
hepsi.. -
thnx so much....
but mine is windows application (vb.net 1.1)
then wat namespace shd i use ???
thnx..
hepsi.....Leave a comment:
-
To delete a record from datagrid...
hii all,
i have a datagrid....wit h no. of rows...
i want to delete a particular row from the datagrid....(da tabase too)
plz help me...
thnx... -
hi..
the value in the text box is 0...(default)
now when im passing teh result that is n ....it should change to 3
but it remains 0.......Leave a comment:
-
Passing result (value) into textbox
hii all,
i have a result. in n...
Dim frm As New frmNWMDSearch
n = myData.Tables(0 ).Rows.Count(). ToString()
now i want to insert n value into text box
frm.txtNoOfchil d.Text = n....>>> is this correct
im getting the wrong answer...
can anone plz help me....
in textbox i want to pass the result of n.... how???
... -
thnx...
hey can u plz tell me the code clearly in child form....
plz help..
its really very urgent,,,
thnx..
hepsi...Leave a comment:
No activity results to display
Show More
Leave a comment: