IT SOLUTIONS
Your TECHNOLOGY partner! 
-Collapse +Expand
Paradox
Search Paradox Group:

Advanced
-Collapse +Expand Paradox Group Home
-Collapse +Expand Message Board
-Collapse +Expand Paradox KB
-Collapse +Expand Paradox To/From
To/FromCODEGuides
-Collapse +Expand Paradox Study Test
PRESTWOODCERTIFIED
-Collapse +Expand Paradox Store
PRESTWOODSTORE
-Collapse +Expand Members Only

Prestwood eMagazine

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

   ► MB LobbyCorel Paradox / ObjectPAL Coding Board     Print This   

Paradox Reports Topic

 Show:
New Activity New Threads Oldest Unanswered Most Active Most Read
  


25 Threads:

Add New ThreadRandom Thread

Thread 25 of 25
Thread Starter  

paulf
report problem
Need help,  designing simple paradox report .  In example.   2 fields field 1           Field 2  values 1                          0                           | 2                       2.4                           |   3                       1.8          ...
8 months ago
1 Reply:

Dan
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.
8 months ago
Nothing New Since Your Last Visit
719
Hits

Thread 24 of 25
Thread Starter  

owensct
Paradox 11 decimals not showing up calc rpt field
Hi All,

Hoping someone can help me with an issue I am having with a report I wrote for one of my departments.

 

The report is an audit report to verify that all that all the records for players in a charity golf tournament are being pulled correctly by the application before the user moves onto the next step.

 

10 months ago
Nothing New Since Your Last Visit
759
Hits

Thread 23 of 25
Thread Starter  

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?  ,
12 months ago
Nothing New Since Your Last Visit
625
Hits

Thread 22 of 25
Thread Starter  

coconut73
pdxwin32.exe hungapp while printing in paradox 10
Hello All, I just started getting a pdxwin32.exe hungapp while printing in paradox on one computer only. We have paradox 10 on 7 nodes with no problem except this particular one. The error just started in the past 2 weeks or so. When paradox starts to print, most of the window turns white and hangs indefinitly. I can print from any other program with no problem. I uprgraded from paradox 10.0.0.663 to 10.0.0719 to see if it would fix but it did not help. What would you guys suggest? Thanks scott
47 months ago
7 replies. Last post:

Anonymous
ATTN: ALL UNDER PRINTERS & FAXES, DELETE THE ADOBE PDF DRIVER & RESTART PDOX 10.---TOM
19 months ago
Nothing New Since Your Last Visit
2451
Hits

Thread 21 of 25
Thread Starter  

OzPaul
Align text in a text object with embedded fields
I have always had a problem with this and it has come up again so time to ask, am I missing something? I have a text object in a report with fixed wording and two embedded fields containing variable information. Fonts are all the same formatting (Arial 8 Regular) but the alignment between the fixed text and the embedded text is never correct in the final print out. The embedded fields align OK but not with the fixed text.... The result does not look neat. So am I missing something? Thaks, Paul.
22 months ago
1 Reply:

OzPaul
Well I have found a solution which works! If I create an unbound calculated field which combines the fixed text plus the field values, with spaces inbetween, all is displayed in a pleasing manner with no misalignments. eg: "The response to flicker at 30c/s was " +[:NEUROLOG:ERGLIGHT.FLICKERSATUN]+" "+[:NEUROLOG:ERGLIGHT.FLICKER]. Shame the simpler approach doesn't achieve this!
22 months ago
Nothing New Since Your Last Visit
1232
Hits

Thread 20 of 25
Thread Starter  

davidc
Adding line # in table report
I'm sure there is a simple way to do this, but I can't find it!I have a simple tabular report, based on a table with 3 dependant tables. For the report, I'm using a sort and a filter.I'd like to add a field to the table which is the filtered record number rather than the "real" record number (meaning 1, 2, 3, etc. rather than 23,49,123, etc.).Is there a simple way to do that?(Worst case, I can run a query with the filter and do the report off of the result, but that seems like a lot of work.) 
25 months ago
2 replies. Last post:

dcheney
Perfect! Thanks! (minor additional detail: have to select a field to do the summary on)
24 months ago
Nothing New Since Your Last Visit
1188
Hits

