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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by shadylane

  1. shadylane

    Printer Sharing problem with W2K Server and Win95

    Hi All, I've just added a Win 95 laptop to my Windows Workgroup and set the Printer (connected to the Win 95 machine) so that it can be shared on the network. When I browse the workgroup from my W2K server machine I can see the Win 95 machine and the printer OK. Only problem is when I try to add...
  2. shadylane

    Can:t restore lilo

    Hello there, I'm trying to restore Lilo but the lilo.conf file seems to have disappeared from /etc/ although there is a file called lilo.conf.anaconda (it's Red Hat 8.0) The reason I'm trying to restore lilo is because I installed Win 2k on one partition and now it boots straight into Windows -...
  3. shadylane

    Rich Text Editing

    Hello, I'm not sure if this is the right place for talking about Rich Text Editing, but nowhere else seemed more suitable. I'm currently designing an RTE Content Management System, but having problems with the CreateLink command (that's what it's called in Midas for Mozilla - something different...
  4. shadylane

    Installed wrong printer driver

    I don't seem to be having any luck here - I removed the registry key under printers and tried again with the same results - I get to the last screen of the add printer wizard where it says - "you have completed the printer set-up wizard successfully" - I hit Finish and then I get the...
  5. shadylane

    Installed wrong printer driver

    hi All, I think I accidentally installed the win98 driver for a printer in Win2Kserver. Well, I get the error - "an error occurred during the installation of the device - cannot create a file when the file already exists". The printer is a pre-1999 model NEC printer available only in...
  6. shadylane

    USB keyboard/mouse problems at install

    Hello, I'm trying to install Red Hat 8.0 on a desktop machine with a USB keyboard/mouse setup - unfortunately, once the installation wizard starts up, the keyboard stops working. I think there must be some driver available, since I ran Linux successfully off a CD a while back - forgot the name...
  7. shadylane

    Gremlins deleting Win 2000 Indexing Service entries

    Hello there, I uploaded some files via the internet to my companies webserver, then indexing service kindly added them to an index I created earlier for the particular website (as it should). The next day when I try to search the catalog, the files are gone! According to the logs the files were...
  8. shadylane

    I hate Indexing Service!!

    Ever since I came across this piece of software it has given me grief! Even with indexing service performance cranked up to instant indexing, the 'index this resource' checkbox checked in IIS, and the 'index folder contents for fast searching' checked on the file system folders - Indexing...
  9. shadylane

    Indexing Service with multiple sites problem

    Hello there, I guess this is related to Indexing Service, but I suspect that IIS could be the cause of my problem. In Indexing Service, when I set the web server to anything apart from the default web site, I can't get the virtual path out of indexing service. The default web site is stopped...
  10. shadylane

    Binding controls on report open event

    Thanks cuok, Seems to be OK with the Details_Format event now - except it's tripping up at this line. Me(addField).ControlSource = rs3.Fields(i - 1).Name When debugging, both the addfield variable and the contents of rs3.Fields(i - 1).Name are correct, which leads me to beleive that the...
  11. shadylane

    Run Subs from within a Sub

    Or just do what Ken Reay said! Guess you don't need those Runs when you call the subs either.
  12. shadylane

    Run Subs from within a Sub

    Why not just put each of your subs in a Standard Module or a Class Module? Then you just call them using your buttons Click event. ie. Sub btn_SuperButton_Click() Run ImportSub Run AppendSub Run PrintSub Run ReportSub End sub Or you could add a "do all" sub to the module that...
  13. shadylane

    Binding controls on report open event

    Is that a report event? I tried making it Sub Report_OnFormat() ... but the results were the same. In the VBA editor, when I select Report from the left hand (object?) pulldown, I only get the following events in the right hand (events?) pulldown. Activate Close Deactivate Error NoData Open...
  14. shadylane

    Binding controls on report open event

    Hello there, I'm trying to create a report that is created dynamically when it is opened. There are 25 unbound text boxes and 25 unbound labels, named field1 - 25 and texttitle1 - 25 respectively. Each has it's 'visible' property set to false. However, when I open it, all I get is 2 blank...
  15. shadylane

    File path only using Common Dialog Control

    Er... Just noticed the Common Dialog Control explanator thing a few posts down - I don't think it exactly does what I want to do though... Greg

Part and Inventory Search

Back
Top