Paradox Forms Topic

Including form usage, form coding issues, calculated fields, and the data model.
 Show:
New Activity New Threads Oldest Unanswered Most Active Most Read
  


25 Threads:

Add New ThreadRandom Thread

Thread 25 of 25
Thread Starter  

PS_6509
How to Obtain a Real Passport Legally online?
{Too Long!}
9/12/2026
New Stuff Since Your Last Visit
14
Hits

Thread 24 of 25
Thread Starter  

PS_6452
FULLLZ.ASIA ⚡ Sell UK FULLZ DEAD with NIO/DO
{Too Long!}
9/6/2026
Nothing New Since Your Last Visit
35
Hits

Thread 23 of 25
Thread Starter  

Ash.B2
Bringing the Active record to a new form
{Too Long!}
10/24/2019
3 replies. Last post:

Ramsay.B
{Too Long!}
9/3/2026
Nothing New Since Your Last Visit
992
Hits

Thread 22 of 25
Thread Starter  

hrushing
Adding Alpha and numeric in querys
Trying to add a numeric field and an alphanumeric field in a query. Example, a table has two fields. Field1 is a number and field2 is a string. Trying to use the calc operator with example elements does not seem to work. Snytax I used is, , Field1 Field2, f1 f2, calc f1+f2, , Of course f1 and f2 are set as example elements. Using Paradox 9 I get no error messages, the query simply does not run. What do I need to change?, Thanks for any help.
7/31/2001
1 Reply:

William.S8
The alpha an numeric are numbers are equal when both sides a  add so you can find the value of f1 and f2 then get the answer easily. Luxury Transportation Services in San Diego CA
8/3/2026
Nothing New Since Your Last Visit
1948
Hits

Thread 21 of 25
Thread Starter  

GaryG
printerSetCurrent causing Paradox to hang
A couple of months ago we have started having issues with printerSetCurrent causing Paradox to hang. When this happens I have been telling my user base to reboot and then try again. Printing works for awhile, then it will hang up again. Has anyone else run into this? Do you have any suggestions? Thanks, Gary
4/24/2024
1 Reply:

William.S8
If the printing command are not working to connect with printer so you can do it reinstall the  driver to solve the printer issues. Best Acupuncturist in North Charlotte NC
7/13/2026
Nothing New Since Your Last Visit
611
Hits

Thread 20 of 25
Thread Starter  

PS_3060
Adding a Graphic to a table
Hi, I have a form where I would like to have a Graphic field displayed. The table has 2 fields 1 of which is the graphic field. I have tried to Paste the graphic into this field but nothing is saved. I use another table where graphics are saved and used on the same form with no problem. Is there a limitation on BMP size or any other specification which needs to be ahered to? Cheers Bill
12/3/2020
2 replies. Last post:

William.S8
It is so easy to adding a graphic to a table by cut the graphic and paste into a the text documet software then adjust it according to own requirment. Professional Residential Painter in Thornton CO
7/8/2026
Nothing New Since Your Last Visit
655
Hits

Thread 19 of 25
Thread Starter  

Caosity
Custom Lookup Dialog Box
{Too Long!}
7/27/2012
1 Reply:

William.S8
Custom Lookup dialogue box that are using it for do it writing a comment or doing a chat in it and make it easy to do it converstation with others. Substance Abuse Recovery Services in Clovis CA
7/2/2026
Nothing New Since Your Last Visit
3049
Hits

Thread 18 of 25
Thread Starter  

GaryG
printerSetCurrent is hanging
Our entire user base is running 11.0.0.676 on Windows 10. I believe this is the latest version of Paradox. Today, there is 1 user whose Paradox app is hanging when executing  the command printerSetCurrent. Rebooting does not correct the issue. code snippet: stPrnName = "Win2PDF" if printerSetCurrent(stPrnInfo) then ; THIS LINE HANGS,      setRegistryValue("Software\\Dane Prairie Systems\\Win2PDF", "PDFFileName", pathstring , regKeyCurrentUser),      setRegistryValue("Software\\Dane Prairie Systems\\Win2PDF", "file options", 2, regKeyCurrentUser),      setRegistryValue("Software\\Dane Prairie Systems\\Win2PDF", "persistent", "0", regKeyCurrentUser), else,      errorShow("Failed to make Win2PDF the current printer"), endIf Has anyone run into similar issues with printerSetCurrent? Thanks, Gary
7/6/2020
8 replies. Last post:

