Problem Posts

"Problem" Message Board Posts |
Thread 50 of 50 |  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 49 of 50 |  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. |
|
 1019 Hits | |
Thread 48 of 50 |  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! |
|
 3149 Hits | |
Thread 47 of 50 |  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... |
 143 Hits | |
Thread 46 of 50 |  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... |
|
 358 Hits | |
Thread 45 of 50 |  Cottage Builder | Paradox FilesI have for quite some time been unable to access the "Import, Export and Table Repair" utilities on the paradox menus. Endless uninstall, reinstall routines; checks for existence of files such as Tutility.exe, have failed to resolve the irritation of not being able to use these functions.
Recently, I installed paradox on a laptop. It is the same operating system as the desktop, (XP) Lo and behold the program worked fully, and well. ( But still not on the desktop)
I notice that even when I have done uninstalls, cleans and apparently everything I can find on my drives that relate to Paradox, when I reinstall, it still knows all the aliases that I had set up previously.
Obviously, there are some files deeply embeded in my hard drives somewhere, that retain information about paradox.
My question is, "where are they?" "what are they?" and "Might they contain corrupted files that could cause the problems?" Interestingly, when I choose 'Import' from the... |
 137 Hits | |
Thread 44 of 50 |  OzPaul | Project viewer 10 on Win7 not showing edit optionHi, I have recently installed Pdx 9 and 10 on a Win7 networked machine at work. Mostly no problems once I installed the win32hlp except with the project viewer which does not give me the right click edit option for forms, reports etc... Perhaps I am missing something simple? Best, Paul. | 1 Reply: |  Lars.8 | Hello,
we are having the same issue here with Paradox 11 on Windows 7 machines |
|
 293 Hits | |
Thread 43 of 50 |  OzPaul | Can Paradox read multiple items for the Clipboard?I am trying to streamline a work flow for our secretary and it occurred to me that she can sequentially copy multiple texts in another application to clipboard with cntrl-c. She can do this in sequence. Say family name, given name unit number. Can she then click on a button in Paradox to distribute these values to a Paradox table?? No problem for a single item, but what about the multiple values? Thanks, Paul.
oops excuse the douple post! | 2 replies. Last post: |  OzPaul | Ah yes, strangely I was not aware this is a different clipboard implementation... I can't find the appropriate ole coding however.... The more I think about it, the less enthusiastic I am however. Thanks, Paul. |
|
 457 Hits | |
Thread 42 of 50 |  OzPaul | Can Paradox read multiple items for the Clipboard?I am trying to streamline a work flow for our secretary and it occurred to me that she can sequentially copy multiple texts in another application to clipboard with cntrl-c. She can do this in sequence. Say family name, given name unit number. Can she then click on a button in Paradox to distribute these values to a Paradox table?? No problem for a single item, but what about the multiple values? Thanks, Paul. |
 213 Hits | |
Thread 41 of 50 |  eric.f3 | can't paste images in windows server 2008Howdy,So here's the setup:-data server (windows 2003):holds all of our database files, forms, reports,...-terminal server (windows 2000):used to be used for all staff, now used for administration staff and has a copy of paradox 10.-terminal server (windows 2008):used for some admin staff and almost all sales staff and has a copy of paradox 10.Users on the 2008 server can no longer paste pictures to a graphic field without the UAC making a big fuss. I can't find a way to mark the executable CDRCONV.EXE as an innocous process and our sys admin only knows how to add new users to the system, even simple printing problems are being farmed out. Does anybody know how to cure this ?Another small problem: how do I stop the 'Paradox for windows has stopped working' dialog box from coming up every time someone closes down Paradox.Thanks Eric |
 1778 Hits | |
Thread 40 of 50 |  Leo | Adding at the start of a text stringI’m running into one problem after another with this assignment I’m doing. Harrr. This time it’s about the output file that I’m trying to create with a textStream. I believe I’ve found a partial solution to some of the problems I have if I can add text lines to the start of the text file. I’ve tried it, but no matter what I do, the original first line always get overwritten. I first tried a normal new file open(name,nw). then I tried to create a new file, close it, then open the file in append mode open(name,a). Nothing helps. Is it at all possible to add text to the front of a text stream? | 6 replies. Last post: |  ralph16337 | Duh! When you put it that way it is perfectly clear. Thanks! |
|
 1600 Hits | |
Thread 39 of 50 |  paulf | report problemNeed help, designing simple paradox report . In example. 2 fields
field 1 Field 2 values
1 0 |
2 2.4 |
3 1.8 ... | 1 Reply: |  Dan | Hi Paul
You are going to need to convert the numerical data to a string and append spaces to the right side of the string using the fill function. If you want to convert the numerical field values into positional values you will probably have to resort to opal.
|
|
 726 Hits | |
