Problem Posts

"Problem" Message Board Posts |
|
Thread 5 of 5 |  Andy.A | General Protection Error when printingI have installed Paradox 11 on my PC after many years of using Paradox 9. Everything working fine exept when I try to print anything at all. I get a "General protection" error message and the program crashes. Has any one had any experience and know of any fix to this problem? |
 77 Hits | |
Thread 4 of 5 |  Sam.S | Paradox 11 Runtime on 2008 Terminal ServerI have a terminal server installation that has been running paradox 11 runtime. All users on this installation access paradox through the terminal server.
After running fine for the initial four months, I recently ran into a curuption problem that looked a lot like the old Oplocks of NT days or Terminal User settings of Win TS server 2003.
I could watch two users viewing the same table, the edits of user A would not appear for user B after user A committed the edits and the table would get immediately currupted. It looked to me that both users were holding the tables in memory and not committing changes to disk until the user left the table. A single user could function normally in the application without curruption. I tried a lot of things on that server to try to fix it including oplocks and terminal user reg edits, but I couldn't correct the problem.
I recovered the entire server from a month old backup, prior to the start of the problem, install... | 1 Reply: |  Sam.S | I still don't know why this server went bad and still suspect the remote app publishing change as the cause. But subsequent experience on other 2008 and 20012 servers makes me think the cfg Configuration|INI|Localshare = True setting would have solved it. This server was restored from backup prior to the remoteapp publishing, painful, and that resolved it for this machine. |
|
 1012 Hits | |
Thread 3 of 5 |  irishcon1 | Recent Windows 7 updates crashed Paradox 11?I dual boot WinXP Pro X32 and Windows 7 X64 Pro on separate drives and run Paradox 11 from WP Office X3 on both. I mostly use XP and there are no problems with Pdox after those updates but when I went to use it under Windows 7 today the Project Viewer showed no files in the working directory. Until now there was no problem with the Windows 7 installation. I uninstalled and reinstalled Pdox and then tried to set Project Viewer to the proper working directory and it crashes. I've tried this several times. If I open a table with Explorer Pdox will start and open it but if I try Project Viewer it crashes. I went to check the BDE settings but I can't seem to find BDE in the control panel or anywhere else in Windows 7. | 10 replies. Last post: |  henry.w | I was having the issue on Win7 32bit that pdx exited with this error and I did the steps to move my working directory to the public folder and NO MORE ERROR!
Wow great job man keep up the good work! |
|
 3143 Hits | |
Thread 2 of 5 |  Gary.L3 | Unexplained ObjectPAL postrecord() errorI am encountering an error when I try to post table data using a tcursor in ObjectPAL (Paradox 8.0). System error reads: "An error was triggered in the 'postrecord' method on an object of tcursor type" --> "This record is not locked so the operation is invalid." I'm not sure how the record would be unlocked.
The main code is attached to a pushbutton event.
At the top, I open a tcursor to a specific table (e.g., tc1.open(ATableName)). I use some qlocates to search for and test certain dates and values. Then I tc.close(). No problem.
A little further down, I call a method that's also attached to the pushbutton object. Inside the method, I open a differently-named tcursor to that same table (e.g., tc2.open(ATableName)). I do some qlocates and later post some data to several different records in the table. The data posts without a problem. At the end of the method, I make sure to endedit() and close().
A... |
 140 Hits | |
Thread 1 of 5 |  Lars81 | GPF when using ActiveX-Objects (MSXML)hello,
im using Microsoft XML Core Services (MSXML) to parse and create XML-documents.
when i call certain methods of the oleAuto-objects, Paradox crashes when reaching the endMethod statement, (the code is in the pushButton event of a button). That brought me to the conclusion, that the problem could be the "releasing" of oleAuto-variables. so i´ve put the variable-declarations to the form. if i debug the code, the, GPF doesn´t appear at the endMethod of the Button anymore, but still occurs when exiting the program. So i might be right that the problem is where it comes to release variables. Explicit close() orders of the OLE-objects do not solve the problem. Anyone got an idea? I really need that MSXML to work :-( Other MSXML-Methods work very well, like searching XML-files via XPath for specific elements etc. .
here comes the code and the xml-files., the code validates the xml-file against the xml-schemafile, (code and xml-files are from the microsoft ... | 2 replies. Last post: |  Lars.8 | hello,
i just want to give you a short summary of the problem i had and a fix / workaround for it, since it may help with other activex- and general protection faults issues:
, when calling certain methods (my assumption is, that maybe pointers are the problem) of activex-objects, paradox crashes, usually with a general protection fault. in most cases, this happens right before the endmethod-statement is reached. that brought me to the assumpti... |
|
 355 Hits | |
"Problem" Knowledge Base Posts |
|
|