Paradox Coding Message Board (Q&A). Free help! Answer questions. Part of our Paradox Group. Corel Paradox for Windows and ObjectPAL group (was Borland Paradox). Covering all versions of Paradox for Dos, Paradox for Windows, and Paradox for Linux including help with the BDE and Paradox tables.
To start a new thread, choose a topic, then click [New Thread].
http://pnews.thedbcommunity.com/cgi-bin/dnewsweb.exe?cmd=article&group=pnews.paradox-discussions&item=30665&utag=
Hope that works. I haven't got around to it, but I need to get them out of PDX.
It still doesn't work. I tried:
FechaMaxD = Date(1, 18, 2013)
SQLVar = SQL
SELECT *
FROM ~dbTable
WHERE
(FechaCita < ~FechaMaxD )
endSQL
And it still returns the same error
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.
HI,
Does anyone know of a (free) utility to run multiple SQL (DDL) statements/scripts against a Paradox database? Ideally used for deployments (where you are updating a database with more than one SQL script) and you don't want to manually run one script after another.
Thanks
Hi,I bought the office X5 professional, I have the paradox 9 developer too, my question is.. how can I do my application (exe) developed whit paradox 9 runs in paradox 11 Is it posible? I think Need news libraries, to fw , but where I can find them
Is there a way to connect to Excel 2010 from Paradox via ODBC? I need to be able to read the information from the excel sheet into Paraodox. Thanks for help.---PK Chaudhary
Help!!! I am a new Paradox user and I am not a programmer or a techie. I've been working here for 6 months and have been able to figure out how to create basic forms and reports but I'm trying to find training or manuals that will get me to the next level. Any suggestions? ...
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,...
Been using paradox ocx as web server for over 10 yrs on server with windows server 2003(?). Recently purchased new server. Have Windows Server 2008 on it. Migrated entire data and web info from old to new. Cleaned up and tested all web pages on new server using localhost. &nb...
Hi Ross,
Sorry to read that it doesn't appear to work on your system. I haven't had to use ithe repair utility as yet, but I did a test run on a .DB file, just to see if it would it work: it does.
Is there any error message that you are getting?
Is the file you would want to repair by any chance ...
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 ba...
I have been keeping my eyes open for such a utility since 1998 and I have not found any.Both the Paradox *.rsl/*.rdl file format and the Crystal *.rpt file format are proprietary and undocumented. Apparently no one has taken the trouble to reverse-engineer either of these formats. My own...
We had a similar problem with our wireless. We were getting interference with our wireless phones. If you have a wireless phone in the area the Hz may causing a slow down as well.
Ralph Maxwell
Is there a way to connect to Excel 2010 from Paradox via ODBC? I need to be able to read the information from the excel sheet into Paraodox. Thanks for help.---PK Chaudhary
I 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?
Please could anyone tell me if there is a way to change the splash screen at the startup of Paradox 11. I did it V9 by editing the pxres09.dll file but cant find a similar file to edit in V11. I have seen one post on the buliten board about splash screen on Runtime V9 but this didn't work on Full Paradox V11... Any help or pointers greatly apreciated
Does anyone have paradox 11 runtime running on a Windows 2012 Terminal Server?
I have a 2008 R2 TS server running paradox 11 RT fine, but I haven't seen a 2012 TS server as of yet.
Thanks
I am currently installing to a Windows 2012 server. Aside from windows hiding all my most frequently used tools, it seems to going well.
I did see the muli user behavior I observed on a 2008 server recently, With multiple users accessing a single table, edits not committed to disk until the table is closed. Using the CFG Configuration|Init|LocalShare = True seems to fix it though. This is behavior I would have attributed to bad ...
I 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...
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.
Hi
Does anyone know if it's possible to change the icon of the mouse cursor? I want to change it to an arrow when hovering over a table, instead of the 'line' cursor.
Thanks for any help!
Hello I recently started working for a company that has accquired Computers and servers from another company. they hired me to be the tech guy and setup all the computers and servers for the company. they have Paradox 11 and runing on xp mechines, i have my laptop with windows 7 and i want to be able to have it up and runing on mine first and test it out. i have the data file from the server for the paradox.it has tables forms and stuff already. as i installed paradox on my laptop i get an error "Cannot open:PRIV:FORM8130.DB.,TABKE DOES NOT EXIT. it point to the location and Asks If i want to Replace Data Model. PLease Help me Get this up and Running As im new to this paradox thing. Thanks
I am in Hickory. I am not the guru that many of these others are but I understand part of the problem. Have you been able to locate that table anywhere on your machine?
In the early days of Paradox the :PRIV: directory was recommended for each work station to house forms, etc. where they were not shared objects with other machines. Also that directory could not be accessed from ...
I'd like to be able to control Chart Series line properties in code. Specifically, I am trying to control LineStyle.
Chartobject.Series.Line.LineStyle = NoLine
works, but it only controls the property of the first series. I have tried Series1 and a variety of other names, but I haven't been able to find a syntax that works. I know there is one, I have used it in the distant past, but I don't remember the syntax and I don't find it in the help.
SS
It's embarassing answering my own questions, but here it is.
Use ChartObject.currentseries = smallint to specify the series
Then use ChartObject.series.line.linestyle = noline
Paradox defaults back to a solid line at each open of an FSL, so I use a for loop in the open event of the chartobject to go through each series and specify a line style
SS
I 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?
Please could anyone tell me if there is a way to change the splash screen at the startup of Paradox 11. I did it V9 by editing the pxres09.dll file but cant find a similar file to edit in V11. I have seen one post on the buliten board about splash screen on Runtime V9 but this didn't work on Full Paradox V11... Any help or pointers greatly apreciated
Hi
Does anyone know if it's possible to change the icon of the mouse cursor? I want to change it to an arrow when hovering over a table, instead of the 'line' cursor.
Thanks for any help!