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 gkittelson 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: *

  1. kumori25

    querying customized properties with indexing server

    Hi, i was wondering if anyone knows how i can query and retrieve results of customized properties of some documents through the indexing server, without using the .idq way? i heard that you can do it through an asp query page. Basically, i have indexed some documents with additional properties...
  2. kumori25

    querying custom properties in Index Server using ASP

    Hi, i was wondering if anyone knows how i can query and retrieve results of customized properties of some documents through the indexing server, without using the .idq way? i heard that you can do it through an asp query page. Basically, i have indexed some documents with additional properties...
  3. kumori25

    string grid, fixed rows, adding and deleting rows

    hi does anyone know how i can put a string grid with one fixed row at the top (with column headers), and the grid has 6 columns. I also need to allow users to key in data via text boxes such that when they click on "add" button, the data gets populated into a row on the grid. Multiple...
  4. kumori25

    data module

    hi, i don't really understand what you mean. supposing i have an application with 6 forms and 1 datamodule which holds my one connection to the database and 6 adoqueries retrieving data from different database tables. do i have to create an instance of the datamodule in the 'OnCreate' event for...
  5. kumori25

    split existing field

    hi again, i tried dima's codes, but it's not working. can anyone explain what "substr(field, 1, instr(field,' ') - 1)" means? i.e. what exactly does the function instr(field,'') do? thanks
  6. kumori25

    split existing field

    thanks guys, any idea if Dima's codes can be automated, using toad or any other sql tool? i've got lots of data and the tables consists of many fields
  7. kumori25

    url link & ocx

    does anyone have any idea how i can create a url link in a delphi form? any idea if this can be incorporated into an OCX component, which can then be called from a html document?
  8. kumori25

    clear ado dataset

    hi thanks for your help. i tried to do it but there was still an error. also, when i fire the update command, the data cannot be inserted into the database at all, there is always an error
  9. kumori25

    split existing field

    does anyone have any idea on how i can split data from an existing table? i.e. existing table has a field of NAMES, which includes salutations. i need to be able to split this single field into 2 fields and port all the data into a new table. e.g. existing data: NAMES field : ms joy new data...
  10. kumori25

    data module

    hi, i'm developing an application which uses the same few ado queries and datasets and connection. I'm trying to put them all together into the data module so that i will only have to create 1 of each for use by several forms. however, when i try to make a call to these in the data module...
  11. kumori25

    clear ado dataset

    hi, i'm using adoqery to extract database data (using adoquery)for display in a dbgrid. this grid has to be refreshed each time new documents are added. the problem that i have is that i allow users to add multiple documents (say 5), which are saved in a a cached dataset, and the 5 documents...

Part and Inventory Search

Back
Top