IT SOLUTIONS
Your TECHNOLOGY partner! 
-Collapse +Expand
Message Boards
Tech Search:

Advanced
-Collapse +Expand Message Boards
-Collapse +Expand More Board Options
-Collapse +Expand My Moderator Settings
MODERATOROPTONS

BOARDSTATS
Posts: 14466
Threads: 4394
Topics: 94
Boards: 32
Groups: 32
 

Prestwood eMagazine

May Edition
Subscribe now! It's Free!
Enter your email:

   ► MB Lobby ► This Topic!    Print This   

What's happening now! All groups!

Home Updated Posts Unanswered Posts Online Today Who's Reading What

Unanswered Threads

  


50+ Threads:


Thread 50 of 50
Thread Starter  Group

Andy.A
General Protection Error when printing
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?
Posted to MB Topic: Paradox Setup, Vista, etc. « Paradox Board
30 days ago
Nothing New Since Your Last Visit
78
Hits

Corel Paradox / ObjectPAL Coding

Thread 49 of 50
Thread Starter  Group

Andy.A
Splash Screen Change In Paradox 11
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
Posted to MB Topic: Paradox Setup, Vista, etc. « Paradox Board
34 days ago
Nothing New Since Your Last Visit
91
Hits

Corel Paradox / ObjectPAL Coding

Thread 48 of 50
Thread Starter  Group

howard.a
Change Mouse Cursor Icon
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!
Posted to MB Topic: ObjectPAL « Paradox Board
51 days ago
Nothing New Since Your Last Visit
110
Hits

Corel Paradox / ObjectPAL Coding

Thread 47 of 50
Thread Starter  Group

andresurzagasti
Paradox 8 / 32bits with more of 4GB RAM
Hi everyone, I´m a network consultant of various small offices in Argentina that actually uses Paradox 8 over Windows XP. Paradox systems are mantained by a small team of local programmers. We just start to upgrade the workstations to Intel I5 / Windows 7 64bits (4gb of ram, maximum 32gb) Systems works Ok under Windows 7 64bits. We have read the article at /ASPSuite/KB/Document_View.asp?QID=101303 that says there is not 64-bit version of Paradox. In this case: - Are the new processor (Intel I5 here) a significative difference over the previous Pentium Dual Core?, - Are RAM upgrades of more of 3GB (eg: 8 / 16GB) fully used by Paradox Runtime?, , The scenario in this instalation is a centralized server (Samba/Linux) with Quadcore Xeon processor, Gigabit connection and 4Gigabytes of RAM. Can we optimize this server for Paradox with more memory? , thanks and regards!
Posted to MB Topic: Paradox Setup, Vista, etc. « Paradox Board
79 days ago
Nothing New Since Your Last Visit
172
Hits

Corel Paradox / ObjectPAL Coding

Thread 46 of 50
Thread Starter  Group

Gary.L3
Unexplained ObjectPAL postrecord() error
I am encountering an error when I try to post table data using a tcursor in ObjectPAL (Paradox 8.0).  System error reads: "An error was triggered in the 'postrecord' method on an object of tcursor type" --> "This record is not locked so the operation is invalid."  I'm not sure how the record would be unlocked. The main code is attached to a pushbutton event. At the top, I open a tcursor to a specific table (e.g., tc1.open(ATableName)).  I use some qlocates to search for and test certain dates and values.  Then I tc.close(). No problem. A little further down, I call a method that's also attached to the pushbutton object.  Inside the method, I open a differently-named tcursor to that same table (e.g., tc2.open(ATableName)).  I do some qlocates and later post some data to several different records in the table.    The data posts without a problem.  At the end of the method, I make sure to endedit() and close(). A...
Posted to MB Topic: ObjectPAL « Paradox Board
104 days ago
Nothing New Since Your Last Visit
143
Hits

Corel Paradox / ObjectPAL Coding

Thread 45 of 50
Thread Starter  Group

Cottage Builder
Paradox Files
I have for quite some time been unable to access the "Import, Export and Table Repair" utilities on the paradox menus.  Endless uninstall, reinstall routines; checks for existence of files such as Tutility.exe, have failed to resolve the irritation of not being able to use these functions. Recently, I installed paradox on a laptop.  It is the same operating system  as the desktop, (XP)  Lo and behold the program worked fully, and well. ( But still not on the desktop) I notice that even when I have done uninstalls, cleans and apparently everything I can find  on my drives that relate to Paradox, when I reinstall, it still knows all the aliases that I had set up previously. Obviously, there are some files deeply embeded in my hard drives somewhere, that retain information about paradox. My question is, "where are they?" "what are they?" and "Might they contain corrupted files that could cause the problems?"  Interestingly, when I choose 'Import' from the...
Posted to MB Topic: Paradox Setup, Vista, etc. « Paradox Board
115 days ago
Nothing New Since Your Last Visit
140
Hits