William.S8
It is so easy to configuration of current printer by update its setting then connect it properly. Best Car Wash in Clovis CA
6/16/2026
Nothing New Since Your Last Visit
1165
Hits

Thread 17 of 25
Thread Starter  

Rabih.C
Customer-retail display screen communication
Hi. I wonder if anyone could help me write a code that allows control from Paradox onto the display screen that shows the price of the item entered throughyou. the bar code reader. Thank 
11/15/2014
4 replies. Last post:

William.S8
Customer retail display machine that are using it on shops for given it update a customer with its bill for do it check recipt easily during buying anything. Available here https://worldsmartled.com/ Smart LED Lights Store in Atlanta GA
3/5/2026
Nothing New Since Your Last Visit
3535
Hits

Thread 16 of 25
Thread Starter  

GaryG
printerSetCurrent causing Paradox to hang
A couple of months ago we have started having issues with printerSetCurrent causing Paradox to hang. When this happens I have been telling my user base to reboot and then try again. Printing works for awhile, then it will hang up again. Has anyone else run into this? Do you have any suggestions? Thanks, Gary
4/24/2024
Nothing New Since Your Last Visit
809
Hits

Thread 15 of 25
Thread Starter  

EnigmaVariation
Paradox 9 : qbe with tilde variable does not run
{Too Long!}
3/16/2023
Nothing New Since Your Last Visit
722
Hits

Thread 14 of 25
Thread Starter  

EnigmaVariation
Form synchronization
{Too Long!}
2/1/2021
14 replies. Last post:

Steven.G
good to know.. thanks.. making your own "next number" process is a different way to look at your app, but it's very flexible.. and it doesn't break as easily as an AutoInc
2/18/2021
Nothing New Since Your Last Visit
1205
Hits

Thread 13 of 25
Thread Starter  

rum
Table Frame control
Anyone know how to programatically show/hide columns in a table frame control?    Mind you,  I am not talking about the tableview object. Thanks!!!
12/29/2020
3 replies. Last post:

Steven.G
I haven't used it, that I'm aware of.. but flipping the colors on a column, or certain records like that, yes, I've done it, it's simple put it in New Value, then it applies to every record.. if this then color=red else color = white endif.. to hide a bigger area, you can have an empty box.. transparent normally, color on color to hide
12/29/2020
Nothing New Since Your Last Visit
905
Hits

Thread 12 of 25
Thread Starter  

EnigmaVariation
Error Msg : error occured when setting ..proerty
{Too Long!}
11/12/2020
3 replies. Last post:

Steven.G
let me see if I understand the context, first.. you're using a form to display a lookup table, instead of using the built-in lookup help, and move to the appropriate lookup record, as you move thru the main table.. yes?
11/13/2020
Nothing New Since Your Last Visit
820
Hits

Thread 11 of 25
Thread Starter  

Sam.S
Auto email send from memo fields
I recently converted an app from 7.5 to paradox 11 and I am finding when entering Memo fields  with @ and . in them automatically do a mail.sendDLG() opening a new email message with the contents of the memo field as the TO: field. Does anyone know how to control this? Thanks
1/8/2012
Nothing New Since Your Last Visit
5998
Hits

Thread 10 of 25
Thread Starter  

PS_3060
Setting Upper Case in a search field
I have a search firld on a form which works fine except I need to change all characters to upper case. This is the code. It used to work but something has changed. var, pn string, endvar doDefault pn = self.value, pn = pn.upper() PTMPTNO.setRange( pn, pn+"z" ) Cheers
10/4/2020
10 replies. Last post:

Steven.G
ok, an undefined field.. first, that little bit of code should work.. but second, you can still use real fields from dummy tables, in situations liek this, if pictures, lookup tables, etc. can help
10/9/2020
Nothing New Since Your Last Visit
853
Hits

Thread 9 of 25
Thread Starter  

Pete.D2
Editing on a form without keying F9
Is it possible not to have to press F9 to start editing fields on a form? The form I am working on ties the fields to a Paradox db table.
7/11/2017
Nothing New Since Your Last Visit
1839
Hits

