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!

Search results for query: *

  • Users: Grumm
  • Content: Threads
  • Order by date
  1. Grumm

    Strange PHP /MYSQL Error

    I have a strange problem where my code works on my hosted domain but not on my local machine and I cannot figure out why? It must be in the PHP.ini or my.ini files. This is the script that works on the domain but not on my local machine: - //Open Method @260-9D834628 function Open() {...
  2. Grumm

    PHP Script Documentation

    I have an application that has been written with a code generator and the script it has generated are hard to follow. Is there a tool/utility that I can run against my php scripts to insert or annotate the script to easier understand. Any advise would be great.
  3. Grumm

    Print Preview

    I am new to PHP and am sure this is an easy problem. I have an application that reads data and produces reports. When the report is viewed via IE5 tyhe logo MIME appears in the page. When I goto the print preview the image is lost and I get a box with a red cross in it. Am sure this is an...
  4. Grumm

    Win XP Problem

    I have a script that used to run fine under my Win 2000 installation. I have now moved to XP Pro and IIS and have my application running in the following directory: - C:\Inetpub\wwwroot\tcmv30 The section of PHP that is failing is :- function PatchClassesPhp() {...
  5. Grumm

    Header, Detail Problem

    I have a query that ask the user to enter Me!MaxWeek. The query correctly queries the data and brings bback dat Where Week <=Me!(MaxWeek). This information is held in the detail section. What I want to do is display the Max Week or the number the user entered in the header. I have tried a...
  6. Grumm

    Reporting Question

    I have an application that is hosted and built using MySQL and PHP. The application is a transactional system with a number of 'standard reports' written in PHP. Is there a good server based report generator out there that I could load to the server and develop from there? I have had a look...
  7. Grumm

    Hide Values

    Hi, is it possible to hide values on a repory depending on a value entered by user. If they click to generate a repoty they will be prompted with a question 'Include Amount Y/N'. If they type N the report will be produced with the Amount hidden. I can do it on forms but cant see a way on...
  8. Grumm

    MS Access to MySQl

    Hi - I have an access application running on Win 2000 and Access 2000. The application has 28 tables and about 30 forms. The customers would like to web enable the application and want to go down the open source route. I am been asked to look into MySQL and PHP as the technologies of choice...
  9. Grumm

    Upsizing To SQL Server

    I have an access database that I want to upsize to SQL Server. Through out the application I have expressions in the queries (e.g A command button opens a report and the query has an expression with Me!Date to prompt the user to enter a date parameter). When I try and upgrade with the...
  10. Grumm

    Really Stupid Question

    I have an access application! Is it possible to load the application onto a web server then split the database and load the forms locally and access the data over a dial up? Sorry if this goes against all normal principals
  11. Grumm

    Win 2000 to XP Home Problem

    Hi, I have developed a database using Win 2000 and Office 2000 Pro. In the start up panel I have unchecked the allow full menu's. The main reason for this is I do not want users to be able to view forms in the design view. On Win 2000 this works fine. I have now installed the application on...
  12. Grumm

    Photos On Forms

    I think this is an easy one but I have looked through previous posts and cant find the solution. I have a form where I want to enable the users to insert upto 4 pictures per record. These are specified as tables in the tables as Photo1, Photo2 etc. To insert the photo on the form I right...
  13. Grumm

    Importing DateFrom Same Application

    OK - I am developing an application in a phased approach of which 4 of the 7 components are delivered. A number of users are required butno network exists. I have looked into replication but that it too restrictive in developing without doing an conversion of data. As we are still developing...
  14. Grumm

    Stratge Report Problem

    I have an application with a management information screen that is used to run some reports. These reports are a mixture of portrait and landscape. I have just moved the application to a new machine using the same opperating system. My problem is that a report will be displayed in protrait...
  15. Grumm

    Recover Replica - Help

    I have created a master database for a customer and set up a number of replicas which were working fine. The customer has now changed their mind and want to run the system centrally. I want to convert the master back to a 'non' replica version without the large ID's in the keys and the extra...
  16. Grumm

    Security And Replication

    I have an application that is replicated and I want ro have an office based master with various managers on site who will visit the office and replicate with new information. My problem is I need to implement security as the database holds sensitive information and must be secure. What is the...
  17. Grumm

    Report Filter

    Hi, I have a screen in my application that has a number of summary reports. The application holds details of a number of projects. I want to click on a button that prompts the user to select the project to print the summary for. What is the best way around this - I have tried filters but...
  18. Grumm

    ASP Export Problem

    Hi, I have an application that I want to web enable. I am looking into exporting forms to Active Server Pages. I have only just started to look at this as an option. My main problem is that if I export a form which contains sub forms it does not convert the sub forms. Does anyone know a...
  19. Grumm

    Active Server Pages

    Hi, I have an application that I want to web enable. I am looking into exporting forms to Active Server Pages. I have only just started to look at this as an option. My main problem is that if I export a form which contains sub forms it does not convert the sub forms. Does anyone know a...
  20. Grumm

    Combo Box Problem On Continuous Form

    Hi,I have a form that contains a sub form with a number of combo boxes. The main form holds project information. The sub form holds task information for each project. These 2 forms are linked and work correctly. Two of the combo boxes in thye subform are:- WorkGoupTypeID and WorkTypeID -...

Part and Inventory Search

Back
Top