Corel Paradox / ObjectPAL Coding

Thread 44 of 50
Thread Starter  Group

Robert.B2
Best technique for newly inserted blank records???
#Formdata1  Var   FD1_uiO    uiObject   FD1_tC      tCursor #Formdata1  Arrive var   a_logl       logical   s_str         string   n_lInt       longInt endVar   if (eventInfo.isPreFilter())  then      ;;//for each object (i.e. box, mro, container, field)      if (active.class  = "Field")  then          s_str  = self.TableName          a_logl = FD1_tC.open(FD1_uiO)          arriveFieldObject()      endIf  else      ;;//for Form only      s_str  = self.name      a_logl = FD1_uiO.attach(s_str)      s_st...
Posted to MB Topic: ObjectPAL « Paradox Board
4 months ago
Nothing New Since Your Last Visit
151
Hits

Corel Paradox / ObjectPAL Coding

Thread 43 of 50
Thread Starter  Group

Robert.B2
create uiObject Tool available in C# .NET???
In ObjectPAL, a developer can use the... ui.create() method to add uiObjects to a form with PageTool, BoxTool, ButtonTool, ChartTool, ElipseTool, GraphicTool, LineTool, OLETool, FieldTool, etc. Is there a similar feature available in C# .NET? 
Posted to MB Topic: ObjectPAL « Paradox Board
6 months ago
Nothing New Since Your Last Visit
237
Hits

Corel Paradox / ObjectPAL Coding

Thread 42 of 50
Thread Starter  Group

BRRABill
Right Click Context Sensitive
I just started using Paradox 9.  (Had been using Paradox 7.) is there any way to get the right-click context sensitive menu back? For example, I often have mailing labels, and I would right-click and choose "Open With" to open with a new table.  How do I do that now? Also, I'd right-click a text file to import. Is there a way to get this functionality back?
Posted to MB Topic: Paradox Setup, Vista, etc. « Paradox Board
6 months ago
Nothing New Since Your Last Visit
222
Hits

Corel Paradox / ObjectPAL Coding

Thread 41 of 50
Thread Starter  Group

mcspikeymikey
Paradox 7 on Windows 8
Having used Paradox 7 on win95 thru to win 98, XP, and Win7 using the compatability tab making it WinNT with SP4 all was well, i have just installed Win8 on a text machine, and installed Pdx 7 - sadly there is no compatability drop down for WinNT SP4 - so what do i do know. The program opens, but when i go to select my data source it is telling me (or rather not allowing me to select my database on account of the OK button being greyed out). When i open Pdx direct, and then go to the Alias Manager, to manually configure to select my d/base the OK button is still grayed out. Is it easy to upgrade to Corel Paradox 11 - or does it mean re-writing loads of stuff to allow the database to actually work.. Please help.. Luckily i still have (and my clients) still are using Windows 7 or lower. M!chael
Posted to MB Topic: Paradox Setup, Vista, etc. « Paradox Board
6 months ago
Nothing New Since Your Last Visit
257
Hits

Corel Paradox / ObjectPAL Coding

Thread 40 of 50
Thread Starter  Group

OzPaul
Can Paradox read multiple items for the Clipboard?
I am trying to streamline a work flow for our secretary and it occurred to me that she can sequentially copy multiple texts in another application to clipboard with cntrl-c. She can do this in sequence. Say family name, given name unit number. Can she then click on a button in Paradox to distribute these values to a Paradox table?? No problem for a single item, but what about the multiple values? Thanks, Paul.
Posted to MB Topic: ObjectPAL « Paradox Board
6 months ago
Nothing New Since Your Last Visit
214
Hits

Corel Paradox / ObjectPAL Coding

Thread 39 of 50
Thread Starter  Group

GTECH
Migrating to Windows Server2008
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.  localhost:8081 hits paradox ocx and creates web pages perfectly. Now trying to webname:8081 to hit paradox and not working.  Probably bad description, I'm no good on the server side. Any ideas.  Why does local host see the 8081 port in the ocx but not the webname:8081? Help
Posted to MB Topic: Paradox Web Stuff « Paradox Board
7 months ago
Nothing New Since Your Last Visit
279
Hits

Corel Paradox / ObjectPAL Coding

Thread 38 of 50
Thread Starter  Group

