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 TouchToneTommy 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: Wiszh
  • Content: Threads
  • Order by date
  1. Wiszh

    Apply a function to a result

    I am trying to select a series of attributes and apply a function to them: For example //row/@role I want to apply the substring function to the role attribute. If I add it to the entire xpath then I only get one result substring(//row/@role, '3') If I apply the function to the attribute only...
  2. Wiszh

    CVS ActiveX control

    Does anyone know of a CVS ActiveX control or dotnet app which displays the contents of a CVS repository. (I want to be able to allow the user to select some files and include their names in a report.) Thanks
  3. Wiszh

    Upload

    Does anyone know the correct url to post an upload to a sharepoint document repository? Thanks
  4. Wiszh

    Reading from a web service

    How can I have a C Sharp program read data from a web service? Thanks
  5. Wiszh

    Display HTML in a form

    Is there any way to display an html page within a windows form? (I know there used to be a HTML component in VB6, does it exist for vb.net?) Thanks
  6. Wiszh

    Scanner

    My USB scanner does not seem to work with XP sp2. I purchased a new PC with XP sp2. I installed the driver software and XP recognized it and lists it on the Scanners and Cameras list. But I cannot get it to work, the test button is greyed out and none of the scanner apps can find it. Any...
  7. Wiszh

    My Documents

    Hi All, I recently reinstalled (reformatted) win xp but the My Documents folder was redirected to another partition that was not reformatted. Now with my new installation I cannot access the old My Documents folder. Its still there but if I try to touch it I get an access denied message. Any...
  8. Wiszh

    Calling a Function from a query

    Is there any way to call a user defined (Module) function from a query? How about from an external query, such as one called from an ASP or ColdFusion page? Thanks in advance
  9. Wiszh

    Item not on list

    I have a table containing a one to many relationship. I want to select all of the 'many' items that the a specific 'one' is NOT related to. Any advice is appreciated! Thanx
  10. Wiszh

    Shell Command

    How can I use the shell command to open a web page from a button click?
  11. Wiszh

    Open a web page

    Hi, I am trying to open a web page from a form button. I tried using the 'shell' command with several different parameters but none seem to work. Any advice? Thanks
  12. Wiszh

    regex package

    How do I specify a new line character in a regex replacement? For example if I replace with: \n - the letter 'n' is inserted \\n - inserts a \n but no new line. Any ideas Thanx WISZH
  13. Wiszh

    Dynamic list of options

    Hi, Does anyone know how I can dynamicly create a list of checkboxes in access 97? I need to allow users to select several of many choices. I don't want to use a list box with multi select permitted because they will have a hard time using it (shift + click is not a simple task). Any...
  14. Wiszh

    Tag lib -getRealPath

    Hi, Does anyone know of a taglib out there that returns the ServletCOntext().getRealPath(<param>) value? Thanks Wiszh
  15. Wiszh

    Access 97-2000 conversion

    Hi, I'm tyring to convert some access 97 databases to access 2000. As you can imagine this is not a simple feat. When simple conversion does not work, I create a new database and import the objects one by one. I often run into problems importing forms and reports any ideas ? Thanx Wiszh
  16. Wiszh

    Icon in address bar

    Hi, Does anyone know how to make those icons appear in the address bar (generally only works in IE). Thanks Wiszh
  17. Wiszh

    Count unqiue sub item

    HI, I have a many to many relationship. I want to count the number of item that participate, by the number of the other part of the relationship. For example: I have a list of orders, each order can have none or several options. How do I count the orders, so that each set of options is covered...
  18. Wiszh

    selecting several records into one field

    HI, Does anyone know how to select a series of records into one field in a query. I have a one to many relationship, and I want to retrive all of the many's into one field for a report. Thanks Wiszh
  19. Wiszh

    Dual in Interbase

    Does anyone know of a system table similar to oracle's dual in Interbase? Thanx Wiszh
  20. Wiszh

    Database mapping framework

    Any one know of a simple database object mapping framework that I can use to connect my java objects to a relational database? Thanx Wiszh

Part and Inventory Search

Back
Top