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

    Apache wont start Error 1067...

    I have a client that I set up Apache/PHP/MySQL on a Win2K box and it has been up and running for a year or two. The client (and another outside vendor) applied some windows updates and installed IIS on the same box. IIS is set to listen on port 81 and Apache settings were not touched so it...
  2. tonedef

    PHP Oracle connection

    I'm having a proplem getting my PHP installation to talk to Oracle. I have been running Win2K/Apache/PHP for a while and talking to MySQL. The client has an Oracle database that they would like to get some information from for the web site. They installed the Oracle Client software on the...
  3. tonedef

    Strange issue installing multiple DCs

    I am teaching a Win2K server class currently. To demonstrate installation and the use of Active Directory and DC replication I have every student installing the server and configuring as a DC. Each student has an account on an existing DC (my instructor server) that is in the Administrators...
  4. tonedef

    Problem uploading and storing big LONGBLOB

    I have a form where a user can fill out some information and attach a document that is uploaded to a MySQL table and the document is stored as a LONGBLOB. For some reason files over a certain size will not upload. I have not figured out the exact threshold, but as an example I can upload a 40K...
  5. tonedef

    Import/Export Mail FROM NS7 TO Outlook 2K

    Has anyone found a way to get email from Netscape 7 email to Outlook 2000? Netscape 7 is kind enough not to have an export mail feature, and MS was kind enough not to allow importing from NS6/7 or Mozilla.
  6. tonedef

    VFP7 Invalid Memo on build

    I am getting an error whenever I build my project/app/exe. Memo file <path>\<projectname>.pjt is missing or is invalid Is this a useful error first of all? What I mean is, is .pjt a memo file. I thought .dct or .fpt were memos. Second can I recover from this. I would really like to be able...
  7. tonedef

    Modify View

    Is there a way to see the SQL of a local view that was created by CREATE SQL VIEW ... that is too complex to be opened by clicking MODIFY? Thanks, tone
  8. tonedef

    VFP7 View picking up deleted records?

    I have a local view that is selecting information from a number of tables. The problem is the view is picking up records from the tables that are marked for deletion even though my application has set deleted on. Is there a way to prevent the view from doing this? It is causing a report to...
  9. tonedef

    INSERT -SQL problem VFP7

    I'm having a strange problem inserting values into a table from code in a form. Inside a button on my form I update values in one table and that works fine. Right after that I perform an insert statement on another table and it doesn't give any errors (compile or run) yet it doesn't insert...
  10. tonedef

    reload grid source (view)?

    I have a form which contains a pageframe. Each page of the frame has a grid to display a different 1 to many relationship with the table that is on the main form (outside the pageframe). I am not allowing any editing of the grids. When the user double clicks the grid another form opens to edit...
  11. tonedef

    Problem using view in grid on 1:M form

    If I use the 1 to many form wizard to create a form where the child grid source is a view the page works fine. The problem is I would like to put the grid on a page in a tabbed page frame so I don't want to use the wizard to build the form. When I do this I have a problem since the view...
  12. tonedef

    GET variables not seen by script?

    For some reason my script is not recognizing get variables passed to it. I have tried multiple ways of accessing the GET values and they are always empty. Ex: Call page via test.php?value=hello test.php code <? include_once(&quot;script.php&quot;); ?> <html> <head> </head> <body> ... <...
  13. tonedef

    DW3 and file extensions/external editors question

    Is there anyway to do the following in DW3? 1) Have DW recognize different file extensions? 2) Have DW open an external editor that is not an .exe? DW allows me to open *.php files but my host requires PHP files to have a .php3 extensiion. DW cannot open *.php3 and I have not been able...
  14. tonedef

    Handle multiple submit buttons on same form?

    I have a form that has multiple submit buttons. The form action calls another .php3 page to process. I don't seem to be able to access the value of my submit buttons to conditionally process branches of code. I am able to do this in other environments. Am I doing something incorrect...
  15. tonedef

    Setup on BSDi problems

    I am trying to install the latest (stable) version of MySQL on a BSDi 3.04 box. Originally I was receiving an error whenever I ran the ./configure that stated libz.so couldn't be found. I then made sure libz.so was in /user/lib and ran ldconfig -v to get it loaded. Now I am getting an error...
  16. tonedef

    Stranger error in server console

    The following error is printing on the server console of all developer machines, a test server and the production server. It was just noticed starting a few days ago. Has anyone seen this behavior before? num is -13 pos 2 chars are %3 java.lang.IllegalArgumentException at...
  17. tonedef

    Simple Data Entry screen problem

    I'm having a problem with a simple data entry screen. If I click 'New' and enter some data then 'Save', leave the screen come back it works just fine. However, If I enter multiple records then leave and come back it may or may not have actually saved my data. It is not every time, but it is...
  18. tonedef

    Problem with FrameSets?

    I have a frameset that worked fine for some time untill I added another frame to the set. When I added this new frame, suddenly the frameset loads oddly. By this I mean that (with no repeating pattern) a frame will not load the page that it should (404 Error). Then that page will end up in...
  19. tonedef

    Layer above form field in NS 4.x?

    Is there a way to get a layer to be visible &quot;over&quot; a text field in NS? The problem is I have tried a number of different ways to create JS based menu system. However the menu will always appear &quot;below&quot; a form input field in NS 4.x. I am able to get it above in IE and NS6...
  20. tonedef

    Strange results using % on doubles?

    Does anyone know why I am getting strange results when using the % operator. (It could be on other things as well, but this is when I noticed it.) I'm running Win 98, Sun JDK1.3, compiled at dos prompt using javac and ran at dos prompt using java. Following is the simple program I used to...

Part and Inventory Search

Back
Top