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 wOOdy-Soft 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 tomandsandy

  1. tomandsandy

    Cannot comile application due to inability to locate control within a

    Dave and Olaf, This makes total sense. I did not shift VCX files into a new folder structure but the folder structure I was given was not the original folder structure the application was compiled in. I made a copy of everything and attempted to move the files to their absolute paths. I tried...
  2. tomandsandy

    Cannot comile application due to inability to locate control within a

    Sorry Dan just frustrated. I will try to addthe controls to an empty form. I do not know what the original form looks like since I have not been able to open it period. I do know which controls it uses by the error messages. I will try that. Thanks Tom
  3. tomandsandy

    Cannot comile application due to inability to locate control within a

    Has anyone ever heard of Visual MaxFrame. This application uses the Visual MaxFrame professional framework. Tom
  4. tomandsandy

    Cannot comile application due to inability to locate control within a

    I went in and hacked the vcx/table by changing the class lib pointer to the correct location. I am still getting "Error Instantiating Class". "Cannot find edtpcbound in pcfwctrl.vcx". pcfwctrl is a subclass of the parent xxfwctrl. I don't know if this has anything to do with it but all pointers...
  5. tomandsandy

    Cannot comile application due to inability to locate control within a

    No, not read-only. I initially reset the attributes after copying from the CD. Tom
  6. tomandsandy

    Cannot comile application due to inability to locate control within a

    The save did not work. I will try hacking the table. Tom
  7. tomandsandy

    Cannot comile application due to inability to locate control within a

    Forgive me, in the process of trying to build the application I ran into several errors. I am down to one error on a form. The application will not allow me to open the form due to the calss instantiation exception. The frustration lise in the fact that i do a locate on the class and point to...
  8. tomandsandy

    Cannot comile application due to inability to locate control within a

    I am trying generate a build of an application I inherited. The only thing holding me up is "Error Instantiating Class". Cannot find edtpcbound in pcfwctrl.vcx" . I then hit locate and find both the control and class. This message keep popping up relentlessly and I cannot satisfy the request and...
  9. tomandsandy

    Can't hit server from the outside (Windows 2008 server)

    Thank you for your response. I am currently out of town on business and will try this out when I return on 12/5/2008. Tom
  10. tomandsandy

    Can't hit server from the outside (Windows 2008 server)

    I have done this many times without a problem But this is my situation. I set up a Windows 2008 server that is running, * Sharepoint 3.0, * SQL Server 2008. * My router/Modem is a Verizon DSL Router/Modem. * My internal IP network is 192.168.1.x. * My server is a static IP...
  11. tomandsandy

    XPAth Searches in .NET

    I am trying to parse a DOM object in C#. I know the source of the failure but I do not know the reason for its failure. I am searching for a tag called <mimeType>jpeg</mimeType> using: XmlNode bookNode = xmldoc.SelectSingleNode("//mimeType"); //Determine whether a matching node is located...
  12. tomandsandy

    Convert Crystal 10 to PDF using Active Server pages

    Can I convert a Crystal Reports 10 file to PDF iusing Active Server pages? Thank You Tom
  13. tomandsandy

    Printing Access Reports on Ricoh 1022 Printer

    I am having the most terrible experience printing the Ricoh 1022. Reports will print only to the default tray and type of paper. No matter how many times I go to the printer properties and change the tray to tray number 4 it still prints from the default tray number 1. I am using the latest...
  14. tomandsandy

    Access 97 Running on Windows XP

    I am running an application on Windows XP. It runs great under Windows 98 but when I try to run the app on XP I get many abnormalities. The form fields do not recognize the date function. If I pre load the fields in the Form.Load module and pre format them then they work just not in design...

Part and Inventory Search

Back
Top