Thread 25 of 25 | | Thread Starter | | | Group |  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... |
|
 17627 Hits |  Corel Paradox / ObjectPAL Coding | |
Thread 24 of 25 | | Thread Starter | | | Group |  Mike Prestwood | H-1B DiscussionThe controversial [URL=http://www.prestwood.com/community/reference/H1-B_KB_Article.html]H1-B visa program[/URL] was increased by lobbying groups such as TechNet several years ago. An H1-B visa allows a foreign worker to temporarily take a position in the United States away from a U.S. citizen., , Does the shortage of talent still exist?, Is it time to abolish H1-B visas?, If not, is it time to lower the available H1-B visas to pre-1998 levels?, , [URL=http://www.prestwood.com/community/reference/H1-B_KB_Article.html]Read Full Article[/URL] | 43 replies. Last post: |  mprestwood | Check out Kim Berry on CNN:, , [URL=http://www.prestwood.com/aspsuite/kb/document_view.asp?qid=100283#Kim]Kim Berry on CNN's Lou Dobbs[/URL] |
|
 11258 Hits |  American I.T. Workforce | |
Thread 23 of 25 | | Thread Starter | | | Group |  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... |
|
 1333 Hits |  Corel Paradox / ObjectPAL Coding | |
Thread 22 of 25 | | Thread Starter | | | Group |  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.)
|
|
 16825 Hits |  Corel Paradox / ObjectPAL Coding | |
Thread 21 of 25 | | Thread Starter | | | Group |  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. |
|
 1901 Hits |  Corel Paradox / ObjectPAL Coding | |
Thread 20 of 25 | | Thread Starter | | | Group |  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. |
|
 1800 Hits |  Corel Paradox / ObjectPAL Coding | |
Thread 19 of 25 | | Thread Starter | | | Group |  coconut73 | ! Is windows 7 64 bit and paradox working ok?Any info to support this or deny this would be great.thanks!!!!! |
 4198 Hits |  Corel Paradox / ObjectPAL Coding | |
Thread 18 of 25 | | Thread Starter | | | Group |  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. :) |
|
 1462 Hits |  Corel Paradox / ObjectPAL Coding | |
Thread 17 of 25 | | Thread Starter | | | Group |  donna lee | ASP MailHow can an html format be integrated into the following code:, , strMsgHeader = "Form information follows" & vbCrLf, for each qryItem in Request.QueryString, strMsgInfo = strMsgInfo & qryItem & " - " & request.querystring(qryItem) & vbCrLf, next, strMsgFooter = vbCrLf & "End of form information", Mailer.BodyText = strMsgHeader & strMsgInfo & strMsgFooter | 29 replies. Last post: |  donnalee | Have this working by using a response.redirect as follows:, , sentCust30.asp, Captures all of the session variables and arrays, including the credit card information - and ends with:, , Mailer.BodyText = strMsgHeader & strMsgInfo & strMsgFooter, , , if Mailer.SendMail then, , Response.Redirect "sentCust30_nocc.asp" , , else, , Response.Write "Mail send failure. Error was " & Mailer.Response, , end if, ,... |
|
 2448 Hits |  ASP Classic Coding | |
Thread 16 of 25 | | Thread Starter | | | Group |  Mike Prestwood | Boards back up and running!Okay, the Prestwood Boards are back up and running. The server took a nose dive and it's now working again., , Mike | 27 replies. Last post: |  totality | Thanks for fast reply Mike! Basically, I just need to get a kick start on creating an ERD and data sets. I have a business case I created for the course that requires an ERD, data sets, 1nf, 2nf and 3nf. My brain fluids are not flowing in the right direction yet but I'm hoping they get moving., , Business case:, , Leatherneck Security Services (LSS) is a Washington, DC based company that currently employees 75 retired Marines and Sailors. LSS has... |
|
 2430 Hits |  PrestwoodBoards | |
Thread 15 of 25 | | Thread Starter | | | Group |  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... |
|
 2705 Hits |  Corel Paradox / ObjectPAL Coding | |
Thread 14 of 25 | | Thread Starter | | | Group |  Larry Drews | Finding work in a down marketAs a result of an extended discussion in the H1B thread, I suggested that we start a new topic on brainstorming ideas for finding work in the current market. This includes job hunting tips as well as ideas for software products to develop or software services to offer., , The idea is to have everyone throw out as many ideas as possible with the intention that those who are out of work grab any useful ones and use them to get a job, get a contract with a user, or start developing a product to sell. Any of these are better than sitting by the phone waiting for it to ring!, , So, everyone, if you have any ideas that you are willing to share, please pitch them in now! |
 4872 Hits |  American I.T. Workforce | |