winapps2
Show Real Client IP behind Proxy Server
HI, We are using the corel web server OCX behind an apache proxy on the same machine. Everything works fine except the IP Address showing on the web server is the IP address of the proxy server (127.0.0.1) instead of the original/real IP address of the client. Is there a proxy server out there I can use with the Corel Web Server OCX so that I can retrieve the original/real Ip address of the client? I tried NGINX and even set the directives :       proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;,       proxy_set_header X-Real-IP $remote_addr; But it doesn't work.  I looked at the corel web server access log and it only contains the basic access log like:       localhost - - [17/Sep/2012:17:07:20 -0800] "POST /openform HTTP/1.1" 200 29217       127.0.0.1 - - [17/Sep/2012:16:57:29 -0800] "GET / HTTP/1.0" 200 4583 The corel Web Server log does not contain the real...
Posted to MB Topic: Paradox Web Stuff « Paradox Board
8 months ago
Nothing New Since Your Last Visit
292
Hits

Corel Paradox / ObjectPAL Coding

Thread 37 of 50
Thread Starter  Group

Brian.B
opening MS SQL dataset with tcursor with uniqueid
Hi, , My first post. I am trying to open a table in MS SQL 2008 that has a column defined as a ROWGUID datatype UniqueIdentifier and it fails. Is there a way to add this datatype mapping to BDE or get around it in ObjectPal? The ROWGUID is necessary to use FileStreaming for data in MS SQL 2008 so I cannot remove the column from the table.
Posted to MB Topic: ObjectPAL « Paradox Board
8 months ago
Nothing New Since Your Last Visit
442
Hits

Corel Paradox / ObjectPAL Coding

Thread 36 of 50
Thread Starter  Group

Sam.S
Problem using Readprofilestring in calculated fld
Over the past year I have been migrating from Paradox 7.5 to Paradox 11. I am finding that in Paradox 11 I am having trouble using readprofilestring calls as the Calculated value of a field definition.  After Definiing the value, when I try to run the form(or report) I get a general protection error and often the session is currupted and I have to leave (or Ctrlaltdlt) paradox and go back to a previously saved version.  It seems like I can use one profilestring definition in a form, but a second will cause the curruption. I just did a test, and a profile string statement that works when I set it in Pdox75, but it causes the above problem when I try to set it in PDOX11.  And the PDOX7 created form will run in PDOX11. But if I edit the the field definition and try to run the form in PDOX 11, it curupts the session. Has anyone else run into this?  Any Comments? Here is a readprofilestring statement that can be used in PDOX75, run in PDOX11 but not edited in P...
Posted to MB Topic: Paradox Forms « Paradox Board
8 months ago
Nothing New Since Your Last Visit
436
Hits

Corel Paradox / ObjectPAL Coding

Thread 35 of 50
Thread Starter  Group

Caosity
Custom Lookup Dialog Box
{Too Long}
Posted to MB Topic: Paradox Forms « Paradox Board
10 months ago
Nothing New Since Your Last Visit
596
Hits

Corel Paradox / ObjectPAL Coding

Thread 34 of 50
Thread Starter  Group

Ben.P
converting scripts, forms, datamodels
Iv'e been using paradox8 since it came out in the corel suite.  I have a fairly complex set of tables, forms, reports, queries, and scripts.  There is a lot of automation of document production via wordpefect, client and expense accounting, billing, time tracking, and file annotation.  There are some convoluted datamodels, alot of referential integrity and plenty of code attached to various objects and methods.  Everything is heavily integrated.  All of this amounts to a full featured Law office client file suite (I'm a lawyer, and I really do not like the offerings made to the legal community).  I hve decided abandon Mr. Gates and am transitioning to Linux.  I know there is no (and likely will not be) a paradox for linux.  So I'm hoping there is another suite of some sort out there which I can use to do the same tasks.  I even have small hope that perhaps there is some conversion software somewhere that will accommodate the scripts, forms, ...
11 months ago
Nothing New Since Your Last Visit
476
Hits

Corel Paradox / ObjectPAL Coding

Thread 33 of 50
Thread Starter  Group

Floyd.M
Problem starting Paradox
I am running Paradox (forget which version) on Windows 7 64 bit and it has been running fairly well for some years.  Sometimes crashes, but doesn't corrupt data.  Just today, I developed some sort of problem that is preventing Paradox from starting.  When I try to start, I get an error:Could not initialize BDE.:, Cannot load language driver.I suspected there was something wrong in my .../Borland/Common Files/BDE directory, so I copied the BDE directory from my laptop, where Paradox still loads.  I still get the same error.  Any suggestions for a fix?ThanksDesperate Floyd.MNEVERMIND:  I uninstalled Paradox 7 and re-installed it and everything is working well.  Just have one corrupt Paradox table to fix.
Posted to MB Topic: Paradox Setup, Vista, etc. « Paradox Board
11 months ago
Nothing New Since Your Last Visit
434
Hits

Corel Paradox / ObjectPAL Coding