Thread 38 of 50 |  mike.p2 | Modifying a textstreamHi can anyone help
I am trying to insert a few extra lines into an existing text file.
the text file looks a little like this:
1 %%3000, 2 X161715Y35802T1T0, 3 X161715Y31502G01G42F10, 4 X177715Y31502G01, 5 X177715Y35802G01, 6 X177715Y35802T0, 7 X177715Y39202T0, 8 X177715Y44502G01G42, 9 X161715Y44502G01, 10 X161715Y39202G01, 11 X161715Y39202T0, 12 XYM50, 13 $T1D320S20F7R100N16Z0.220, 14 $
i need to insert new lines between line 12 and 13
this finished result should look like this
1 %%3000, 2 X161715Y35802T1T0, 3 X161715Y31502G01G42F10, 4 X177715Y31502G01, 5 X177715Y35802G01, 6 X177715Y35802T0, 7 X177715Y39202T0, 8 X177715Y44502G01G42, 9 X161715Y44502G01, 10 X161715Y39202G01, 11 X161715Y39202T0, 12 XYM50
X114300Y3000T55M31, X342900Y3000, X454200Y190500, X454200Y419100, X-213599Y4999M50M30, $T55D320S20F7R100N16Z0.220, $"
13 $T1D320S20F7R100N16Z0... | 1 Reply: |  Dan | Before you writeline to the middle of a text stream you want to readline and append the line to the text you are adding. Read the help file on writeline for more info. |
|
 517 Hits | |
Thread 37 of 50 |  Sam.S | Problem using Readprofilestring in calculated fldOver the past year I have been migrating from Paradox 7.5 to Paradox 11.
I am finding that in Paradox 11 I am having trouble using readprofilestring calls as the Calculated value of a field definition. After Definiing the value, when I try to run the form(or report) I get a general protection error and often the session is currupted and I have to leave (or Ctrlaltdlt) paradox and go back to a previously saved version. It seems like I can use one profilestring definition in a form, but a second will cause the curruption.
I just did a test, and a profile string statement that works when I set it in Pdox75, but it causes the above problem when I try to set it in PDOX11. And the PDOX7 created form will run in PDOX11.
But if I edit the the field definition and try to run the form in PDOX 11, it curupts the session.
Has anyone else run into this? Any Comments?
Here is a readprofilestring statement that can be used in PDOX75, run in PDOX11 but not edited in P... |
 434 Hits | |
Thread 36 of 50 |  Floyd.M | Problem starting ParadoxI am running Paradox (forget which version) on Windows 7 64 bit and it has been running fairly well for some years. Sometimes crashes, but doesn't corrupt data. Just today, I developed some sort of problem that is preventing Paradox from starting. When I try to start, I get an error:Could not initialize BDE.:, Cannot load language driver.I suspected there was something wrong in my .../Borland/Common Files/BDE directory, so I copied the BDE directory from my laptop, where Paradox still loads. I still get the same error. Any suggestions for a fix?ThanksDesperate Floyd.MNEVERMIND: I uninstalled Paradox 7 and re-installed it and everything is working well. Just have one corrupt Paradox table to fix. |
 433 Hits | |
Thread 35 of 50 |  ansuiya.s | Forms Jumping for userHI Guys,
I am pretty new to programming as such. Recently I undertook a project where I had to change the current forms to show an edit form before records get posted to the server table for good. However, one of the users is complaining that when he tries to enter data, the form seems to jump such that the line he was editing is not the line he should be. Of all the users he seems to be the only one having this problem. One other has said that it happens to her sometimes. I have looked at all the code, stripped all the unwanted code and cannot seem to see any reason why the form would be jumping for only one user. Can you help..it'll be well appreciated.
Many Thanks,
Ansuiya |
 485 Hits | |
Thread 34 of 50 |  alan_doran | Paradox 9 on VISTA, debugger problemDear friends, I hope someone can help me with this intriguing problem: I have been using Paradox 9(Developers Edition) on VISTA for a couple of yeasr now, and generally, the problems have been few. Now I have an old project that isn't working properly, and whn I try to debug the code, the debugger goes completely blank, so I can't identify the problem. The code is very simple - it is linked to a drop-down list, and when the item has been selected, the name is used to look up related information in a table and put that information into a series of undefined fields. The problem is that the table look-up executes correctly, and the correct data is put into the required field; but the data(numeric) then changes and becomes totally unrelated to the real data. when I run the debugger, the screen goes blank and I can not follow the execution of the code.I am going crazy, can anyone help me please?many thanks in advanceAlan, |
 500 Hits | |
