Thread 25 of 25 | | Thread Starter | | |  davidc | Paradox 9/10/11 and Vista and Win 7I found a press release today on the Corel site from about a month ago with this interesting sentence:[quote]In addition, Corel has also released a special update for Paradox X4 that optimizes the database application to work with Windows Vista.[/quote]
and later on[quote]In addition to downloading and installing SP1, customers who wish to run WordPerfect Office X4 Professional including Paradox X4 on Windows Vista should contact Corel to request a specific Paradox update that optimizes the sof... | 72 replies. Last post: |  Anonymous | Print Interface Setup Error . LCAppPrint Initialize failed.
I solved my problem by downloading and installing PDXHF1.exe from Corel.com
Paradox Hot Fix 1 (PDXHF1.exe (1.01 MB)
Notes:
This update includes a key fix for WordPerfect Office X5 Paradox. You can apply Hot Fix 1 to Paradox version 11.0.0.676, which is included in certain editions of WordPerfect Office X5.
To find out which version of Paradox you currently have installe... |
|
 17843 Hits | |
Thread 24 of 25 | | Thread Starter | | |  OzPaul | Paradox 9 / 10 and Windows 7Hi, has anyone had a chance to try Paradox 9 or 10 with beta versions of Windows 7? | 42 replies. Last post: |  dcheney | I contacted Corel tech support just to see what they'd say. They indicated that X6 ships with Paradox 11 - didn't offer any information about what fixes (if any) might be included. (Which is what I had asked.)
|
|
 16973 Hits | |
Thread 23 of 25 | | Thread Starter | | |  Leo | Error to innitialize BDEAgain with me and the XP box  The application we are creating in Pdox9sp3 did work on the XP workstation running from the server. The settup uses a shared IDAPI.CFG on server harddrive thats mapped as G on all the workstations. The IDAPI points to the .NET file thats on G also. Suddenly the app won't run on the XP workstation any more with this error:, , Could not initialize BDE.:, You have attemted to open a database that is in use by someone else, but the database cannot be shared. you must set the location for the .NET control file., , The workstation can access the app and edit the files but the program won't run., , I'm thinking XP's is living on that workstation on borrowed time. Next error i'm whiping it. Harrrrr, , I'll be very appreciative of any help though :) | 42 replies. Last post: |  Leo | Wahoo Mac they went to a lot of trouble. Pew I’m not that big of a fan really not even close., , I really like C++ Builder but I took the course. We then had to do a project in Java and I was so frustrated I just hate java. Learning Opal is ok since I know about programming already like if conditions and while loops but the code is totally different form C++. Java just differs enough from C++ to really confuse every thing., , Only thing I c... |
|
 1337 Hits | |
Thread 22 of 25 | | Thread Starter | | |  Jay Enright | Informationhello all,, i am just about to start a project using Paradox version 4.5... As this is my first time using Paradox i was wondering if one of the newer versions would be better and why??? | 39 replies. Last post: |  rt | Yes. Well, shall we now let this one die quietly in the gorge. |
|
 1906 Hits | |
Thread 21 of 25 | | Thread Starter | | |  Leo | updating table from table with TCursorHey, I'm trying to update the old table from one that the changes live on. The idea is to find in the input table all the records that doesn't occur in the old table and add them. I've done some code with two nested loops. Outside loop is a while and the inside one is a scan. For some reason the inside loop scan is only called once, because the msgInfo after "proven inocent" only apears once. I think this means the while only run's once but I can't figure out why. This is the code I've come up with:, , isNew = true ;//guilty untill proven inocent, , if tcInput.open(inTable) and tcOutput.open(toTable) and tcOutput.edit() then, while tcInput.eot() = false, scan tcOutput, for upper(tcOutput."ProductName") = upper(tcInput."ProductName"), and upper(tcOutput."PresentationCode") = upper(tcInput."PresentationCode"), and upper(tcOutput."Volume") = upper(tcInput."Volume"), , : isNew = false ;//proven inocent, msgInfo(string(isNew),tcOutput."ProductName"), endScan, , if isNew then ;//dealing with... | 37 replies. Last post: |  Leo | I tested the whole system on all the records and it only took 3 and a half hours. Considering my first prediction was 68 days from running the original code on small tables to test, this is quite good. I didn’t have the unlock record there so I’ll add it. Thanks. I hope this is the last of this problem now. |
|
 1808 Hits | |
Thread 20 of 25 | | Thread Starter | | |  coconut73 | ! Is windows 7 64 bit and paradox working ok?Any info to support this or deny this would be great.thanks!!!!! |
 4291 Hits | |