Thread 32 of 50
Thread Starter  Group

ansuiya.s
Forms Jumping for user
HI Guys, I am pretty new to programming as such. Recently I undertook a project where I had to change the current forms to show an edit form before records get posted to the server table for good. However, one of the users is complaining that when he tries to enter data, the form seems to jump such that the line he was editing is not the line he should be.  Of all the users he seems to be the only one having this problem.  One other has said that it happens to her sometimes. I have looked at all the code, stripped all the unwanted code and cannot seem to see any reason why the form would be jumping for only one user. Can you help..it'll be well appreciated. Many Thanks, Ansuiya
Posted to MB Topic: Paradox Forms « Paradox Board
11 months ago
Nothing New Since Your Last Visit
487
Hits

Corel Paradox / ObjectPAL Coding

Thread 31 of 50
Thread Starter  Group

alan_doran
Paradox 9 on VISTA, debugger problem
Dear friends, I hope someone can help me with this intriguing problem: I have been using Paradox 9(Developers Edition) on VISTA for a couple of yeasr now, and generally, the problems have been few. Now I have an old project that isn't working properly, and whn I try to debug the code, the debugger goes completely blank, so I can't identify the problem. The code is very simple - it is linked to a drop-down list, and when the item has been selected, the name is used to look up related information in a table and put that information into a series of undefined fields. The problem is that the table look-up executes correctly, and the correct data is put into the required field; but the data(numeric) then changes and becomes totally unrelated to the real data. when I run the debugger, the screen goes blank and I can not follow the execution of the code.I am going crazy, can anyone help me please?many thanks in advanceAlan,
Posted to MB Topic: Paradox Setup, Vista, etc. « Paradox Board
11 months ago
Nothing New Since Your Last Visit
501
Hits

Corel Paradox / ObjectPAL Coding

Thread 30 of 50
Thread Starter  Group

Greg MacKenzie
SORTING QUERY OUTPUT
I have created a query form. I want to sort the output by a specific  field, in this case the status date. I believe i would use AnswerSortOrder in my coding to acomplish this but I am not certain. I looked in my Object Pal reference guide for a sample of this coding and tried to adapt it but am unable to get the query to sort: The coding is as follows: method pushButton(var eventInfo Event),  var,   sUNIT   String,   qryFLEET  Query,   tvAnswer  TableView,   FLEETFIELDS Array[STATUS DATE] STRING  endVar,     qryFLEET.getAnswerSortOrder(FLEETFIELDS)  sUNIT = Enter_UNIT.value  qryFLEET = Query,   ,    ANSWER: :PRIV:answer.db    FLEET.UTILIZATION.db | MODEL  | UNIT       | SERIAL NUMBER  | STATUS |LOCATION/CUSTOMER | STATUS DATE |   LTD HOURS |, &...
Posted to MB Topic: Paradox Forms « Paradox Board
11 months ago
Nothing New Since Your Last Visit
453
Hits

Corel Paradox / ObjectPAL Coding

Thread 29 of 50
Thread Starter  Group

robert_lassiter
Delphi BDE - Directory Busy
I hope this is not the wrong group. Our problem is compatibilty with Paradox application and a delphi app using BDE. Each have their own private directory and more often than not, the delphi app crashes when trying to set the session private directory. Why would this be? The directory is empty and not used by any other application? A reboot of the computer typically solves the problem but I'd really like some further understanding...exception number  : 1, exception class   : EDBEngineError, exception message : Directory is busy., , main thread ($b9c):, 005eb8b1 +011 rcurt.exe Bde.DBTables           DbiError, 005eb8bd +005 rcurt.exe Bde.DBTables           Check, 005ef5e0 +04c rcurt.exe Bde.DBTables           TSession.SetPrivateDir, 0065b89b +8b7 rcurt.exe f_main       1286 +138 TMain.FormCreate,...
Posted to MB Topic: Delphi Distributed Apps « Delphi Board
12 months ago
Nothing New Since Your Last Visit
765
Hits

Pascal and Delphi Coding

Thread 28 of 50
Thread Starter  Group

Karen.M
I have a report that has a tab...
I have a report that has a table on it.  The table is located in the PRIV file.   Object Pal code copies the table from the PrivMaster to the Priv folder and then Data is inserted into the table.  A report has the table on the data module and the table on the report is defined to the table in the PRIV folder.   The report will not print the first row in the table, but all subsequent rows will print.  I moved the data around in the table to make sure that it wasn't a specific piece of data, but  it appears to be only the first row in the table that is omitted when the report is printed.  Run Time property for the table on the report has the YES radio button selected on the Show All Records.  Any idea's of what I can check when the first row of the table will not print?  ,
Posted to MB Topic: Paradox Reports « Paradox Board
12 months ago
Nothing New Since Your Last Visit
629
Hits