Thread 33 of 50 |  sharkboo | NMHTTP Post Message Problemwhen i use NMHTTP1.Post('http://10.0.65.188/hello.php','a=hello'),the socket reply that the connection is successful,but the parameter hasn't been transfered., , who know why and how to deal with it?, thax. | 9 replies. Last post: |  Anonymous | La sacoche en cuir pour homme est nanmoins ce qu'on a invent de plus
pratique pour les hommes et de plus moder... |
|
 11337 Hits | |
Thread 32 of 50 |  robert_lassiter | Delphi BDE - Directory BusyI hope this is not the wrong group. Our problem is compatibilty with Paradox application and a delphi app using BDE. Each have their own private directory and more often than not, the delphi app crashes when trying to set the session private directory. Why would this be? The directory is empty and not used by any other application? A reboot of the computer typically solves the problem but I'd really like some further understanding...exception number : 1, exception class : EDBEngineError, exception message : Directory is busy., , main thread ($b9c):, 005eb8b1 +011 rcurt.exe Bde.DBTables DbiError, 005eb8bd +005 rcurt.exe Bde.DBTables Check, 005ef5e0 +04c rcurt.exe Bde.DBTables TSession.SetPrivateDir, 0065b89b +8b7 rcurt.exe f_main 1286 +138 TMain.FormCreate,... |
 755 Hits | |
Thread 31 of 50 |  Morgan.M | Paradox 9 form, visual glitchI have a Paradox 9 form which is linked to client information. In the lower portion there is a space for case notes involving client communications. The columns include date, speaker, and notes, (also there is a column to differentiate entries made on the same date.)When entering a new case note, a user enters edit mode (F9) scrolls down past the last note to create a new blank one, hits space bar 3 times for current date, enters their initials under speaker, and then proceeds to input the new communication.Everything has worked fine, (albeit slowly on occasion), until today. When someone creates a new note, Paradox APPEARS to also blank out a random prior note. As the operator proceeds with the new note, the information is duplicated in the prior row as well. When the note is complete, exiting edit mode (F9) does not fix the issue, but scrolling up and highlighting the glitching entry will revert it to it's original form.Since this issue appears to be visual only, it's not catastrophi... |
 411 Hits | |
Thread 30 of 50 |  sAMoO | CGI scripts on a windows 2000 serverHello out there. Im having problems running cgi scripts on a prestwood hosted windows 2000 server no matter what the script it brings up the message 'd:\webs\ind186\cgi-bin\directory\index.cgi' script produced no output when it works fine on a unix server. Im thinking that i need the correct path to perl and i have no idea what that could be i called tech support and they said sure theyed help me (for 110 bucks an hour) (the pop3 e-mail doesnt work either) does anybody else out there have a windows hosted plan and is able to use cgi/perl scripts? please tell me what im doing wrong here |
 2948 Hits | |
Thread 29 of 50 |  hicham_tawil | Printing Customize Paper Size on LQ300Hello
I use Paradox 9 + SP3 on Windows XP SP2 or 3
I had an old problem that i never found the solution hopping you can help me
i use a customize paper size 8.5" * 5.5" to print on Epson dormatrix printer LQ300
but paradox take the paper always as 8.5" * 11 " and the printer do not stop at the end of my customize paper
i tried since long time to find a solution for this bug of paradox but no hope
please if you have any idea to resolve the problem i will be thinksfull
I NEED TO MAKE STOP THE PAPER AT THE END OF MY CUSTOMIZE PAPER
Thank
Hicham TAWIL |
 811 Hits | |
Thread 28 of 50 |  Carolyn.K | Working directory problem, Pdox 9/Windows 7I just loaded Paradox 9 on my Windows 7 computer to do a conversion for a client, and the only thing that doesn't seem to be working right is the alias/working directory situation. My installation keeps defaulting to my user directory if I try to change the working directory using an alias. |
 530 Hits | |
Thread 27 of 50 |  fkjaer | Printersetcurrent() on Windows 7I have been running Paradow 11 for several years. Some years ago the command Printersetcurrent() was constantly hanging under Windows XP SP2. The problem was solved by returning to XP without SP.
Now the system has been migrated (unchanged) to Windows 7, and it has been running perfectly (except for an opening message of unknown program source) for more months, but suddenly Printersetcurrent() hangs again.
I will appreciate any clues to a solution of the problem as it prevents printing of offers and certificates for an Insurance Broker.
Regards
Finn Kjaer
finn@fkjaer.dk| 1 Reply: |  pdx | Hello to all who struggled with this problem.For our network I found the following solution:The machines that showed the error (paradox stops responding when executing printersetcurrent) had the following processes running (to be found in task manager): cmd.exe and net.exe. These two processes were the results of an incorrect logon script: Due to an update of the domain controller there were two logon scripts: one at \SYSVOL\Scripts and the ... |
|
 1313 Hits | |