Thread 19 of 25 | | Thread Starter | | |  harrymossman | Multi-form questionsI have 2 forms. On form 1, the user makes a selection from a table, then pushes a button which opens form 2. This is my attempt to get around not being able to filter detail tables on a form. In other words, form 1 acts as a filter. This all works fine, if form 2 isn't already open., , My question is how to check whether form 2 is open and close it if it is. Or manipulate the tables in form 2 with it open., , Harry | 30 replies. Last post: |  lmckelvy | Whew! You're welcome Harry. :) |
|
 1465 Hits | |
Thread 18 of 25 | | Thread Starter | | |  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... |
|
 2771 Hits | |
Thread 17 of 25 | | Thread Starter | | |  abp | Max Library SizeIs there a maximum library size that one should stay under. The reason I ask is that I am experiencing quite a few General Protection Faults and I am uncertain as to why. I know in the past that we encountered this problem with calling a windows dll from the uses block. Someone told me that Paradox had a problem with Windows libraries over 64K. Does this 64K size apply to all libraries? | 21 replies. Last post: |  mprestwood | Just adding to this thread for lurkers...
When referring to the 64KB limit, I was referring to the fact that compiled forms, libraries, and scripts were limited to 64KB of compiled p-code under the Win16 API. This limit applied to the 1, 4.5, 5, and 7 (16-bit) versions of Paradox for Windows. This limit was related to a Win16 64KB DLL limit and it went away when Paradox was upgraded to Win32 starting with Paradox 7 32-bit Edition.
This lim... |
|
 1890 Hits | |
Thread 16 of 25 | | Thread Starter | | |  abp | Application running on Multi-User EnvironmentHas anyone had any experience with running a Paradox 10 Application (via Runtime) on a Citrix Server or any multi-user environment., , We are currently running our apps on a variety of Windows op sys / desktop pc's. We are interested in possibly moving to a Citrix Server but have no experience. What are the differences between the two? And any stags we may face...., , Thanks for the help! | 18 replies. Last post: |  Dan | The compile error simply means that you have an error in your script. Probably a typo or undeclared variable.Have you considered what happens when a user starts an update process and then walks away without issuing the unlock script?Use the paradox locking which you apparently have working. |
|
 3479 Hits | |
Thread 15 of 25 | | Thread Starter | | |  Tony.C | Help with Home NetworkHi,
I joined the board because I thought I was one of the only folks who still uses Paradox. I use Paradox 5 (stop laughing) on a Win XP Professional platform. I built a stamp collection application for maintaining a catalog and inventory of my stamp collection, which is based on the Petroleum Industry theme. I maintain my files on my Dell Dimension desktop and have been able to work on the tables with forms I created from my laptop via wireless home network. I mapped some network drives on the laptop, set the working directory to the appropriate drive (via alias) and have been happily working this way for years. Now my laptop is kaput, so I bought a new one and basically reproduced everything so I could continue using Paradox to access my tables over the wireless connection. But when I try to open any form that shows the table data, I get an error: "Cannot open STAMP.DB", "Not initialized for accessing network files.", "Table: Z:\STAMP.DB".
N... | 18 replies. Last post: |  Anonymous | Thank You Mike. It took me a while to find it before, and a quick source is always handy. To be honest when I needed the file I did not even think about lookiing through your resources. Duh! I feel a bit slow of mind when I think about it.
Thanks
Ralph---Ralph Maxwell |
|
 2319 Hits | |
Thread 14 of 25 | | Thread Starter | | |  texasNM | nested SELECT statementsHow do you construct nested SELECT statements in Paradox?, , For example, this query would work in sql server but would error out on the second SELECT keyword:, , SELECT Product."PRODUCT_ID", Product."CO_ID", Product."PRODUCT_CATEGORY_ID", Product."PRODUCT_CODE", Product."DESCRIPTION", Matchcode_Products."MATCHCODE_PRODUCT_ID", Matchcode_Products."PRODUCT_ID", Matchcode_Products."MATCHCODE", Matchcode_Products."PRODUCT_EXISTS", Matchcode_Products."PRODUCT_COUNT", Matchcode_Products."OTHER_DESCRIPTION", FROM "Product.DB" Product, FULL OUTER JOIN , (SELECT * FROM "Matchcode_Products.DB" Matchcode_Products, WHERE Matchcode_Products."MATCHCODE" = '00646IMPRE231') mp, ON (Product."PRODUCT_ID" = mp."PRODUCT_ID"), WHERE Product."CO_ID" = 'D' | 18 replies. Last post: |  lmckelvy | No, setGenFilter would not work, but ranges do:, , i.e. >= 5, <= 10, , gets 5-10 in that field. |
|
 3783 Hits | |