Corel Paradox / ObjectPAL Coding

Thread 27 of 50
Thread Starter  Group

Morgan.M
Paradox 9 form, visual glitch
I have a Paradox 9 form which is linked to client information. In the lower portion there is a space for case notes involving client communications. The columns include date, speaker, and notes, (also there is a column to differentiate entries made on the same date.)When entering a new case note, a user enters edit mode (F9) scrolls down past the last note to create a new blank one, hits space bar 3 times for current date, enters their initials under speaker, and then proceeds to input the new communication.Everything has worked fine, (albeit slowly on occasion), until today. When someone creates a new note, Paradox APPEARS to also blank out a random prior note. As the operator proceeds with the new note, the information is duplicated in the prior row as well. When the note is complete, exiting edit mode (F9) does not fix the issue, but scrolling up and highlighting the glitching entry will revert it to it's original form.Since this issue appears to be visual only, it's not catastrophi...
Posted to MB Topic: Paradox Forms « Paradox Board
13 months ago
Nothing New Since Your Last Visit
412
Hits

Corel Paradox / ObjectPAL Coding

Thread 26 of 50
Thread Starter  Group

mistol_dos
Paradox 11
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
Posted to MB Topic: Application Framework « Paradox Board
13 months ago
Nothing New Since Your Last Visit
877
Hits

Corel Paradox / ObjectPAL Coding

Thread 25 of 50
Thread Starter  Group

David.F
Can't seem to get control over...
Can't seem to get control over font typeface and size for OLE ListBox object in Paradox 10 ... set it to what I want with properties, checked that settings I requested are set in Object Explorer, but when it displays the font typeface is always MS Sans Serif, font size 10 (I think).  Tried using a list type field instead which does display properly, but doesn't support multi-selection, which I need ... what am I missing????
Posted to MB Topic: Paradox Forms « Paradox Board
14 months ago
Nothing New Since Your Last Visit
421
Hits

Corel Paradox / ObjectPAL Coding

Thread 24 of 50
Thread Starter  Group

David.F
Mouse wheel scrolling in forms
How can I make a form open as a dialog scroll with the mouse wheel the same way it does when form is open as a window?
Posted to MB Topic: Paradox Forms « Paradox Board
14 months ago
Nothing New Since Your Last Visit
543
Hits

Corel Paradox / ObjectPAL Coding

Thread 23 of 50
Thread Starter  Group

LS28
Paradox on tablets
I've been running Paradox for Windows on a desktop in the office since the mid-'90's. I'm considering providing our sales reps with Windows tablets to streamline things. They will need to print customer copies in the field. Anyone have any experience with Paradox on a tablet? , Thanks,Lauston,
Posted to MB Topic: Paradox Setup, Vista, etc. « Paradox Board
14 months ago
Nothing New Since Your Last Visit
554
Hits

Corel Paradox / ObjectPAL Coding

Thread 22 of 50
Thread Starter  Group

jlockley
clicking on blob field erases content.
Database with 14K entries is back up to a corrupted database with loss of data. Repair shows no corruption. Working currently on Vista (Vista issues clear). Trying to open the blob files contents to rebuild the original deletes individual blob field contents permanently (leaving record and revisiting or closing file and reopening shows the records accessed without their stored objects). I keep hoping someone has an idea about this. it is most likely connected to the original issue of file corruption with disappearance of multiple blob entries. (about four hundred at last count).Exporting the file to a different folder and attempting to access the contents in the exported file = same results.,
Posted to MB Topic: Paradox Tables « Paradox Board
16 months ago
Nothing New Since Your Last Visit
487
Hits

Corel Paradox / ObjectPAL Coding

Thread 21 of 50
Thread Starter  Group