Thread 26 of 50 |  David.S | Paradox X5 any changesDear Board Members,
we have been running paradox for many years, and have Paradox 11 from WP Office Pro 12, installed with a SBS server network and Xp clients. Now have two Windows 7 machines. They run paradox okay but the printing is a real problem as some selections for printers are not working correctly.
Has anyone tried the X5 version of Paradox and has anything changed that would make a difference running on Windows 7 machines. The Corel site has very few details and could not even get there pdf to work.
Many thanks | 8 replies. Last post: |  Jo_Lynne.L | Thanks. Found them. One of the issues with my installation is that search has not worked from the beginning.
A late answer t the initial question.
There are definitely issues with W7 Paradox on Windows 7. Corel has created some patches for various versions, but has, possibly in order to increasing sales of x5, or possibly because previous patches did not work correctly.
Therefor, to get any patches or service packs, you need to upgrade to at l... |
|
 3633 Hits | |
Thread 25 of 50 |  Larry.D | Paradox 9 on Windows 7I just installed (via CD) Paradox 9 on Win7. It loaded and it works fine with my files except for this problem:For some unknown reason I'm not able to use Paradox.pic file on any table.A message appears "/Paradox.pic was Not found"However, I did find this file in the Paradox directory.I re-installed the Paradox program a few times with no luck correcting this problemThis feature on Paradox 9 works on Win98 and XP.Any Help would be great.Larry, | 3 replies. Last post: |  Anonymous | I have the same problem with WinXP x64 -- but not with 32-Bit version---Garth Hutchinson |
|
 1472 Hits | |
Thread 24 of 50 |  John.C | Problem with Delete QBE QueriesWe are currently experiencing a problem with 16bit Paradox 7. When I run a delete query (QBE) the query completes and we would assume that all the data that we want to remove has been removed.
However, when we check the table we ran this query on only some of the data has been removed. So we run the query again.. When we check the table more of the data has been removed but some is still left.
We have to repeat this multiple times before all the data is gone. Each time we repeat it we don't modify the query - its the same one we ran 1st time around.
What could be causing this problem and how can we solve it?
I would appreciate all advice offered regarding this question.
Best Wishes
John | 1 Reply: |  A. I. Breveleri | Post the QBE. Try to cut and paste it -- don't retype it. Also, describe the structures of the tables referenced by the QBE. Include validity constraints and secondary indices.
-Al.
|
|
 1101 Hits | |
