hi frens,
I want to show the slide down menu on my page.for this i am using the script given at this link.but i want some modifications in this script.
http://javascript.internet.com/navi...-down-menu.html
Is there is any way in this script by which i am able to show only the options of one...
hi friends,
i want to select the particular item in the drop down list corresponding to the string sent by clicking on some button.
suppose when i click on check button it sents the string "abc" to the function which then select the item in the drop down list having value...
hi friends,
i am having one problem.i want to add new record the flex grid i.e when i click on add button which is on my form its add the new row to the flex grid
also i want to add the new record in between the flex grid
suppose user puts the record pointer on some record and click on add...
hi friends,
i am having one problem.i have to make a find button such that it search the database is having the searched record with the similar name or there is some diff in name.
i.e i mean to say that
if the user wants to search for ZIPDRIVE or ZIPDRIVE or zipdrive
but in the database...
hi friends,
i am having one problem in data report.
i want to show the data of two tables in one data report .how can i do it.
the two tables are having no relation.
i am using data environment as a data source and doing coding through adodb
my two tables are having fields:
first table...
hi,
i want to check whether the data entered in the text box is numeric or not how i will check it.if it is not numeric it should give the error to the user
ishikha
hi friends,
how i can write the sql query for this
my table "document" is like this
name description total
a abc 5
b df 2
c jb 4
a dfg 12
now i want that it gives me the ans
name total
a...
hi friends,
i am using ms access as a database and data environment as a data source for data report. the reporting tool i am using are data reports in vb 6
now i want to write two seperate sql statements under one command in data environment.i want to apply two query on one table and show the...
hi,
i am having a problem .i want to delete the record in between the data grid.i am using adodc control.
i am sending the code:
Private Sub delete_Click()
DataGrid1.AllowDelete = True
DataGrid1.AllowUpdate = True
If AdoRs.EOF Then
MsgBox "No more records in the...
hi friends,
i am using ado as a object model and doing its connectivity with access.now when i try to use bookmark property of adodc button it will give the error
"this operation is not supported by provider"
i am using microsoft jet 3.51 provider
i have also tried by using 4.0...
hi friends,
i am having one problem.i want to write two seperate sql statements under one command in data environment.i want to apply two query on one table and show the results of both query in one data report
how i can will be able to do it
ishikha
hi friends,
I would like to know how can I use 2 tables data in one Data Report section? They are come with 2 independent SQL statements and I want to show them all in one section. How can I do that?
thank you
ishikha
hi friends,
i want to delete the record in between the data grid.can u suggest me how i will be able to do it.
i am sending the code
Private Sub delete_Click()
DataGrid1.AllowDelete = True
DataGrid1.AllowUpdate = True
If AdoRs.EOF Then
MsgBox "No more records in the...
hi,
i want to get fields from two tables in one report.i am using data environment as a data source
can u suggest me a solution?????????
regards
ishikha
hi friends,
i am making my project by using ado. in that i use the datagrid and adodc control.now i want to delete or add the record in between the datagrid .how can i do it. presently it will remove the record from the begining of the database.and add the new record at the end .but i want in...
hi friends,
i am having one problem.i am having two tables 1.software
2.dialogic .now i want to count the total no of records in each table and show it seperately in one data report.
i count the total no of records by applying the sql query in two command in data environment.but when i drag the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.