jlockley
Loss of Blob Field entries.
I doubt there is a resolution for this, but if anyone knows the cause, it would be a starHave a large (near 1GB) database which stores resumes in a blob field. Several days ago I noticed that a resume was missing - this happened a few times recently, but was not a great problem. I tried to open it and received a message, "blob has been modified." The Database froze and needed to be shut down forcibly. (I know, it's not good).  Revisiting the record produced the same result, but it was possible to navigate away from the record to others. Trying to access the blob field in others produced a lock, although neither W7 search nor other aps were able to find pdoxusrs.lck  and I could not find the .net file  where it should be. I reinstalled what appeared to be a broken BDE engine,  relocated net share, repaired the table, deleted and reentered the record and had one  problem -free run before the same issue appeared with another record. , Running through the table, I ...
Posted to MB Topic: Paradox Tables « Paradox Board
16 months ago
Nothing New Since Your Last Visit
473
Hits

Corel Paradox / ObjectPAL Coding

Thread 20 of 50
Thread Starter  Group

jseidel
Reading Paradox tables from Access 2007
I have an Access application that imports data from Paradox tables in an existing, external application (Timeslips by Sage). App was originally written in Access 2003 and I was able to link to several Paradox tables and read them successfully (no update is required). We upgraded to Access 2007 and the existing Paradox links work just fine but I have been unable to create new read-only links to more of the Timeslips' Paradox tables. The new Import wizard assumes a read-write link and then fails with the error:      "Unexpected error from external database driver (11010)."Development is on a Windows7 64-bit machine and deployed to a WindowsXP machine (soon to be upgraded to Windows7). I've tried linking on both machines and NoGo.I've also tried searching the web for code that could handle this but to no avail.Any suggestions as to how I can accomplish this?  Thanks very much.,
Posted to MB Topic: Access VBA Programming « Access Board
17 months ago
Nothing New Since Your Last Visit
971
Hits

Microsoft Access

Thread 19 of 50
Thread Starter  Group

coconut73
Access violation at address..in module pxsrv32.dll
What does this error mean?How do I fix?It happens only to a new node I just put on the network.using win XP pro.  paradox 11.0.0.3, Error comes up right after clicking  the Paradox icon on the desktop.I click OK on the error and paradox still opens and seems to run OK!?any suggestions???  I have search the net and this forum but could not find anything.The full error is:Access violation at address 0055a83c in module 'PXSRV32.DLL'.  Read of address 049800000., thanksscott,
Posted to MB Topic: Paradox Setup, Vista, etc. « Paradox Board
17 months ago
Nothing New Since Your Last Visit
760
Hits

Corel Paradox / ObjectPAL Coding

Thread 18 of 50
Thread Starter  Group

gcorvera
Populating Combo Field with OPal?
How can I populate a combo field with only a subset of a table?If I use the DataSource property (as in self.DataSource = "[tablename.fieldname]")  the list is populated with all entries in the table, but I only want a subset of them.I tried using a TCursor to filter the table, but I can't find how to manipulate the list. The code I tried is as follows, RecTC is the TCursor which has a range limited to those records I need, I the try:

   i = 1

   RecTC.Home()

   Scan RecTC :

      Prestador.PrestList.List.count = i

; Up to here it works, and I get a Combo list with blank fields, but then neither of the following work to set the value of the fields:

      Prestador.PrestList.SetProperty("List.Value",RecTC.Recurso)

      Prestador.AddString(RecTC.Recurso)

      i = i ...

Posted to MB Topic: ObjectPAL « Paradox Board
18 months ago
Nothing New Since Your Last Visit
571
Hits

Corel Paradox / ObjectPAL Coding

Thread 17 of 50
Thread Starter  Group

rahill844834
Table restructure & desktop settings
I am using PDX 11 with Hot Fix 1.  If I try to restructure a table, I receive a "Unexpected general protection violation" error when trying edit the "table lookup" function. Also I am unable to save Desktop Settings once machine is shut down.  They are saved if app is closed and reopened. Can anyone help. Regards, Dick Hill
Posted to MB Topic: Paradox Tables « Paradox Board
18 months ago
Nothing New Since Your Last Visit
715
Hits

Corel Paradox / ObjectPAL Coding

Thread 16 of 50
Thread Starter  Group

csgPdx
Paradox 10 on Windows 7
I seems to have successfully loaded Paradox 10 (from WPO 2002). However, I am having problems in the data model. 1.) The table lables are not entirely readable 2.) Linking tables is doable, except that te screen gets "smudgy." If I drag the DM window down and back up, the image is clear. Loading the windows help program from MS did not work, but I haven't given this much energy and am not sure that I was doing it properly.
Posted to MB Topic: Paradox Setup, Vista, etc. « Paradox Board
19 months ago
Nothing New Since Your Last Visit
783
Hits

Corel Paradox / ObjectPAL Coding

Thread 15 of 50
Thread Starter  Group

rahill844834
No Subject
20 months ago
Nothing New Since Your Last Visit
728
Hits

PrestwoodBoards

Thread 14 of 50
Thread Starter  Group

rahill844834
Paradox 11 new member

My name is Dick Hill and I have been using Paradox and it's many iterations since prior to 4.  I use it to catalog a large jazz & blues record collection.  I do the album/cd inventory and then itemize each track by session date, artist etc. To date there are over 100,000 track records (no pun intended)! I just migrated from Paradox 9 to 11.  I have a report that lists an album and counts the tracks if I have added them.  The report now shows a 1 when no tracks are available.  A null count is returning "1"?  Any help here.  A new service pack?