Thread 23 of 50 |  jlockley | Loss of Blob Field entries.I doubt there is a resolution for this, but if anyone knows the cause, it would be a starHave a large (near 1GB) database which stores resumes in a blob field. Several days ago I noticed that a resume was missing - this happened a few times recently, but was not a great problem. I tried to open it and received a message, "blob has been modified." The Database froze and needed to be shut down forcibly. (I know, it's not good). Revisiting the record produced the same result, but it was possible to navigate away from the record to others. Trying to access the blob field in others produced a lock, although neither W7 search nor other aps were able to find pdoxusrs.lck and I could not find the .net file where it should be. I reinstalled what appeared to be a broken BDE engine, relocated net share, repaired the table, deleted and reentered the record and had one problem -free run before the same issue appeared with another record. , Running through the table, I ... |
 473 Hits | |
Thread 22 of 50 |  owensct | Can't update table, form has lock on .DBF{Too Long} | 1 Reply: |  A. I. Breveleri | What happens if you open Paradox, do not open mainmenu.fsl, and try to run the export? IOW does just having Paradox running prevent the export, or does Paradox need to have a table open?
What platform does the export program run on, and what engine does it use to access pair.dbf? Very few non-Borland engines know how to interact with the BDE locking aparatus -- they usually just grab an exclusive lock for any operation.
If you just ... |
|
 752 Hits | |
Thread 21 of 50 |  Joe.P | After PostI need to do something immediately after a record is posted & only if the record actually gets posted. The problem I'm having is that the code gets executed even though a key violation has occurred and the record did not get posted., I have tried trapping DataUnlockRecord and DataPostRecord however, if there is a KeyViolation, the code is still executing. Where can I place code such that I can know the record has been successfully posted?, The current code is something like this: if eventInfo.id() = DataUnlockRecord then, ;prevent flyaway, Self.action(DataPostRecord), endif, if eventInfo.id() = DataPostRecord then, errorTrapOnWarnings(Yes), try, doDefault, &nb... |
 525 Hits | |
Thread 20 of 50 |  Joe.P | Paradox on Remote App Server / Remote DesktopI have installed Paradox 11 Runtime 11.0.0.233 (from X3) on a Windows 2008 R2 Server, and set it up to be accessed via Remote desktop or as a Remote app. The application is not happy with this environment and I need to try to sort out which factors are causing the problems.Previously I had this application set up on a Windows 2003 server using Paradox 8, with users accessing via Remote Desktop and everything was fine. , Upon switching to the new environment, however, I'm getting:* General Protection Violations* Extra pages when printing one-page reports* Table repair utility does not recognize Paradox tables, I understand that there are/were issues with Paradox 11 and Vista. Since Windows Server 2008 is "vista-like" I wonder if some of my issues could be related to that. Are the known paradox-vista problems documented somewhere so that I can review them? Also, I've purchased corel Pro X5 - I know there is a later version of Paradox included - I'm hoping the runt... |
 512 Hits | |
Thread 19 of 50 |  RayfromOz | Paradox 11 (corel wp office x5) and win7 64I had been using Pardox 11 + for some months on win7 64 Ultimate with no problems (after installing WP office pro X5). I have a complicated developer setup with Embarcdero Delphi XE enterprise as well as office 2010 professional etc about a week ago I had an issue with a table query failing with a terminal error and win 7 64 closed paradox down. I then went into the BDE confi program and changed file handles and block sizes to maximum and then saved the cfg file. When I then went to open Paradox it failed to start at all. as well the BDE config program under C:\programFiles (x86)\common\borland shared\Bdeadmin.exe fails to execute and win 7 askes me to debug, close etc.
I have uninstalled and reinstalled wp office x5 a couple of times (including the included paradox) but it stoill won;t run. I have also replaced config files form backup, Set permissions in registry etc to no avail.
I have since installed the wpoffice x5 pro suite on another machine with win7 32 and there appear... | 1 Reply: |  Dan | check for and delete all pdoxusers.net,PDOXUSRS.LCK and Pdoxwork.lck |
|
 1126 Hits | |
Thread 18 of 50 |  robert_lassiter | pdoxusrs.lck random lock not released.We have started to have a very strange problem. We have a multi user application and randomly, everything locks ups. The problem is isolated to one user (random, not always the same), having a write lock on pdoxusrs.lck file. If I go to the file serv... | 5 replies. Last post: |  Anonymous | We have the same issu, any idea to solve this issue?
Thanks---Remi Karal |
|
 3260 Hits | |
Thread 17 of 50 |  coconut73 | pdxwin32.exe hungapp while printing in paradox 10Hello All,
I just started getting a pdxwin32.exe hungapp while printing in paradox on one computer only.
We have paradox 10 on 7 nodes with no problem except this particular one.
The error just started in the past 2 weeks or so.
When paradox starts to print, most of the window turns white and hangs indefinitly.
I can print from any other program with no problem.
I uprgraded from paradox 10.0.0.663 to 10.0.0719 to see if it would fix but it did not help.
What would you guys suggest?
Thanks
scott | 7 replies. Last post: |  Anonymous | ATTN: ALL
UNDER PRINTERS & FAXES, DELETE THE ADOBE PDF DRIVER & RESTART PDOX 10.---TOM |
|
 2453 Hits | |
Thread 16 of 50 |  sjmoore | Corrupt mdb fileI have an mdb file that appears to have some corruption. I have run the "compact and repair database" utility several times. This utility runs without reporting any problems. However, there are about 5 forms of about 60 in the mdb file that, when modified cause MSAccess to crash. I have also tried to start with a blank mdb file and cutting and pasting every form, table, query, report, from the old file to the new file and the same problem occurrs with the same forms.I am desperately hoping for some advice from somebody to hopefully help me save all the code that I have done and not have to build it again to get rid of the problems (it would really be a pain). Thanks in advance. |
 2269 Hits | |
Thread 15 of 50 |  gbash | Paradox 7 Table LookUp Error on SaveHowdy all
I'm Using Paradox 7 & WinXP SP3, BDE V5.1.1
I have a problem saving a Table LookUp's Where after defining the table LookUp in the table restructure Dialog and clicking on save I get the Message "Higher Table Level Required"!!! This occur's even after creating a Brand New Table and Setting up the Primary keys etc etc, saved the table and added the Data to the New Table and the into the Table Restructure Dialog, Selected the Feild, Selected Table LookUp, Defined the LookUp OK
and Clicked on Save (In Table Restucture Dialog) and BANG! The Higer table level occur's!!
The BDE config Paradox level was set to 5 and I up'd it to 7 .. same result!! Re Created Both Tables.. No Good. Table Utility..NBG, Under Diff Alias & Diff Dir.. No Good????????
Rebooted System, Restarted Paradox etc etc Nothing works!!! Now I'm also getting and error Msg "You have Chosen a Table with a Different Language Driver....". I've Changed Nothing with the Driver Config ... |
 908 Hits | |
Thread 14 of 50 |  Lothar.K | Running query removes a Key...?Howdy,
I'm running Paradox 9 under Windows 7...
I have some code that adds the one record in a table (invoiceReplacedHold.db) to another table (invoicesReplaced.db). These tables have the same structure, and each is keyed on the first field (invNum.)
But, when I fire the code, the Source table (invoiceReplacedHold.db) loses its key...
Here's the code that deletes the key and the line that does the deed is marked:
qVar0 = Query
ANSWER: :MONEY:InvoiceReplacedHold.DB
, :MONEY:INVOICES.DB | InvNumber | Num | Replaces | Replaced | Last |, | Check ~S | Check | Check | Check | Check |
:MONEY:INVOICES.DB | First | Adr | Purpose | InvDate | DueDate | DUE |, &... | 1 Reply: |  Lothar.K | Hello again,
I've continued to research this matter, and found a piece by Mike describing how to build the index witrh code.
I added these lines:
var, tblNoKeyTbl table, dynAttribs dynArray[] anyType, dynFieldNums dynArray[] smallInt, endVar
dynFieldNums[1] = 1, dynAttribs["Primary"] = True, tblNoKeyTbl.attach(":MONEY:InvoiceReplacedHold.DB"), tblNoKeyTbl.createIndex(dynAttribs,dynFieldNums);// PARAMETER MISMATCH
but I get the error as marke... |
|
 720 Hits | |
Thread 13 of 50 |  csgPdx | Paradox 10 on Windows 7I seems to have successfully loaded Paradox 10 (from WPO 2002). However, I am having problems in the data model.
1.) The table lables are not entirely readable
2.) Linking tables is doable, except that te screen gets "smudgy." If I drag the DM window down and back up, the image is clear.
Loading the windows help program from MS did not work, but I haven't given this much energy and am not sure that I was doing it properly. |
 782 Hits | |
