| | Thread Starter | Replies | Last Post | Topic |
 18 Hits | PrinterSetCurrentI have the following code on a form to switch printers behind the scenes. There is a table that lists the users printers and a field in that table that defines what the printer is used for (i.e.... | 0 | New! 9/2/2010 | ObjectPAL |
 21 Hits | ReportPrintInfo DynArrayCan anybody explain to me the syntax to use ReportPrintInfo - the syntax # 3 version that uses an array? I need to set the PrintToFile option to create a postscript file and it seems to only be availa... | 0 | New! 9/2/2010 | ObjectPAL |
 27 Hits | ReportPrintInfo DynArrayCan anybody explain to me the syntax to use ReportPrintInfo - the syntax # 3 version that uses an array? I need to set the PrintToFile option to create a postscript file and it seems to only be availa... | 0 | New! 9/2/2010 | ObjectPAL |
 87 Hits | Printing forms as reports doesnt get all pagesI have a 3 page form that I need to open as a report. When I open it, however, I only get the first page and a half. Any ideas? I have to do i... | 1 | Figured it out - has to do with the page size - ended up having to create 3 seperate reports but it ... 9/2/2010 | Paradox Reports |
 37 Hits | Changing account records based on a listDoes anyone know how to write this Paradox 4.5 code into a Paradox 11 script?
This works in my old Paradox. It goes through a list of account names finds the account in another table and scans to pro... | 0 | New! 8/29/2010 | ObjectPAL |
 260 Hits | Windows 7 Paradox 9 report crashI've successfully installed Paradox 9 on a windows 7 workstation linked to SBS 2008.However, when I went to amend a report by redefining a field, Paradox crashe... | 9 | I've tried everything suggested in previous posts. Sometimes it works and sometimes it crashes. My w... 8/24/2010 | Paradox Reports |
 118 Hits | Paradox 7 UpdateI know P7 is an ancient version but I dug the install disks out of a dusty drawer this morning and installed it in my XP machine. My question is whether I need ... | 1 | Never mind, I've applied the patch selectively. 8/11/2010 | Paradox Setup, Vista, etc. |
 625 Hits | Paradox11 on MS Server 2000 w/Mac desktopOur church is using Paradox11 in a mixed-system environment (MS Server 2000, Macintosh desktops). We use a commercial package to support a membership of about ... | 11 | Hi Tom,
We work in... 8/4/2010 | Paradox Setup, Vista, etc. |
 77 Hits | Paradox 9 Runtime - Report with QBE includedI've inherited a Paradox 9 application that needs to be cleaned up and stabilized. The biggest single problem is that all users have access to the full version of Paradox so they go in an make copies ... | 0 | New! 7/30/2010 | Paradox Runtime & Distribution |
 93 Hits | Debugger wont go awayI recently wrote a piece of code that locked up paradox and i hit Ctrl + Break a bunch of time to try to get it to stop. No Success - had to pull up task ... | 1 | Hi Jon,
Verify the debugger is not set to open in run nor design modes. Select Tools | Settings | ... 7/28/2010 | ObjectPAL |
 101 Hits | Opening a tcursor with a passwordHi thereI'm new to ObjectPAL and enjoying learning! I'm working with a Paradox database that has a password assigned to all the tables (the same password). Howe... | 2 | Many thanks Dan, that works perfectly!Cheers,Julian 7/26/2010 | ObjectPAL |
 120 Hits | Networking Paradox 9My company has intentions of running Paradox 9 on Server 2008. The Operating System on most of our computers is Windows 7 Pro. Is this a good ... | 1 | Sure, this will work well. Just stay away from Vista which it sounds like you are. If you need help,... 7/25/2010 | QBE & SQL |
 92 Hits | Removing part of stringHi Everyone,I am a retired guy who is trying to learn objectpal/paradox.Is there a command that will remove the beginning part of a string up to the first "blan... | 1 | try this
strOUT = strIN.substr(strIN.search(" ")+1,strIN.size()) 7/12/2010 | ObjectPAL |
 148 Hits | Launching Excel using ObjectpalI run Paradox 9 on Server 2008. I'm currently installing new machines on the network that run Windows 7 Pro. Paradox runs without a hitch apart from one issue.P... | 7 | Launching Excel was not the primary reason for needing the code to work. Once the data's exported to... 7/12/2010 | Paradox Setup, Vista, etc. |
 92 Hits | Value to a query-push button on a formAttempting to set up a form to query customer information by entering the account number. I copied the code from the guide but it fails. The debug highlights th... | 1 | Try this
if Account is a field on the form then this should work
sACCOUNT = ACCOUNT.val... 7/7/2010 | QBE & SQL |
 222 Hits | Windows 7 and Paradox 10I have Paradox 10 running on Microsoft SBS 2003 and a few clients running one application from the server. All those clients are XP. ... | 2 | Thanks - I may go that route but I'd rather not. Our machines are getting old and will have to... 7/6/2010 | Paradox Setup, Vista, etc. |
 64 Hits | Are you getting error messages...Are you getting error messages during startup?
Have you double checked the netdir setting in the BDE?
What about the drive mapping of the Q drive on the Win7 PC?
| 0 | New! 7/6/2010 | Paradox Setup, Vista, etc. |
 118 Hits | StruList DocumentationI have downloaded the StruList Utility, but the Installation documentation is missing.. do you still have that? The Strulist is experciencing problems and I am sure it is my mistake in ins... | 0 | New! 7/6/2010 | Paradox Tables |
 139 Hits | Paradox 9 RT on Server 2008 R2I have Paradox 9 Runtime installed on a Windows Server 2003 Terminal Server, and it works just fine.We recently upgraded to Server 2008 R@ (64bit) and want to d... | 1 |
I am not a Paradox guy but, but do you have full rights to everything ? Did you try to ... 7/2/2010 | Paradox Setup, Vista, etc. |
 195 Hits | Paradox 3 table addHi All,
I hit a strange one, the saga of the three table add.
All files are Paradox 7 with primary keys, 16 block size, 555 byte record size, and each verify ... | 2 | Hi Bryan,
Thanks for the reply. I've used Paradox Table Add from the menu in Paradox 10 and 11. I'v... 6/28/2010 | Paradox Tables |
 249 Hits | Paradox 9 Maximum String LengthI always thought that Paradox could handle large strings but I don't seem to be able to manipulate strings in ObjectPAL larger than about 32K
The help says :-... | 3 | 32,767 characters is pretty big so I'm not surprise you didn't run into it before. 6/23/2010 | ObjectPAL |
 142 Hits | Setting up a report to use a specific paper trayI am relatively amateurish in developing applications, but have been doing it on and off for many years.
I am setting up an application for my daughter's rural... | 1 | Use the printerSetOptions() procedure along with a PrinterOptionInfo type variable to to set th... 6/22/2010 | Paradox Reports |
 160 Hits | Is it possible to upload table...Is it possible to upload table(s) and/or file(s) to Corel Webserver using objectpal and html only. If so, is there any example code to work with.&nbs... | 2 | Thanks your reply Mike. 6/16/2010 | Paradox Web Stuff |
 150 Hits | Constant Issues with mapped drives and working dirOk. We have a small office with 3 workstations running XP SP3 and a server running 2003 SP2. I have the latest BDE from this website setup on each client and th... | 2 | Apparently paradox is not saving your configuration on closing. You should check to see if Sav... 6/16/2010 | Paradox Setup, Vista, etc. |
 531 Hits | Field Limit in .html?? HELP!Is anyone aware of a field (count) limit in .html? I have a co-worker who is writing an extensive reporting system using Paradox nd .html and has apparently ru... | 9 | I don't believe so. As the error doesn't occur when the data comes into the web server.
It ac... 6/14/2010 | Paradox Web Stuff |