| | Thread Starter | Replies | Last Post | Board >> Topic |
 17 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 | Corel Paradox >> ObjectPAL |
 28 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 | Corel Paradox >> ObjectPAL |
 32 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 | Corel Paradox >> QBE & SQL |
 226 Hits | Q. Do you like our newly redesigned websites?{Too Long} | 7 | Yeah, I seem to never be done. Currently I'm working on some behind the scenes features. 7/21/2010 | PrestwoodBoards >> Just Conversation |
 93 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... | 7 | I've opened up the old machine and copied across the *.fp and *.ft files to the corresponding folder... 7/16/2010 | Corel Paradox >> Paradox Reports |
 50 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 | Corel Paradox >> ObjectPAL |
 88 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 | Corel Paradox >> Paradox Setup, Vista, etc. |
 57 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 | Corel Paradox >> QBE & SQL |
 129 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 | Corel Paradox >> Paradox Setup, Vista, etc. |
 38 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 | Corel Paradox >> Paradox Setup, Vista, etc. |