Thread 12 of 50 |  Stuart.G | Paradox 9, SBS 2008 and a massive headacheHello all, and HELP!I have a customer who runs a custom app based on a Paradox 9 database. Approx 25 users running on a SBS 2008 system. All the PC's are running XP Pro SP3. The database lives on a Windows Storage Server 2003 box. Since we have been replacing PC's that were giving problems, we also seem to have increased the number of corruptions occuring in the database tables. There are two tables that are the regular offenders, being the ones that get thrashed the most. They currently store approx 100,000 records in each table. There has always been an issue of corruption since the system was implemented (apparantly, as this was before we took over their IT) but it has now increased to occuring on a daily basis.The error we get is 52 level 2, BTree errors. Always seem to be pointing at the same record(?!?), Things tried so far:1. Change the local setting in BDE Admin - no effect2. The database was moved to a linux based NAS to try and rule out the opp-locks issue - no ef... | 3 replies. Last post: |  Dan | Did you try and use the paradox table rebuild utility? This is one of the best methods of rebuilding table and it includes the secondary indexes. I suspect that in recreating the tables you missed an index or didnt include all the fields in an index. |
|
 1046 Hits | |
Thread 11 of 50 |  epicurean | BDE ConfigurationSo yesterday, all was well, happy happy joy joy. Today...when I try to open up my database program...I get an error, Cannot write to Engine configuration file BDE Error 8453 [$21] [$5]. Same problem when I open BDE Admin - System configuration file not found. System default in use. When I try to recreate the Alias and save the settings, same error, Cannot write to Engine configuration file. So my question is..what happened to the configuration file? I still have the new config file that I created previously, but when I try to apply it to the Alias, same error. I still have the default idapi32.cfg file. But when I try to make a new Alias with that config file, and save it as ParadoxTest (which is the name of the Alias I was using before), it won't let me save. Also will not let me save a newly created .cfg file. Any ideas?, , Using Delphi 6 enterprise with paradox 4.0 tables. Windows 98. .pas .dpr etc files on a Novel network drive, .cfg file is on the same network drive in different di... | 3 replies. Last post: |  Anonymous | what if it happens while logged in as administrator?!---Amin |
|
 8680 Hits | |
Thread 10 of 50 |  products | login() for emailI'm using a Corel Webserver control to capture data from a web page. Works great. After the posting, I want to send an email to a staff member that the data has been posted. I have the following code:m.logon("","" ), , , m.addAddress("products@consoftonline.com"), , m.setSubject("A Patient from the Portal"), m.setMessage("Please check Patient: " + theName + " " + theAppointmentDate), , m.send() The problem is that the Logondlg box appears each time . It's supposed to send the message automatically. What am I missing? |
 2990 Hits | |