Thread 8 of 25
Thread Starter  

GaryG
Print form without user interaction
I would like to print the current form from a button. This can be done in objectPal by performing postaction(DataPrint) or action(DataPrint) When the postaction(or action) is performed, the printer dialog box pops up. I would like to perform this print action without the user having to click the Print button on the printer dialog box. I have tried using sendKeys with different options. Do you know of a way to print a form without any further using interaction other than clicking the button I have added on the form? Thanks
9/16/2020
1 Reply:

Steven.G
action(DataPrint) is the app equivalent for "File/Print" or hitting Ctrl-P I'm pretty sure there's a "current record capture" option buried in there somewhere, but can't think of it offhand
9/18/2020
Nothing New Since Your Last Visit
706
Hits

Thread 7 of 25
Thread Starter  

Ash.B2
Hiding the desktop
I read a short article that says in order to not see the desktop, and only my forms, I need to use app.hide() The problem is that when I try it, I get syntax errors.  I've searched through the boards and through the ObjectPal guide that I have, but I have not been able to find out exactly how to do this (what code and where) I also cannot seem to find where in the Object Explorer it is indicated whether a form is a child or a dialog.  I know this seems simple, but its very frustrating.  Thank you for your help.
1/20/2020
Nothing New Since Your Last Visit
927
Hits

Thread 6 of 25
Thread Starter  

juan@pcexperts.com
HowTo: Search for records not in another table
I need to create a query using the QBE that will list all records from table A not in table B. (A not-in query), , Thanks
3/20/2001
Nothing New Since Your Last Visit
3444
Hits

Thread 5 of 25
Thread Starter  

PS_2762
Opening A Form
I am absolutely brand new to programming in Paradox. I want to make a Main form. For ease of discussion, I just want to create a form which I have done that has one button. I want it to opne a form I already have linked to a table. I get a syntax error. I cannot find any build as you go coder. I have this and it gives me a syntax error: method action(var eventInfo ActionEvent), open("TestReview Form"), endMethod The form is in the same working folder as this Main form. Does anyone know what the syntax is to simply open a form? No parms passed, just open the form in data entry mode.
4/17/2020
9 replies. Last post:

Steven.G
first, that code should be on the pushbutton event.. I should have noticed that you put it somplace else second, what is your intended interaction with WP and or QP? third, any modern database platform will usually be SQL-based.. can't make any specific recommendations beyond that
4/20/2020
Nothing New Since Your Last Visit
852
Hits

Thread 4 of 25
Thread Starter  

rum
Order of Events
{Too Long!}
3/3/2020
Nothing New Since Your Last Visit
594
Hits

Thread 3 of 25
Thread Starter  

Ash.B2
Populating drop down from a table
{Too Long!}
1/23/2020
5 replies. Last post:

Ash.B2
Thanks so much, Rum! I took your code and refined it to my purposed.  No arrays for me, so I was able to simplify it, and in the end it wound up working better than I actually had planned!  (Was able to sort just by selecting the drop-down menu item, didn't need a separate button, like I thought I would) This worked very well, and I thank you. Ash
2/25/2020
Nothing New Since Your Last Visit
1310
Hits

Thread 2 of 25
Thread Starter  

PS_1093
Error occurred while reading graphic file
Hi guys, In my form i inserted a graphic object. But when i right click and use the paste from graphic file and selected any graphic file it say, "Disk error occurred while reading file." "Error occurred while reading graphic file." Have you encountered the same error ? Any idea how to resolve this?, , Thank you in advance for your help., , -yuz
2/1/2020
1 Reply:

Steven.G
I have not used that funtion in many years.. my first guess is that it doesn't understand the file type.. remember, this is 25 year old technology, based on simple bmp logic
2/3/2020
Nothing New Since Your Last Visit
629
Hits

Thread 1 of 25
Thread Starter  

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.
6/28/2011
8 replies. Last post:

Steven.G
it comes back.. it's possessed :-)
11/26/2019
Nothing New Since Your Last Visit
1544
Hits

New Thread
www.prestwood.com For service: 916-726-5675
or support@prestwood.com
Copyright (C) Prestwood IT Solutions.
All Rights Reserved.
Printed 9/14/2026