Thread 13 of 25 | | Thread Starter | | |  Zonetrap | SendkeysI'm looking into using sendkeys for a weekly function I want to accomplish. So I looked around and found this link:
, http://www.prestwoodboards.com/ASPSuite/KB/Document_View.asp?QID=100211
On the bottom, it says , , ;Button :: pushButton, method pushButton(var eventInfo Event), ;% = ALT key., sendKeys("%FOTCustomer{ENTER}"), endMethod, , This should open up File, Open, Table, type Customer, and press enter. , , I put this code in a button, but nothing happens. Someone must know the problem. , , Thanks | 18 replies. Last post: |  Zonetrap | The false statement worked! I got the sendkeys to go into Windows Explorer, search for files that contain a certain text, and delete them all. Its pretty nice to see something like that work. , Thanks to all for your help. , Z |
|
 1006 Hits | |
Thread 12 of 25 | | Thread Starter | | |  Adasko.The.BeAsT | Paradox 10Hi,, Is there going to be a Paradox 10? I noticed in the write-up Corel put out for their new office package it was not mentioned., Any word rumours?, Thanks | 18 replies. Last post: |  jacksonsan | Another thought on the Corel handling of Paradox. Maybe when Corel first acquired Paradox from Borland, there was some kind of agreement there that it would only be marketed as part of a suite - in order to allow Corel WP to compete with MS Office and that in doing so it would not be seen as an app development tool to be a rival (in small part) to Borland's Delphi? , , I feel that Corel is missing out big time on making Paradox available separat... |
|
 3275 Hits | |
Thread 11 of 25 | | Thread Starter | | |  AlTrox | restructure()I am attempting to use the restructure method to add one index and 5 new fields to about 100 tables--something I WILL NOT do by hand. , , I have used the enum... methods an built example tables for the restructure() to use, but it does not want to add any new fields. When I look in the ObjectPal Reference guide, it tells me to use RestructureAdd to add fields by using the ID field in the tables to specify the operation type--the ID field is a numeric type, and will not allow text to be entered--what am I missing here? | 17 replies. Last post: |  Zonetrap | I have been using the restructure method, and would like to know how to sort the table on Field Name by Ascending order. , , I can restructure the table, add fields, delete fields, and rename fields, but Im having a hell of a time trying to sort, , tbl.attach("C:\\Windows\\Desktop\\WINS_WV1.DB"), sort tbl, on "Field Name", endsort |
|
 4044 Hits | |
Thread 10 of 25 | | Thread Starter | | |  Al | Paradox 9 with XP HomeAfter installing it, opening & closing it a few times, It won't open anymore. I get an error saying, Paradox for windows desktop has encountered a problem and needs to close. We are sorry for the inconvenience., If I uninstall and reinstall the same thing happens., Has anyone encountered this problem. | 17 replies. Last post: |  rt | Al, I hope you nothing else to come 'out' of your closet...  , rt |
|
 1602 Hits | |
Thread 9 of 25 | | Thread Starter | | |  Cfolkes | EXTENDED USESIs "Extended Uses" available in PDOX 7 ? | 17 replies. Last post: |  CFOLKES | For the record, I am NOT a doctor! The Tech's are just teasing me! After I retired, I resumed my doctorate. I couldn't hack it at 80 years!, , Just plain Mister! |
|
 2067 Hits | |
Thread 8 of 25 | | Thread Starter | | |  Paul Castelow | Word DucumentCan I open a Word Doc with a Pushbutton?, Thanks,, Paul | 16 replies. Last post: |  Dan | Sorry for getting in late on this thread. I agree that this is nice code. A simpler route would have been to use the Paradox execute command to use windows explorer to open the selected file. If the file type is recognized by windows the file will be opened in the appropriate application, otherwise windows will provide the user with the option to manually select the application to open the file. Only one line of code.
exe... |
|
 2787 Hits | |
Thread 7 of 25 | | Thread Starter | | |  pinot | calc fieldsHow could I get the results of a calculated field to go into the 'results' of a query and then into a report?, Pinot | 16 replies. Last post: |  rt | Thank you,I had to download and digest later. It was very informative I particulllarry liked the "states uncategorically" but how do you find the time to do it! I will no doubt be back with questions later... |
|
 1391 Hits | |