Thread 9 of 50 |  vinylsol | Unknown internal operating system errorI cut and paste images into an image field on a Paradox form and I've been doing this with no problems for years; yesterday I got a message saying 'Unknown internal operating system error' with a reference to the .MB file, when I tried to paste an image in. Paradox hung. After restarting, I verified and rebuilt the table and it imported the image ok but when I tried to do it with a new record the same thing happened.I'm using Paradox 10.0.0.663 running on a Lenovo laptop with Vista Home Premium and Service Pack 2. The database has 121,900 records in it but not all of them have images.Does anyone know what might be causing this? Any help would be appreciated, thanks., | 27 replies. Last post: |  vinylsol | It's been 19 months (how time flies!) since I started this thread and in the time I have added thousands more records (file size is now 134,000 records) but, of course, with no new blob images. Last week I decided it was time to finally strip the blob field out altogether so (after making a couple of backups of course), I restructured the file, taking the graphics out. After I'd done this, the MBFile, which had been just over 2GB in size, was gon... |
|
 2718 Hits | |
Thread 8 of 50 |  OzPaul | Align text in a text object with embedded fieldsI have always had a problem with this and it has come up again so time to ask, am I missing something?
I have a text object in a report with fixed wording and two embedded fields containing variable information. Fonts are all the same formatting (Arial 8 Regular) but the alignment between the fixed text and the embedded text is never correct in the final print out. The embedded fields align OK but not with the fixed text.... The result does not look neat. So am I missing something? Thaks, Paul. | 1 Reply: |  OzPaul | Well I have found a solution which works! If I create an unbound calculated field which combines the fixed text plus the field values, with spaces inbetween, all is displayed in a pleasing manner with no misalignments. eg: "The response to flicker at 30c/s was " +[:NEUROLOG:ERGLIGHT.FLICKERSATUN]+" "+[:NEUROLOG:ERGLIGHT.FLICKER]. Shame the simpler approach doesn't achieve this! |
|
 1233 Hits | |
Thread 7 of 50 |  Sam.S | Problems with MAPI in Outlook 10??I have a longstanding Paradox 7.5 application using the Mail function (mapi) call. The code ran fine on XP with Outlook 2003. On a new windows 7 machine with Outlook 10 (build 14.XXX.500 I think) installed, I get a General protection fault when I call the M.senddlg().
Has anyone else seen this?
Is anyone aware of MAPI settings options for Outlook 10 or Windows 7 that might affect Mapi calls?
Anyone? Anyone? | 3 replies. Last post: |  Sam.S | I am taking another stab at this issue.
I have learned that Outlook 2010 does not support Simplemapi protocol. It supports the ExtendedMapi protocol instead. I am assuming the lack of response means no one has tried to solve this with PDOX7. Does anyone know if later version of PDOX will send mail through Outlook2010? I am looking at updating this user to a new version of Paradox to try to regain the ability to send mail ... |
|
 1800 Hits | |
Thread 6 of 50 |  Ron Roper | How to change sort to descending?I am having problems changing the sort order on a DBgrid at runtime (I am using paradox tables). I have pre-defined an index for each field I wish to sort on (in ascending order)., , I can change which column to sort on by clicking in the column title without problems, but changing the ascend/descend order does not work., , I have stepped through my code and the index definition appears to be getting changed correctly but it seems to lose the change when the Indexdefs are updated or the table is reopened. Here is my routine that is called from the OnTitleClick event., , procedure TTimeSeriesForm.Descend(DoDescending: boolean; Column: TColumn);, var, I: Integer;, begin, CatGrid.DataSource.DataSet.DisableControls;, with Datamodule2 do, begin, CSR.Close;, for I := 0 to CSR.IndexDefs.Count - 1 do, if (CSR.IndexDefs.Items.Fields = Column.FieldName) then, begin, if (Not DoDescending) then, CSR.IndexDefs.Items.DescFields :=... | 5 replies. Last post: |  rdkram | If it is an index, then by default it is automatically ascending. When selecting the data, include a SORT BY clause and then DESC for descending - it is automatically ascending by default. Here is an example: SELECT FieldA, FieldB, FieldC FROM Employee ORDER BY FieldB; SELECT FieldA, FieldB, FieldC FROM Employee ORDER BY FieldB DESC; |
|
 3804 Hits | |
Thread 5 of 50 |  Randy Allen | P9, vista and UACHi Mike,
I have a paradox9 app which I distribute with runtime. Works fine on XP and W7. However with vista it cannot initialize the BDE unless the UAC is turned off. Is there another way to circumvent having to disable the UAC. Someone mentioned the 'running as administrator' option that's available by right clicking on the startup icon. Does this work? Problem is, I do not have (and don't want) a vista machine to test options.
It is a stand alone, one-user app with local share set to false
Thanks. Any advice or tips are appreciated.
Randy
| 3 replies. Last post: |  Dan | Prior to moving on to win 7, I ran pdox 9 on vista for a number of years and once I got the configuration worked out I had very few problems. |
|
 1406 Hits | |
