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

    Find Computers On The Network

    I've got an asp app that runs on a local network, is it possible to find out what machines are connected to the network?
  2. jpspring

    Browsing Directories

    I'm wanting to be able to give the user the ability to browse the network for a given folder, is this possible in asp.net
  3. jpspring

    ASP Debugging And XP

    I'm trying to debug a web app, but when i try to run it from within the development environment, its says the server components are not installed which they are, it worked fine in 2k but doesnt seem to like xp, is there a setting somewhere that i need to change
  4. jpspring

    Web Debugging

    I am running an ASP Web APP on a server, though the asp debugger will not start, due to access rights, it works fine when i'm the administrator, what do i need to give myself rights to allow the ASP Debugger to function correctly without having to login in as administrator
  5. jpspring

    Deploying A Service

    How do you deploy a service on another machine, a standard install won't work due to the fact that installutil has to be used from the commandline
  6. jpspring

    How Do I Stop a Service From Stopping

    I have a service that stops as soon as it starts. I want it to wait for events to be triggered by the filesystemwatchers that i have setup, can it be done?
  7. jpspring

    Waiting For Events

    Is there a way to get a windowless application to wait for a given event without the application exiting. I have tried to use a loop, but get an overflow error. And same question but as a service. Many Thanks For Your Help
  8. jpspring

    Navigating Data

    Whats the best way of moving around a dataset, presumably you cant do it with a data reader because its forward only or is there a way to reset the data reader to the start of the records after it has gone through once
  9. jpspring

    Control array

    if i've got a control of say 5 checkboxes and i want to pass all five controls to a sub-procedure to check them all, how would i do this? test check1() sub test(chkbox() as checkbox) end sub doesn't work, it expects an user-type
  10. jpspring

    Passing an entire control Array to a sub procedure

    I think this should be fairly simple, i'm just wondering how to pass an entire control array to a sub procedure in one go
  11. jpspring

    Passing a checkbox array to subroutine and scrolling form

    I wonder if it is possible to send a control array to a subroutine. and how can you make a standard form scrollable.
  12. jpspring

    Passing a whole array to a subroutine

    I am trying to pass a complete array to a subroutine, for example: First Declare: Dim MyArray() as string ' Dynamic array Then if the subroutine is set ourt like this: Public Sub MySub(SubArray() as string) If i try and call it: MySub(MyArray()) I get the error message that an array is...
  13. jpspring

    Registering Crystl32.OCX

    When i install crystal reports 8 crystl32.ocx is neither copied across or registered and i need to do this in order to user crystal reports 8 with vb. I am now trying to register the component manually. To do this i copy the crystl32.ocx and crystl32.dep files to the windows\system directory...
  14. jpspring

    Upgrading crystl32.ocx for use with CR8

    I use both vb5&6 which both use version 4.5. I have recently brought version 8 and installed it. The CD does contain a newer version of the crystl32.ocx version but this does get copied across during the installation, even when i choose install all possible components. So I presume that i have...
  15. jpspring

    opening a recordset with a vb on an office 2000 database

    i am trying to read and write to an office 2000 database, but i get an error, i presume this is due to the fact that i need a newer DOA control, could someone please tell me if this is the case, thank you
  16. jpspring

    What control to use with Access 2000

    I have recently got office 2000 and found it incompatable with visual basic, i assume this means that i just need to upgrade the control could someone please tell me where to get it
  17. jpspring

    EXE FILE

    Is it possible to make a self contained exe file of a project or is the setup program the only way. I know that you can make an exe file from the file menu but this does not contain any of the run time files. This means to use the exe file on another machine you have to manually copy across the...
  18. jpspring

    Crystal Report 8 Viewer

    I am trying to use a crystal report 8 viewer but unable to link to a report, could someone please tell me how this is done. Thank You
  19. jpspring

    crystalreport.action =1 not working

    when i try to print some data to from vb5 i get the error message "method 'action' of object 'crystalctrl' failed" the same goes if i use the printreport statement.
  20. jpspring

    Upgrade To Crystal Report 8

    Quite simple, i'd just like to know if its possible to upgrade the vb5 crystal report control so that i can use it with version 8 of crystal report

Part and Inventory Search

Back
Top