Thread 6 of 25 | | Thread Starter | | |  Leo | Two TCursors problemIs it at all possible to open two Tcursors on the same table? I have a situation where I have to set a range on a table to find specific records. Then I have to scan through those records one by one and I have to compare them with all the other, to output the groups that go together. I’m thinking I’ll try a second Tcursor to open inside the range and make that scan through the records as well. Then I can compare the Tcursors with each other. Does any one know if this is possible, is there a better way to do this and what would the code look like, especially to open a Tcursor inside a range that’s set up on a first Tcursor? Any help will be greatly appreciated. | 15 replies. Last post: |  Leo | No worries Tony. And thanx for the help with the other issues. Your name is in the coments for helping to sort that one out. I gave up on trying to sort out my boss and I up and quit, right 2 months before the deadline. I had so much stress I was getting an ulcer, so I prioritised and found my health was more important than my job. If I ever need help with OPAL again Il be sure and ask you people. Il never understand why someone would hire a pers... |
|
 1838 Hits | |
Thread 5 of 25 | | Thread Starter | | |  tn | Publishing to HTML How can I publish an open report to static HTML with objectPal-commands (just like publishing to RTF or DOC-format)?, , In the reference-books it seemes that it must be done interactive. | 15 replies. Last post: |  dcheney | Actually I have a rather large website that is all built using Paradox with pages created via PAL. Once you setup a few basic routines to handle common overhead stuff, its really quite easy., , Granted I've been working on this script (and developing the data itself) for 4 years now!, , http://www.catholic-hierarchy.org/ , , (moderators: if its not okay to give the url then please delete it) |
|
 1421 Hits | |
Thread 4 of 25 | | Thread Starter | | |  boardBTCH | posting an undefined fieldCan anyone tell me how I can post multiple undefined check boxes to a field?, Example, there are 3 check boxes, named Boat, House and Cottage. If I check off any one of these fields, how can I post it to a field called "Description" in a table.Is it even possible without having to name each check box as a field in a table. | 14 replies. Last post: |  A. I. Breveleri | Select the field in the left pane first. Some structure operations are set for the entire table, while others are set for each field., , -Al. |
|
 2074 Hits | |
Thread 3 of 25 | | Thread Starter | | |  dbanici | Where is Tools | Application Events?I am unable to find the Application Events option from the Tools menu in P9DE. It is mentioned in the User Manual, the Online help, and in Mike's Power Programming book., , There is a pop-up hint that mentions this option, but it is associated with the newly installed "Workbench". Uninstalling "Workbench" makes the hint that supposedly belongs to application events to move next to Application Menu (still in the wrong place)., , Does anyone else have trouble finding Application Events?, , Thanks,, , DB | 14 replies. Last post: |  tlowe | FYI, I had the same problem when I first installed P9DE. I called Corel Support and they emailed me the registry patch. Once I ran that, everything works just as as Mike said it should. Even after I installed SP3. I listed the entire registry entry they sent below. Hope it helps., , Interestingly, Corel Support convinced me to not use the Application Framework. They told me it was actually a third-party add-on they got from someone else. T... |
|
 1442 Hits | |
Thread 2 of 25 | | Thread Starter | | |  tjclip | Formating Text in a ListBox ObjectI am trying to change the font/text attributes in a ListBox Object., , I could use some help if anyone has done this. | 14 replies. Last post: |  tjclip | Problem Solved with microsoft TreeView OCX, , I found the information @ /www.thedbcommunity.com, "Using the Microsoft TreeView Control in Paradox", by: Liz McGuire, , Very good Information and very useful OCX. |
|
 1448 Hits | |
Thread 1 of 25 | | Thread Starter | | |  lemonjuice | BIG problem with speed of application. Very URGENTI have a very urgent issue here. Whe have written an application in paradox 9. We have installed our application at various clients for testing purposes. Most of the clients have less than 3 pc's and the speed of the application there is fine, but we also have 2 clients that run a network of about 10+ pc's connected to a windows xp server. At these two clients the speed of the application is extremely slow. Q: How do you find the speed of your applications(written in paradox) over a network? Q: Can anyone give my some ideas where to start looking? Q: Can it be paradox, code, network or the specs of the pc's? Also, these two clients both have Norton Anitivirus installed, could this have an effect? Any opinions would be greatly appreciated. | 14 replies. Last post: |  lemonjuice | Can you maybe then just point out some of the things in the configuration i have to set, maybee i missed someting? |
|
 1573 Hits | |
|