Thread 13 of 25 | | Thread Starter | | | Group |  aka51 | view table infoI am using ASP and this is the code I am using, , , , <%, dim rsmail, sql, , Sql = "SELECT "& request.form("SELECT") &" FROM "& request.form("DATABASE") &" where "& request.form("WHERE_FIELD") &" = '"& strwhere &"';", , , set rsmail = Server.CreateObject("ADODB.Recordset"), , rsmail.Open sql, db, if not rsmail.EOF then, do while not rsmail.EOF, %>, , <% Response.Write rsmail("Action") %>, , , <% Response.Write rsmail("can") %>, , , <% Response.Write rsmail("emp_name") %> , , , <%, rsmail.MoveNext, loop, end if, %> However I will recieve anerror if I try to write the info to the screen as each select statement will select different things from the database so if one of the recordset (rsmail) was not selected it will cause an error., Is there a way to write it without specificing which recordset| 23 replies. Last post: |  rbonas | that is where it was then when you suggested I look into the connection string being the problem i moved it out and it worked. All my other files are using an include file, I am just a little apprehensive to mess with it again. |
|
 2243 Hits |  ASP Classic Coding | |
Thread 12 of 25 | | Thread Starter | | | Group |  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... |
|
 1885 Hits |  Corel Paradox / ObjectPAL Coding | |
Thread 11 of 25 | | Thread Starter | | | Group |  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. |
|
 3776 Hits |  Corel Paradox / ObjectPAL Coding | |
Thread 10 of 25 | | Thread Starter | | | Group |  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 |
|
 2306 Hits |  Corel Paradox / ObjectPAL Coding | |
Thread 9 of 25 | | Thread Starter | | | Group |  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. |
|
 3461 Hits |  Corel Paradox / ObjectPAL Coding | |
Thread 8 of 25 | | Thread Starter | | | Group |  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... |
|
 3252 Hits |  Corel Paradox / ObjectPAL Coding | |
Thread 7 of 25 | | Thread Starter | | | Group |  Zak | Delphi vs VB... What is better?Hi All, , I know it's not the wright place, but I didn't other place. , , Please I want trustable & proficinal answer. What is the better Delphi or VB? Why VB is more famous than Delphi., , Note , I'm Delphi programmer., , Thanks | 18 replies. Last post: |  Wes | Things change fast!
Would it be important to you to have a tool that would allow you to run your applications on Windows, Mac, iPad and iPhone - from a single code-base?
Delphi has a new "personality" that they call FireMonkey. Like Delphi, it uses the same Ojbect Pascal language. But Firemonkey dispenses with the older Delphi VCL (visual control library) which consisted, largely, of wrappers around existing Windows controls.
Firemonkey,... |
|
 11815 Hits |  Coding & OO | |
Thread 6 of 25 | | Thread Starter | | | Group |  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 |  Corel Paradox / ObjectPAL Coding | |
Thread 5 of 25 | | Thread Starter | | | Group |  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 |
|
 4016 Hits |  Corel Paradox / ObjectPAL Coding | |
Thread 4 of 25 | | Thread Starter | | | Group |  Patricia R. Turner | access vrs paradoxNot sure where to put this, but I am interested in whether the general groups feels there is more of a market out there for paradox apps or access apps. Keeping this short i won't go into my background, but I am thinking of making a career change, currently i am not in a development enviroment but am thinking of getting back into it. I have developed apps in both Paradox (my first development platform, and my first love) and Access. I am thinking of getting back into the field developing stand alone apps and I guess I need to pick one or the other to use, and i am wondering which would be the better choice as far as more marketable? , , I hope this post makes sense as I need to make a decision on wheter to purchase the Paradox Development edition or the Office Developer tools., , I would appreciate the groups comments, either on here or via email. Thanks | 17 replies. Last post: |  brian p kim | Howdy,, , Maybe the powers that be will consider another board for such ramblings. With this entry, I shall woefully end my attention to this thread. ... So, it's going to be a long one., , Eg. Paradox and Photos, Paradox Maintained Blobs, ....? Something along the lines of what would the person who needs / desires more than a shrink-wrapped front end for the migration / organization of their select vintage film-based images into a desktop databa... |
|
 1724 Hits |  Microsoft Access | |
Thread 3 of 25 | | Thread Starter | | | Group |  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! |
|
 2063 Hits |  Corel Paradox / ObjectPAL Coding | |
Thread 2 of 25 | | Thread Starter | | | Group |  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 |
|
 1598 Hits |  Corel Paradox / ObjectPAL Coding | |
Thread 1 of 25 | | Thread Starter | | | Group |  rt | Here's a silly oneWhen I press a button on my latest amazing application nothing happens (that's not surpising in itself) except that a message flashes across the screen at triple the speed of light ![[Wow!]](graemlins/wow.gif) , , I would like to know what it is trying to tell me as that may have a bearing why the button does nothing in the first place. Any ideas?  , , I suppose it could of course be Angel's mugshot..  , rt | 16 replies. Last post: |  rt | {Too Long} |
|
 968 Hits |  Pascal and Delphi Coding | | |
|