Thanks in advance. Dick
20 months ago
Nothing New Since Your Last Visit
810
Hits

PrestwoodBoards

Thread 13 of 50
Thread Starter  Group

products
login() for email
I'm using a Corel Webserver control to capture data from a web page.  Works great.  After the posting, I want to send an email to a staff member that the data has been posted. I have the following code:m.logon("","" ), , ,     m.addAddress("products@consoftonline.com"), ,     m.setSubject("A Patient from the Portal"),     m.setMessage("Please check Patient: " + theName + " " + theAppointmentDate),     ,     m.send()  The problem is that the Logondlg box appears each time .  It's supposed to send the message automatically.  What am I missing?
Posted to MB Topic: Paradox Forms « Paradox Board
21 months ago
Nothing New Since Your Last Visit
2993
Hits

Corel Paradox / ObjectPAL Coding

Thread 12 of 50
Thread Starter  Group

jlockley
formats for blob fields (language)
IS there a way to set the table language or ole so that blob files will accept PDF and Jpg files? At this time I cannot store them, only word, rtf, wpd, txt and a few others. PDF is the mst important. Thanks
Posted to MB Topic: General Client Board « Client Board
23 months ago
Nothing New Since Your Last Visit
1083
Hits

Client Extranet

Thread 11 of 50
Thread Starter  Group

Kathy D
Forms - Cursor Position Changed
Currently using Paradox 11.0.0.663 - Have an existing input form and have experienced a change this week for one user in the way the cursor is positioned when pressing F2 edit.  For all other users when F2 is pressed the cursor positions itself at the beginning of the field.  For this user upon pressing F2 the cursor is positioned at the end of the field.  I have been unable to find a solution to return the cursor to it's normal position (at beginning of field) upon edit.  I am sure it was a sequence of key strokes hit.  Closing out Paradox does not return cursor to correct position.
Posted to MB Topic: Paradox Forms « Paradox Board
23 months ago
Nothing New Since Your Last Visit
759
Hits

Corel Paradox / ObjectPAL Coding

Thread 10 of 50
Thread Starter  Group

JFWconsult
Implementing a Reusable Progress Bar in Paradox
Mike, Re your "Implementing a Reusable Progress Bar in Paradox" form for download. I have downloaded it but am unable to open it. Paradox suggests that the form may be corrupt. Can you check please.
Posted to MB Topic: Paradox Forms « Paradox Board
23 months ago
Nothing New Since Your Last Visit
923
Hits

Corel Paradox / ObjectPAL Coding

Thread 9 of 50
Thread Starter  Group

Al
Combining or merging several tables
Is there a simple way to merge several tables into one.  I have an original master table of some data that I would like to add some other tables to and keep the table name the same as my original.  The tables to be added have different field names but the data I want to merge is the same (i. e., I would like to keep my original table field names and merge/combine the new tables).  I would also like to automate this process to be done weekly on the same tables.
Posted to MB Topic: General Client Board « Client Board
23 months ago
Nothing New Since Your Last Visit
1188
Hits

Client Extranet

Thread 8 of 50
Thread Starter  Group

Richard.M2
report fails to display records
I recently installed Pdox 9 on a newer machine running XP professional, applied the recommended patches, and copied over an app with all forms, libs, etc developed in Windows 98. All runs fine but one specific report which opens with no records displayed.  I have recreated the underlying table and report in a new directory, but get the same result.  The table structure is as follows:  Day (S), Rank (A1) , Date (D), Team1(A15), Team2 (A15), Team3 (A15), Team4 (A15), Team5 (A15).  The team fields hold the associated playerid.  The report as designed shows the players on each team, ranked A-D, grouped by day (of the event), which it does correctly in Windows98. In XP, I've recreated the report using the both the expert and with a blank report, but get the same results:  1) I add the table to the report's data model 2) add a table frame to the record bank including the Rank and all of the Team fields.  At this point the...
Posted to MB Topic: General Client Board « Client Board
23 months ago
Nothing New Since Your Last Visit
1055
Hits

Client Extranet

Thread 7 of 50
Thread Starter  Group

jlockley
error on 2nd use of script.
I have been working on a query by form for a long time and have it working, sort of. It's too long (but I can't find an alternative for my use, and I don't think that's the issue)It works well enough with a few issues ONCE.running it a second time brings up the error  - An error was triggered in the execute qbe method on an object of query type, which generally  indicates missing or double pipe in the query script, but it has not changed. I am thinking the query is still open? Is there a way to assure it is closed at the beginning of the script.Here is the entire script. I don't want to upload it to take up too much space.http://www.chefsprofessional.com/cpbworks.txt,
Posted to MB Topic: Paradox Forms « Paradox Board
23 months ago
Nothing New Since Your Last Visit
764
Hits