Thread 19 of 25
Thread Starter  

Paul Castelow
Hi, The following code appear...
Hi, The following code appears in a undefined field on the record band of my report. Sum([New.Number]*[New.Cost]) I wish to get the AVG of those calculations based on a Group Band. How do I achieve this ? Many thanks, Paul
25 months ago
8 replies. Last post:

1311
Have just cracked it, -used an exclusive field in the table to use for the UniqueCount. Thanks once again.
25 months ago
Nothing New Since Your Last Visit
1151
Hits

Thread 18 of 25
Thread Starter  

Shores
changing non master table in report data model
Hi!I'm already using the ReportOpenInfo variant of the open method to change the master table that is used on a report, as to permit the user to restrict on which records to run the report on (something like "print the address book of clients beginning with letter A").I was wondering if there is a way to replace a table in the report's data model with another one, since there are times when it would be nice to filter the child table in a 1 to Many relation; for example, if I want to print the list of invoices with the associated payments, but I need to see payments status as if we were two months ago: I cannot put this filter on invoices, since this would exclude, for example, invoices that have no payment in the requested range, and I should instead pre-filter the list of payments that would be used as a child table.dmRemoveTable/dmAddTable cannot be used for this purpose, as they make the UI object become disconnected from the fields; I would need something as dmReplaceTable (that do...
27 months ago
2 replies. Last post:

Dan
I would probably make the child table the results of a query and run the query prior to opening the report.  That way you dont have to replace the table.  Interesting problem though.  Since paradox can replace the table in a datamodel without loosing the field links, it should be possible to do this interactivaly.  Of course if the table structure is different field links would be lost.  For example, if the child table ...
27 months ago
Nothing New Since Your Last Visit
1235
Hits

Thread 17 of 25
Thread Starter  

kevin_baker
#Record is too big to fit in report Error
In Paradox for Windows, I'm getting this when trying to print a report. #Record is too big to fit in report.
28 months ago
1 Reply:

mprestwood
Sounds like a reports properties problem. Does your report have a TableFrame? If so, is the TableFrame breakable property checked or unchecked? What about Show All Records? Try changing the settings for the Breakable and ShowAllRecords properties.
28 months ago
Nothing New Since Your Last Visit
1189
Hits

Thread 16 of 25
Thread Starter  

Jon
Printing forms as reports doesnt get all pages
I 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 it this way because the form has some fields that are checkboxes and i need all the possible choices to print on the report.
33 months ago
1 Reply:

jondm
Figured it out - has to do with the page size - ended up having to create 3 seperate reports but it works.
32 months ago
Nothing New Since Your Last Visit
1131
Hits

Thread 15 of 25
Thread Starter  

andwye
Windows 7 Paradox 9 report crash
I'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 crashed. I've tried to do this on two different reports and on two different machines.Why would this happen?Does anyone know how to solve the problem?,
34 months ago
9 replies. Last post:

andwye
I've tried everything suggested in previous posts. Sometimes it works and sometimes it crashes. My work around is to create a new field in a blank area of the report/form and define the field there. Then I cut and paste the amendment to where I want it to appear in the report/form. Then delete the old field and rename the new field the same as the old field. I can then save the report/form without Paradox crashing. I know it's long winded!Another...
33 months ago
Nothing New Since Your Last Visit
2840
Hits

Thread 14 of 25
Thread Starter  

afhynes2
Setting up a report to use a specific paper tray
I 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 veterinary business that will store information about her business, clients and animals and which  will print invoices and statements of account for her clients. She runs Windows 7 operating system and has Corel Office X4 installed on a small network of two computers and two printers. My problem is that I want the invoices to print on her Lexmark T632 printer, which works okay, but I cannot find a way of telling the application to take the paper from Tray 2 on that printer. Is there some code I can write into the application that directs the report to a particular tray on the printer? Tony Hynes
35 months ago
1 Reply:

mprestwood
Use the printerSetOptions() procedure along with a PrinterOptionInfo type variable to to set the paper tray, paper size, etc. Given a PrinterOptionInfo variable named prnOptions, use the following line of code to set your printer to the lower tray:; Use constant to specify lower paper tray., prnOptions.DefaultSource = prnLower   Here is a list of all the PrintSource constants:
  • prnAuto - Paper source selected automaticall...
  • 35 months ago
    Nothing New Since Your Last Visit
    1176
    Hits

    Thread 13 of 25
    Thread Starter  

    jglumb
    blank in calculated field
    Is it possible to check for a null (blank) value from within a calculated field. I currently have a calculated field using an iif statement that checks to see if the value of the field is 0 then it returns a string on the report. I would like to also check if the field is blank and return a different string on the report. 
    37 months ago
    1 Reply:

    A. I. Breveleri
    1. Turn off "Treat Blanks as Zeros".  Interactively, pick Edit | Preferences | Database and uncheck "Treat blank fields as zeros".  In code, usesession.blankAsZero(false), 2. Use this model for your statement., iif(isblank(TT.FF]),"this field is blank",iif([TT.FF]=0,"this field is zero","this field contains "+string([TT.FF])))-Al.
    36 months ago
    Nothing New Since Your Last Visit
    1241
    Hits

    Thread 12 of 25
    Thread Starter  

    OzPaul
    First page of report printed for day is garbage
    Hi all, One of my Paradox 9 runtime (Windows XP) users has recently , started having a problem printing on our hospital network. Each day , the first page printed of a single page Paradox report is blown way , oversize so only a small amount appears on the page and two pages of , rubbish print. If she prints again, no problem. This seemed to begin , at the time I re-designed the print control to include a small dialog , form allowing her to choose which of her printers to use. It also , coincided with the introduction of a new printer. We have not done , extensive troubleshooting but another user has not complained and she , is sharing the same printer and has the same software application , installed. I don't think it should be a Paradox problem but I am , wondering if anyone has encountered this? Regards, Paul. ,
    41 months ago
    2 replies. Last post:

    OzPaul
    Hi Mike, I have been on leave so I checked with the user who has been having this problem and it seems to have mysteriously resolved itself. So no, I have not solved the puzzle but currently all is well. Thanks for your concern. Paul.
    40 months ago
    Nothing New Since Your Last Visit
    1624
    Hits

    Thread 11 of 25
    Thread Starter  

    KevinHart
    Any Print closes Paradox
    When trying to print anything (report, screen print, etc) from Paradox the printer dialog does not show and Paradox immediately shuts down with no error message. (Pdox 11 full, Windows 2000), Printing works fine with Wordperfect 11.
    8 years ago
    2 replies. Last post:

    mprestwood
    Also, I've had great luck deleting and reinstalling the printer drivers. Seems to clear things out. That's the first thing I try.
    40 months ago
    Nothing New Since Your Last Visit
    1076
    Hits

    Thread 10 of 25
    Thread Starter  

    ralph16337
    Form feed problems
    Hello FYI, do not write  a note then run the spell check, then down load the spell checker.  You may well lose your note in the interim. My problem in a nut shell is that no matter what I try and what I do I can not get a PDOX 10 report form from overwriting the printer settings. I am trying to print a 4x6 track feed post card.  Paradox has a 4x6 template and Okidate Microline 186 has a method of changing page lengths ergo form feeds.  I change the form length on the printer and on a fresh start the buffer is clear and when I push the form feed button, the paper is advanced 4".  When I go to print the first record prints and then there is an 11" form feed. I can not find a custom form set up in the Oki driver and the set up in Pdox does not work either.  Any suggestions or anything I may not have thought of would be greatly appreciated. Thanks Ralph Maxwell  
    44 months ago
    1 Reply:

    ric_shumack
    Hi, Have you tried defining a custom form via the Print Server?  Open the Printers dialog in Windoze - then go to the menu option File--> Server Properties, and you should be able to add a custom form with your form length. Ric
    43 months ago
    Nothing New Since Your Last Visit
    2741
    Hits

    Thread 9 of 25
    Thread Starter  

    tsensor
    fields in reports change on their own
    I recently changed one of my computers. It is an HP running XP.  We have been running a particular paradox database for years and started using it on this new computer.  When I go to run a report as soon as I open it paradox changes some of the fields to a date field or sometimes another field.  I go back change the form, save it, it may work one or two times then I might change a filter and presto fields change on their own.  If I run the program on another computer it does not happen.  I have uninstalled paradox twice as well as wordperfect.  even reinstalled word perfect x3 and then upgraded to x4 to see if that had an affect to no avail. I am stumped.  Anyone have any suggestions?
    45 months ago
    Nothing New Since Your Last Visit
    1373
    Hits

    Thread 8 of 25
    Thread Starter  

    Shellbot
    Report Printing 2 duplicate rows
    Now, sorry if I am not using the correct terms here, but I'll try my best to explain whats happening: EDIT: using Paradox 7 for win 3.1 Have a report which we print off which gives us the reg numbers of all vehicles under a companies licence. In a particular licence, there are 65 reg numbers. When we print off the report for this licence, 67 rows are printing out. 2 of them are duplicate values. Now, I've gone into the table where I believe the data is coming form for the report, and there are only 65 rows in the table for that licence. So somewhere I am getting 2 duplicate values printing out. This does not appear to happening (yet anyways) in any other licence reports that we print out. I've no clue where to even start on this.. The only thing I can note is that it is a 6 page report, and the positioning of the duplicate rows are as such: page 1 - information page, no data page 3 - last row reg no=1234 page 4 - first row reg no=1234 page 4 - last row reg no=5678 page 5 - f...
    46 months ago
    1 Reply:

    shellbus
    Was the formatting. The top part of the report was taking too much space..rearranged it all and took out as much white space as could at the end of it and that fixed the duplicate record coming out. Must be the way it reads the data or something? Shell
    46 months ago
    Nothing New Since Your Last Visit
    1691
    Hits

    Thread 7 of 25
    Thread Starter  

    Paul Castelow
    Suppressing a field
    Using a group band, I have several records resulting. I wish to show only a field in the first record, and suppress the same field in the following 3 or 4 records - because they are identical and surplus to requirements. How do I do this ? Thanks, Paul
    47 months ago
    2 replies. Last post:

    1311
    I think i'll use the record band meathod Al, many thanks.
    47 months ago
    Nothing New Since Your Last Visit
    1127
    Hits

    Thread 6 of 25
    Thread Starter  

    Peter Dissing
    Barcode only works with asterisk
    Hi We want to bring our order-number as a barcode on paper. The number is an Integer in the field. For this we use a Code 39 font, and the barcode looks all right on paper, but can not be read by the scanner. Only if we change the field to Alpha and put in * as start and stop character it works. Any idea how to aviod the asterisk, and anyone who knows a font where it works 'out of the box' ? Can the setup for scanner be changed  ? Using PDX11. Best regards Peter
    51 months ago
    4 replies. Last post:

    larry_rutledge
    Well, to produce a properly formed bar code, you have to follow the required specs (asterisks, etc). Most scanners/readers will detect the bar code type and only return the value (the number you actually wanted coded). So yes, you need to convert the output to string to produce the barcode.If your bar code scanner/reader is passing the raw code data to you (including the asterisks, etc) then you will have to parse that out and get to just the val...
    51 months ago
    Nothing New Since Your Last Visit
    3460
    Hits

    Thread 5 of 25
    Thread Starter  

    Cfolkes
    Page Layout for form
    I am using Paradox 7 - 32 bit on a stand alone XP-Pro computer. When I try to create a new form and try to use "Form/Page Layout" I get an "Unexpected General Protect Violation".  I have done a clean re-install of Pdox and it did not fix the problem. Am I going bonkers?   I can't make custom forms without copying an old form and re-designing it to the new layout? 
    55 months ago
    2 replies. Last post:

    CFOLKES
    Al Thanks for the reply.  Yes, my machine is totally up-to-date.  The one thing I failed to mention in the original post was that he program freezes and I had to use C.A.D to get out.  I have already used the work around to create my form.  My post was mostly academic.  I was wondering if any other "moss backs" have encountered a similar problem. I have 3 clients who are still running programs which I wrote in the lat...
    55 months ago
    Nothing New Since Your Last Visit
    1400
    Hits

    Thread 4 of 25
    Thread Starter  

    AgCEagle
    Printer Setup PD 5.0 on Windows XP
    I am running an application using Paradox for Windows 5.0. (I know this isn't current but it was working well and I saw no need to change). It is running under Windows XP with all current windows updatesThe printer I am trying to configure is a Nec P6 with a parallel cable. My original PC computer had a parallel printer port and everything worked just great. Now, with a new computer, I have to use a USB to parallel printer adapter, so I am using a Keyspan UPR-112 multiport replicator. Another change I have made is that I am running Windows XP on VMWare Fusion on an Intel Processor MacBook Pro. All my other applications work well from Windows running under VMWare Fusion and I can get the UPR-112 parallel port to show up in the printer setup window of Paradox and shows up in the VMWare Fusion Virtual Machine setup as UPSH 112i Parallel. In fact on one occasion I did manage to print appropriately, but now I can't repeat that, and I get an error message saying , "No printer installed or W...
    55 months ago
    1 Reply:

    mprestwood
    Hi Gary, Interesting setup. I have a close friend who is doing something very similar. He too constantly runs into problems trying to run Windows applications on a Mac. It works, but problems constantly show up. I wanted to get that out of the way just in case others wish to run Windows apps on a Mac. It works, but be prepared for issues. I guess my first question is does your printer work outside of Paradox? In other words, if you open up note...
    55 months ago
    Nothing New Since Your Last Visit
    1769
    Hits

    Thread 3 of 25
    Thread Starter  

    vinylsol
    Reports from laptops cause a hang when printed
    I have Paradox running on an Acer desktop and when I print reports they come out looking all lovely, just as you would expect. But I also used to have Sony Vaio laptop and when I tried printing the same reports from an exact duplicate of the table, to the same printer, Paradox would hang (the report went blank with the Windows egg-timer appearing but staying forever). I eventually moved from the Vaio and now have an Acer laptop and the same thing happens, but not every time. Whereas on the desktop everything is fine. Am I alone in encountering this?
    6 years ago
    13 replies. Last post:

    vinylsol
    I hadn't given too much thought to it being the driver itself as the problem occurred in the past with three different printers (Epson, Canon & Samsung) however I suppose there could be some inherent problem will all printer drivers in relation to Paradox reports. The success of the last two weeks has been in printing to the Samsung, which came with a Vista driver. I haven't tried printing to the Canon, which is still attached to the network,...
    5 years ago
    Nothing New Since Your Last Visit
    4196
    Hits

    Thread 2 of 25
    Thread Starter  

    Shawn.R
    Insert image in report?
    Pdox 10 -   I'm trying to copy and paste a bitmap image into a report and I get -  "Unexpected General Protection Violation" when i run the report in RT everytime..... Any tips on inserting an image into a report and tweaking it to fit right? Pdox seems pretty flaky when adjusting the bitmap image.... Thx, Shawn 
    5 years ago
    1 Reply:

    Dan
    I would suspect that the image you are attempting to insert is probably very large.  How exactly are you cuting and pastling the image to your report?  What service packs have you installed?  There has not been a whole lot of changes to the graphic object used to contain images on Paradox reports but bitmap images have increased significantly.
    5 years ago
    Nothing New Since Your Last Visit
    1353
    Hits

    Thread 1 of 25
    Thread Starter  

    FlaglerMuseum
    Report vs Form size
    I'm having a bit of an issue with the window size of my reports and forms.  I want my forms to remain at the full size of the screen.  Under Form Data Properties I have checked off size to fit, I have several forms and when I open them they remain at full screen.The problem is that when I run reports they always come up a smaller screen size eventhough I have size to fit checked off under properties.  This wouldn't be much of a problem except for the fact that whenever I do open up a report not only does it shrink the report size but it shrinks the size of all the open forms, then after I close the report I have to maximize all my forms again.  This is driving me nuts as I run reports all day long.  Any suggestions?Thanks, Teresa
    6 years ago
    1 Reply:

    mprestwood
    He Teresa,You can do this by opening the report hidden, maximize it, then show it.
    6 years ago
    Nothing New Since Your Last Visit
    1254
    Hits

    New Thread
    -
      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


    1,215 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