Thread 4 of 50 |  John.G2 | Paradox for Windows Desktop has stopped workingI recently bought a new computer (Core i7, 3.33 GHz, Windows 7 64 bit) and then installed and upgrade to WP office X15, including Paradox 11.I've been doing this kind of query of decades and had no trouble before., Now, when I make a QBE I get the usual answer table, but when I go to Query, Properties, Structure and change the query structure order and then click the Run the Query button the following message appears: Paradox for Windows Desktop. Paradox for Windows Desktop has stopped working. It says it will try to find a solution but never does. Paradox then closes down.Occasionally, it crashes as above when I only go to Query and then click on Properties., I did a reinstall of Paradox which did nothing and also a reinstall of WPO5. Still have the problem. Every other function of Paradox 11 seems to work fine., Any suggestions about how I can cure this problem? Thanks,JG, | 3 replies. Last post: |  peterbell | I, too, have experienced this problem with my installation of Paradox 11 (from WPO X5) on Windows 7. Everything seems to work fine except in two (quite important) circumstances:First, as mentioned above, if I try to save a QBE in which the field order has been modified.Second, when I work in SQL and run the SQL with the SQL query open (in edit mode), the query runs, produces an answer, and then gives the dreaded Paradox for Windows Desktop has st... |
|
 3348 Hits | |
Thread 3 of 50 |  keane | Problem with executeString()We are using Paradox 8 and we have some logic that is stored in a string and then executed using the executeString() method. Something like this (the logic isn't important because that's not where the problem is):
exeStr = "var newTbl Table endvar\nnewTbl = create \""+tName+"\" "+, "WITH \"ADate\" : \"D\","+, "\"SDate\" : \"D\","+, "\"TotalCust\" : \"N\","+, "\"TotalPayment\" : \"N\","+, "\"TotalSavings\" : \"N\""
etc...
executeString(exeStr)
There are dozens of these executeString methods in the process flow but we ran into an issue where several started failing when we moved from a Windows 2000 PC to a Windows XP PC. The error is as follows:
The play procedure could not find the script named 'C:\private1\__Q2FD09.SSL'.
Could not write to file., Cannot create a unique file name.
Based on the help, th... | 12 replies. Last post: |  products | Here's some code that works perfectly on Windows 2008 server 32bit but fails on Windows 2008 server R2 64 bit. TheFinalValue returns 0, but only spasmodically. Any help would be more than appreciated.
method Calc... |
|
 2409 Hits | |
Thread 2 of 50 |  ralph16337 | Paradox Query ProblemsHello. I have used Paradox since version 3.0 and in all versions since when I selected tables to query the query displayed the tables in reverse order from my selection.
I loaded both Pdox 9 and 10 on Windows 7 and when I chose tables they displayed in an alpha sort order. This definitely does not help me, are there any suggestions?
If you see Wes please tell him that Ralph says hello.
Thanks
Ralph Maxwell | 2 replies. Last post: |  ralph16337 | Thanks Mike
I am working through a few issues with Windows 7 and Paradox but this particular problem I solved by using "Note Pad" to edit the query in some cases, and in other cases I wrote the query directly into the form code. It was not pretty but it got me around that particular problem.
Right now I am fighting a random problem. The machine I was working on in September when I had the query problems&n... |
|
 1296 Hits | |
Thread 1 of 50 |  Sam.S | Hello from VTI have used the prestwood boards a couple of times in the past to find solutions to compatibility issues for the version of paradox I work in and decided it was time to join the board and contribute.
I've been working in Paradox 7.5 since, well 1995..
I Started in paradox 4.5. After 5 years maintaining and developing quality control apps for my employer at the time, Database consulting blossomed into a full time carreer for me. I have been self employed as a freelance developer since 1999. I have managed to stay in paradox 7.5 with brief forrays into 8 and 9. Those forays were because a client bought into the newer versions, not because the 7.5 version couldn't do something they wanted it to. Since 7.5 has been a strong performer all these years, I have not encouraged my clients to move up the ladder yet. I prefer the borland environment, but would be interested in hearing about advantages corel has added since they t... | 2 replies. Last post: |  Sam.S | Mike,
Yes, I am sticking with paradox 7 for the moment. I am having some difficulty with some general issues with later versions of windows. Mostly for reports / printing.
Having printer's shared from a workstation to other users on a network is often a problem, especially with lower end desktop printers. I think that is a printer driver issue, probably that the printer driver is not backward compatible to a win... |
|
 1164 Hits | |
|