Corel Paradox / ObjectPAL Coding

Thread 6 of 50
Thread Starter  Group

jlockley
"out of memory error when running query by form
Query by form script gives "out of memory " error at a set point . Large query. Have tried resetting shared memory but not memory location in BDE. Any ideas here what could be done? ,
Posted to MB Topic: QBE & SQL « Paradox Board
24 months ago
Nothing New Since Your Last Visit
733
Hits

Corel Paradox / ObjectPAL Coding

Thread 5 of 50
Thread Starter  Group

Richard.M2
migraging to xp
I have an app for managing an annual golf event that I wrote and distributed in 2000 using Paradox 9 Developers addition.  The distributed runtime app has been used exclusively on a Windows 98 laptop, while the orginal app still runs on a windows 98 desktop.  Recent attempts to migrate to a newer desktop machine running XP professional have failed in one respect: reports.  All other app features appear to perform correctly.  Some of the reports run OK, some run but show no data, one appears to mix header fields with detail report band fields. The form of migration was installation of Paradox 9 on the xp machine, then copying over all app files and directories.  Some clues: Re: a report that shows the team make-ups for each day of the event, grouped by day.  The detail is a table frame displaying teams by number.  One table is in the data model.  The report runs but shows no data, although the underlying table exist...
Posted to MB Topic: General Client Board « Client Board
24 months ago
Nothing New Since Your Last Visit
1779
Hits

Client Extranet

Thread 4 of 50
Thread Starter  Group

Paul Castelow
Voice activated Paradox
The biggest hurdle for users of data based programes is finding the time to do the inputting.  Has there been any advances in voice activation for Paradox. Is this feature built into a program such as PDX or is it an add on ?
Posted to MB Topic: ObjectPAL « Paradox Board
24 months ago
Nothing New Since Your Last Visit
828
Hits

Corel Paradox / ObjectPAL Coding

Thread 3 of 50
Thread Starter  Group

Shawn.R
Web Services SOAP WSDL SSL
We have the need to use web services and need help finding out how to accomplish this. WinXP - Pdox 10 For starters, can we use Paradox 10 to communicate via HTTP using SOAP and WSDL, or do we need to harness the capabilities of a third party application to handle this for us? We are not sure how to communicate with web servers to authenticate, and then ultimately send an .xml request file and then receive a response as well. Any guidance on how to do this or what applications to use for this would be appreciated. We've just downloaded SOAPui and are playing with that. Thanks, Shawn
Posted to MB Topic: ObjectPAL « Paradox Board
24 months ago
Nothing New Since Your Last Visit
1277
Hits

Corel Paradox / ObjectPAL Coding

Thread 2 of 50
Thread Starter  Group

gbash
Paradox V9.0 Devl Ed
Howdy All, My HeadAche is that I CANNOT locate a (Genuine) Copy of Paradox V9.0!! If anyone can Help With a Genuine Copy, I would be happy to Puchase Same (Manuals Incld) for a reasonable Price. Trying to find the above is like trying to find a needle in a haystack.. NOT that I'm overly SURPRISED. ANYWAY if U Can Help, Please email me direct on gbash@optusnet.com.au with Words Paradox v9 included in the Subject!! thks PSS: Since Posting  2 day agao I HAVE NOW acquired Corel Paradox 9.0 - TKS ANYWAY!
25 months ago
Nothing New Since Your Last Visit
840
Hits

Corel Paradox / ObjectPAL Coding

Thread 1 of 50
Thread Starter  Group

Lynn.B
Changing Markers #5 and up in charts
I have a chart in Paradox (using Paradox 8, but have 10 and 11) that is a a 2 D summary and it shows exactly what I want - but there are 8 groups (series) and the markers are too big and it clutters up the chart.  In the design mode I can change the first 4, but for the life of me I can't figure out how to change markers 5 through 8. I tried using self.series.marker.size=MarkerSize6 in the Open for the chart.  That can change the first series, but I have no idea how to move to the other series.The Object Explorer shows only one series. Can anyone help?
Posted to MB Topic: Paradox Graphs & Charts « Paradox Board
26 months ago
Nothing New Since Your Last Visit
930
Hits

Corel Paradox / ObjectPAL Coding
-
  Load Time=1 seconds.
 
Print This
-
 
Have a question? Need our services? Contact us now.
--Mike Prestwood

Call: 916-726-5675

email: info@prestwood.com


688 People Online Now!!  
Online Now: Sign In to see who's online now!  Not a member? Join now. It's free!
Show More...


©1995-2013 PrestwoodBoards  [Security & Privacy]
Professional IT Services: Coding | Websites | Computer Tech