Opening A Form

|
Opening A Form in Paradox Forms topic (part of our Corel Paradox / ObjectPAL Coding group).
Quick Search:
Opening
Opening Form
|
|
|
|
PS_2762
|
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.
|
|
Posted 6 years ago (Thread Starter)
|
|
| About PS_2762 |
|
Membership pending.
Member subscribes to this thread with a verified email.
|
Web Presence Hidden.
Once above is taken care of, full Profile content will display including back links, about me, my message, custom Profile html,
social networking links, message board signature, company profile, etc.
|
Post ID #18000, 9 replies
Thread Started 4/17/2020 11:41:13 AM
View Counter=723
Last Reply Posted 4/20/2020 5:13:56 AM)
|
|
|
|
Location=-- --
|
|
| |
|
|
| Moderator |
|
Steven.G
|
method action(var eventInfo ActionEvent)
var
f form
endvar
f.open("TestReview Form")
endMethod
Steven Green Senior Software Engineer Paradox Support Specialist DOS/WIN
Prestwood IT Solutions 8421 Auburn Blvd, Suite 256, Citrus Heights, CA 95610 Office: 916-726-5675 | Fax: 916-726-5676 | http://www.prestwood.com
|
|
Posted 6 years ago
|
|
| About Steven.G |
|
Approved member.
Member subscribes to this thread with a verified email.
|
Old Account!
If this is your account, sign in to activate web presence data (sign in quarterly to keep active). Alternatively, you can subscribe to our monthly eMag with a valid email address.
|
|
Web Presence Hidden.
Once above is taken care of, full Profile content will display including back links, about me, my message, custom Profile html,
social networking links, message board signature, company profile, etc.
|
Post ID #18001 (Level 2)
and Parent is 18000
Reply Posted 4/17/2020 11:51:40 AM
|
|
|
|
Location=Myrtle Beach, SC USA
|
|
 |
