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 Wanet Telecoms Ltd 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: yobensh
  • Content: Threads
  • Order by date
  1. yobensh

    Delete records from ClientDataSet

    Hi all, I'm manipulating a filter on ClientDataSet. Eventually, I need to delete all records shown as the result. I've tried to use ClientDataSet.Delete, but it's deleting the underlying record only. Can anyone help me here? Thanks in advance, Yoav.
  2. yobensh

    Define a certain field as Hyperlink

    Hi Friends, I'm using an Access 2000 db which have a field called "Rem" set as Hyperlink type. I'm also using an ADODC and a simple data grid for showing the records. 1. Is there any way for showing this field on datagrid as hyperlink? 2. Same question for datareport... Hope I was clear enough...
  3. yobensh

    SQL query with same criteria on several fields

    Hi, I'm trying to understand why this is not working for me.. I'm using Access2000 database and ADO Object to show data over datagrid. What I'm acually trying to do is to filter data according to the SAME criteria but on 5 different fields (some of the fields might contain a null value) named...
  4. yobensh

    Need help with SQL Query.

    Hi Experts, I'm trying to filter some data using SQL query on Access 2000 db. Thing is that I'm getting run-time error '3001' - "Arguments are of the wrong type, are out of acceptable range, or in conflict with one another" here is what I have so far: Dim cn As New ADODB.Connection Dim rs As...
  5. yobensh

    Fixing MSHFLEXGRID column header for not scrolling

    Hi experts, I'm using MSHFLEXGRID to populate records from Access db usind ADO control. When having a large number of rows, while scrolling down the rows, the header row (or is it column header..? ) is going up with the previous rows and kind of "disappear"... Any idea how can i fix it, so...
  6. yobensh

    Run-time error '9' subscript out of range

    Hi Experts! I've made a small application using Access 2000 db, packed it and installed it on my personal pc. For me it works just fine. The problem begins right after the installation on users pc. When they click on any button it's giving them this error: "Run-time error '9' subscript out of...
  7. yobensh

    System files out of date problem

    Hi, I've created a setup file using PDW for my application. When I install it on machine running with winXP OS, it setup is working fine. The problem begins when I try to install the program on a machine with WIN98 OS...then it gives me something like this: "Setup cannot continue because some...
  8. yobensh

    Access of several users to a database

    Hi all, I'm trying to figure out how to make it work... I have an Access2000 as a database for my application which is installed at several users. How can I let more than one user to access the database and update it so others can see the changes? here is what I have now: Dim cn As New...

Part and Inventory Search

Back
Top