Simon Wood
Real Name: |
Simon Wood
|
Primary Role: |
Coder |
Joined: |
Jan 2002 (19 years ago) |
Visits: | 13 |
|
|
|
Email Not Verified!
Once email is verified, we will review and approve the account.
|
Web Presence Hidden.
Once above is taken care of, full Profile content will display including back links, about me, my message, custom Profile html,
social networking links, message board signature, company profile, etc.
|
Message Boards Activity10 posts. |
|
Thread 6 of 6 | Thread Starter or a Reply (but not last) | | | Group |  Simon Wood | Paradox 10 / Word via COMSummary, , We have a Paradox 7 application that has been successfully using Word 97 Spell Check capability for Paradox text fields. The routine (method) that calls Word is written in Delphi 5 and held in a library (dll)., , Problem, , We upgraded the application from Paradox 7 to Paradox 10 (the Word library remaining unchanged). , , Now when the user clicks on the spell check button in the Paradox application the spell check function runs correctly, but once the Word library routine calls the Word CheckGrammar function then after around ten seconds a spurious message box "Server is Busy" pops up offering "Switch To" or "Retry" options. , , What causes this unwanted message? How do I get rid of it?  CliffSuttle | Also, there is a spell checker in Paradox 10 (right click on field) that may remove your need for the Word checker. |
|
 1407 Hits |  Corel Paradox / ObjectPAL Coding | |
Thread 5 of 6 | Thread Starter or a Reply (but not last) | | | Group |  Sancraian Marius | Update clients dataI have two clients conected to the same database. When a client update a record in a table, I don't know how to update the records for the other client (the client must refresh the data to update the records). How can I do this automatically?, Thanks in advance.  Simon Wood | The only way that client 2 can see the changes client 1 has made is for client 2 to issue another select. You cannot force InterBase to refresh a client ! |
|
 3211 Hits |  DBA, Databases, & Data | |
Thread 4 of 6 | Thread Starter or a Reply (but not last) | | | Group |  Simon Wood | Re: Update clients dataThe only way that client 2 can see the changes client 1 has made is for client 2 to issue another select. You cannot force InterBase to refresh a client ! |
 2 Hits |  DBA, Databases, & Data | |
Thread 3 of 6 | Thread Starter or a Reply (but not last) | | | Group |  Simon Wood | Re: Check in triggertry this :, , ==========================================, CREATE TRIGGER LOGGEDIN_CHECK FOR LOGGEDIN, ACTIVE BEFORE INSERT POSITION 0, AS, , DECLARE VARIABLE TString VARCHAR(15);, , BEGIN, , , BEGIN, TString = CAST(New.Name AS VARCHAR(15));, WHEN ANY DO, EXCEPTION Wrong_User_Length;, , END, , END ^, =========================================, Regards, , Simon Wood |
 2 Hits |  DBA, Databases, & Data | |
Thread 2 of 6 | Thread Starter or a Reply (but not last) | | | Group |  Simon Wood | Opening Forms in Pdox 10I have a large Paradox app (~900 design objects) which I am attempting to migrate from Paradox 7 to Paradox 10. (I gave up trying to migrate to Paradox 9 because of the large number of reporting bugs in the version), , My application uses a lot of windows (as opposed to Dialog boxes) that completely overlay each other. These all behave perfectly in Pdox 7 (and Pdox 9), but in Pdox 10, if I open form 1, followed by form 2, followed by form 3 and then close form 3, I end up back on form 1 instead of form 2 - am I missing something ? I have not made any changes to any of my design objects except to open them, compile and save them in Paradox 10, , Help please !  1311 | Does anyone know whether SP4 is contained in Wordperfect office 2000 Enterprise? that is what Corel Australia sent me because I couldn't download the patch on internet (size).I have lost some navigation bars in the delivered version and they tell me the patch is what I need. However after reinstalling Paradox9 from Office the problem is still with me. |
|
 2083 Hits |  Corel Paradox / ObjectPAL Coding | |
Thread 1 of 6 | Thread Starter or a Reply (but not last) | | | Group |  Simon Wood | Re: Opening Forms in Pdox 10rt, , Am I right in thinking that you have hit this same problem too ? Have you installed the Pdox 10 Service Pack ? - if so did it help ?, , Simon Wood |
 2 Hits |  Corel Paradox / ObjectPAL Coding | |
|
|
|