|
|
|
PS_2762
|
I added the code and got the error: 'Cannot Change A Built In Header'
|
|
Posted 6 years ago (Thread Starter)
|
|
| About PS_2762 |
|
Membership pending.
Member subscribes to this thread with a verified email.
|
Web Presence Hidden.
Once above is taken care of, full Profile content will display including back links, about me, my message, custom Profile html,
social networking links, message board signature, company profile, etc.
|
Post ID #18008 (Level 1.1)
Reply to 18001
and Parent is 18000
Thread Started 4/17/2020 12:26:32 PM
|
|
|
|
Location=-- --
|
|
| |
|
|
| Moderator |
|
Steven.G
|
method action(var eventInfo ActionEvent)
var
f form
endvar
f.open("TestReview Form")
endMethod
Steven Green Senior Software Engineer Paradox Support Specialist DOS/WIN
Prestwood IT Solutions 8421 Auburn Blvd, Suite 256, Citrus Heights, CA 95610 Office: 916-726-5675 | Fax: 916-726-5676 | http://www.prestwood.com
|
|
Posted 6 years ago
|
|
| About Steven.G |
|
Approved member.
Member subscribes to this thread with a verified email.
|
Old Account!
If this is your account, sign in to activate web presence data (sign in quarterly to keep active). Alternatively, you can subscribe to our monthly eMag with a valid email address.
|
|
Web Presence Hidden.
Once above is taken care of, full Profile content will display including back links, about me, my message, custom Profile html,
social networking links, message board signature, company profile, etc.
|
Post ID #18002 (Level 3)
and Parent is 18000
Reply Posted 4/17/2020 11:51:40 AM
|
|
|
|
Location=Myrtle Beach, SC USA
|
|
| |
|
|
| Moderator |
|
Steven.G
|
and a comment.. trying to learn paradox at this elementary level today is pretty pointless.. it's been a dead platform for almost 20 years.. those of us still in the game are supporting VERY old, and usually mission-critical, apps
Steven Green Senior Software Engineer Paradox Support Specialist DOS/WIN
Prestwood IT Solutions 8421 Auburn Blvd, Suite 256, Citrus Heights, CA 95610 Office: 916-726-5675 | Fax: 916-726-5676 | http://www.prestwood.com
|
|
Posted 6 years ago
|
|
| About Steven.G |
|
Approved member.
Member subscribes to this thread with a verified email.
|
Old Account!
If this is your account, sign in to activate web presence data (sign in quarterly to keep active). Alternatively, you can subscribe to our monthly eMag with a valid email address.
|
|
Web Presence Hidden.
Once above is taken care of, full Profile content will display including back links, about me, my message, custom Profile html,
social networking links, message board signature, company profile, etc.
|
Post ID #18003 (Level 4)
and Parent is 18000
Reply Posted 4/17/2020 11:52:37 AM
|
|
|
|
Location=Myrtle Beach, SC USA
|
|
| |
|
|
|
PS_2762
|
It's completely a dead platform I know. I am a 25 year COBOL programmer. I just downloaded Word Perfect X9 professional and doing merging. Usually I do the quattro pro .dat file but Paradox still comes with Word Perfect X9 when you download it. What would be an equivalent database with forms etc I should use to interface with Word Perfect. I still cannot figure out how to open that form with a button.
|
|
Posted 6 years ago (Thread Starter)
|
|
| About PS_2762 |
|
Membership pending.
Member subscribes to this thread with a verified email.
|
Web Presence Hidden.
Once above is taken care of, full Profile content will display including back links, about me, my message, custom Profile html,
social networking links, message board signature, company profile, etc.
|
Post ID #18004 (Level 5)
and Parent is 18000
Reply Posted 4/17/2020 11:43:16 AM
|
|
|
|
Location=-- --
|
|
| |
|
|
|
PS_2762
|
It's completely a dead platform I know. I am a 25 year COBOL programmer. I just downloaded Word Perfect X9 professional and doing merging. Usually I do the quattro pro .dat file but Paradox still comes with Word Perfect X9 when you download it. What would be an equivalent database with forms etc I should use to interface with Word Perfect. I still cannot figure out how to open that form with a button.
|
|
Posted 6 years ago (Thread Starter)
|
|
| About PS_2762 |
|
Membership pending.
Member subscribes to this thread with a verified email.
|
Web Presence Hidden.
Once above is taken care of, full Profile content will display including back links, about me, my message, custom Profile html,
social networking links, message board signature, company profile, etc.
|
Post ID #18005 (Level 6)
and Parent is 18000
Reply Posted 4/17/2020 11:43:16 AM
|
|
|
|
Location=-- --
|
|
| |
|
|
|
PS_2762
|
It's completely a dead platform I know. I am a 25 year COBOL programmer. I just downloaded Word Perfect X9 professional and doing merging. Usually I do the quattro pro .dat file but Paradox still comes with Word Perfect X9 when you download it. What would be an equivalent database with forms etc I should use to interface with Word Perfect. I still cannot figure out how to open that form with a button.
|
|
Posted 6 years ago (Thread Starter)
|
|
| About PS_2762 |
|
Membership pending.
Member subscribes to this thread with a verified email.
|
Web Presence Hidden.
Once above is taken care of, full Profile content will display including back links, about me, my message, custom Profile html,
social networking links, message board signature, company profile, etc.
|
Post ID #18006 (Level 7)
and Parent is 18000
Reply Posted 4/17/2020 11:43:16 AM
|
|
|
|
Location=-- --
|
|
| |
|
|
|
PS_2762
|
It's completely a dead platform I know. I am a 25 year COBOL programmer. I just downloaded Word Perfect X9 professional and doing merging. Usually I do the quattro pro .dat file but Paradox still comes with Word Perfect X9 when you download it. What would be an equivalent database with forms etc I should use to interface with Word Perfect. I still cannot figure out how to open that form with a button.
|
|
Posted 6 years ago (Thread Starter)
|
|
| About PS_2762 |
|
Membership pending.
Member subscribes to this thread with a verified email.
|
Web Presence Hidden.
Once above is taken care of, full Profile content will display including back links, about me, my message, custom Profile html,
social networking links, message board signature, company profile, etc.
|
Post ID #18007 (Level 8)
and Parent is 18000
Reply Posted 4/17/2020 11:43:16 AM
|
|
|
|
Location=-- --
|
|
| |
Most Recent Post
|
|
| Moderator |
|
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
Steven Green Senior Software Engineer Paradox Support Specialist DOS/WIN
Prestwood IT Solutions 8421 Auburn Blvd, Suite 256, Citrus Heights, CA 95610 Office: 916-726-5675 | Fax: 916-726-5676 | http://www.prestwood.com
|
|
Posted 6 years ago
|
|
| About Steven.G |
|
Approved member.
Member subscribes to this thread with a verified email.
|
Old Account!
If this is your account, sign in to activate web presence data (sign in quarterly to keep active). Alternatively, you can subscribe to our monthly eMag with a valid email address.
|
|
Web Presence Hidden.
Once above is taken care of, full Profile content will display including back links, about me, my message, custom Profile html,
social networking links, message board signature, company profile, etc.
|
Post ID #18009 (Level 9)
and Parent is 18000
Reply Posted 4/20/2020 5:09:49 AM
|
|
|
|
Location=Myrtle Beach, SC USA
|
|
Revive Thread!
Add a comment to revive this old thread and make this archived thread more useful.
| Thread #18000 Counter |
| 723 |
|
Since 4/17/2020
|
|
|