Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: ishikha
  • Content: Threads
  • Order by date
  1. ishikha

    urgent help on slide down menu in javascript

    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...
  2. ishikha

    check file

    hi friends, i want to check whether particular file exists on client pc or not.in vbscript.how can i do it.Can anyone tell me thanx in advance ishikha
  3. ishikha

    selecting a item in drop down list

    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...
  4. ishikha

    check whether file exists on client pc

    hi friends, I want to know how i can check whether the particular file exists on client pc or not in javascript Thanx in advance regards shikha
  5. ishikha

    adding a new record

    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...
  6. ishikha

    finding the record

    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...
  7. ishikha

    create database

    hi friends, can u tell me how to create database and tables using coding in vb.i am using ado. the database i need is access ishikha
  8. ishikha

    data report in vb

    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...
  9. ishikha

    check for numeric values

    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
  10. ishikha

    sql query

    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...
  11. ishikha

    data environment

    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...
  12. ishikha

    data grid in vb

    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...
  13. ishikha

    ado

    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...
  14. ishikha

    data environment

    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
  15. ishikha

    i want to get two tables data in one report

    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
  16. ishikha

    datagrid in vb

    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...
  17. ishikha

    data report in vb

    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
  18. ishikha

    data grid

    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...
  19. ishikha

    data report

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

Part and Inventory Search

Back
Top