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   

Application Framework Topic

Paradox 8/9 Application Framework (not included with any other version).
 Show:
New Activity New Threads Oldest Unanswered Most Active Most Read
  


12 Threads:

Add New ThreadRandom Thread

Thread 12 of 12
Thread Starter  

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
13 months ago
Nothing New Since Your Last Visit
871
Hits

Thread 11 of 12
Thread Starter  

DAxtell
Application Frameworks
Dear Mike?, I have been working with your book and have come to , the chapter on AF. For some reason I do not have the , Application choice on my menu as described in the book, but I seem to have an application frameworks folder with lots of stuff in my Paradox 9 folder. Is there any way of activating that so that the Application choice appears in the main menu?, I apologise if this is old stuff, but I just started working with it., Thanks,, Dave Axtell
11 years ago
4 replies. Last post:

rt
Dave , In response to your original question about AF appearing on the menu, I seem to recall there was a bit of problem with this and on the Corel FAQ site - now dead - there were once instructions on what to do. , I can't remember any details but it was pretty straightforward. But, if you are really, really desperate to give it a go I could have a look for it as I'm sure I have copy somewhere., , And, just to put the cat amongst the pidgeons, I...
9 years ago
Nothing New Since Your Last Visit
1331
Hits

Thread 10 of 12
Thread Starter  

Jon
Print report from App Framework application
I just created an application using the Application Framework in Pdox9... All went fine except.. I have a report that is to print off of a button. A query is run and a table created that report is based on. Then report is supposed to be printed., , Very simple... r.print("reportname"), , WILL NOT DO IT., , Same code works fine in a form that is not App Framework generated. , , I can use r.open("reportname") and it will work except that it opens behind the form because the form is model., , ANY SUGGESTIONS????
10 years ago
2 replies. Last post:

jondm
errorTrapOnWarnings did nothing and I changed it to a regular form.... nothing, , On a regular form I CAN open it... but I want to print it..
10 years ago
Nothing New Since Your Last Visit
1471
Hits

Thread 9 of 12
Thread Starter  

Leo
How to keep a form open? App Framework
Is there any one here that knows about the application framework? In the framework app I inherited I need to keep a form open right from the start of the program till the program closes. All other forms must be fully operational all the time. I need to keep the form open as a sort of navigation shortcut page. Ive tried to form.open(form) this form, from MainApplication.ssl / initDesktopOpen but it wouldnt work. After I put the same code in a script, I could PLAY the script from the same place and the nav-shortcut form is displayed. The problem is that none of the other forms will open if the navigation shortcut form is open. Once you close it all menu items and toolbar icons work normally., , As I fiddle about the framework code, I often see comments like //DO NOT MODIFY THIS CODE USE THE APPLICATION EVENTS INSTEAD. I have no idea what the application events are or how to get to them. Can any one help me? I cant get any help files or documentation, nor any info about this in Power Pro...
10 years ago
8 replies. Last post:

Leo
{Too Long}
10 years ago
Nothing New Since Your Last Visit
1245
Hits

Thread 8 of 12
Thread Starter  

garypark
Problems with Application Framework
Can someone help? I have introduced a new program into our network, using the Application Framework that is available within Paradox 8. On my computer there is a splash screen that tells you the name of the Program and what version it is at etc, however, on all the other computers on the network the splash screen does not appear even though it does on mine! We are all executing the same .exe file. Can anyone help? Cheers
11 years ago
1 Reply:

lmckelvy
Don't know for sure (I avoid the application framework like the plague). However, I'm betting that the framework modifies the registry settings that control the custom Paradox splash screen., , Check the registry setting for:, , HKEY_CURRENT_USER\software\corel\Paradox\8.0\Configuration\ and see if there is a setting for, MyOwnSplashScreen="C:\..\mySplashScreen.bmp(for example)", , Mac
11 years ago
Nothing New Since Your Last Visit
1181
Hits

Thread 7 of 12
Thread Starter  

rt
AF
Out of interest, in view of AF being dropped from P10 are you still advocating it's use by way of the book and of course the PCC which strongly reccommends using it?, rt
12 years ago
1 Reply:

mprestwood
No longer recommending AF. Stay away from it. PCC was updated to reflect this.
11 years ago
Nothing New Since Your Last Visit
931
Hits

Thread 6 of 12
Thread Starter  

ljprivara
Application Framework -- Modifying existing form o
Our company inherited an accounting application when we took back the servicing of one of our investment portfolios. It appears this application was built using Paradox 8's Application Framework. Unfortunately, I am unable to access the original alias so that I can launch App. Framework's utility, make a couple of modifications to one of the forms. I read the warning in your Power Programming book about making any changes to forms outside of AF. What is your best advice in approaching this assignment?
11 years ago
1 Reply:

rt
I can't quite get this bit, why can't you access it, can you elaborate?, , "Unfortunately, I am unable to access the original alias so that I can launch App. Framework's utility", , I did have quite a battle with AF v9 some time ago but in the meantime my knowledge retention may have self-deleted, however give it a try., rt
11 years ago
Nothing New Since Your Last Visit
1075
Hits

Thread 5 of 12
Thread Starter  

Rodney
Delivered Objects and FrameWork
I'm trying to finish up a PDOX9 FrameWork project I've been working on for some time now... and if I Deliver the Forms, Scripts and Libraries... the FrameWork app crashes because it's looking for the *.*sl version of the files. I haven't hard coded the extensions of any of these files in the code... so I have no idea why the FW code is looking for them. Has anyone else experianced this anomily?, , Thanks Confused
11 years ago
1 Reply:

rt
In all my fiddling around with AF I have certainly had some got it to produce some error type messages, but not that one! , Can you explain a little more what it actually wants?, rt
11 years ago
Nothing New Since Your Last Visit
1003
Hits

Thread 4 of 12
Thread Starter  

Gophersun
Application Framework: I don't get it!
I am trying to get familiar with concept and benefits of Application Framework as per Paradox 9, but it's slow going. (I guess I am missing something about it.) Anyway, at this stage, a couple of behaviors I am not comfortable with:, , 1) When I execute the app, a "splash" form with "Paradox Presents" appears briefly. Can that be eliminated?, , 2) After the app is open, and as I move the mouse around the window, I can ascertain that things are "happening", because the screen, title bar and mouse arrow all "flicker" (i.e. must be some mouse-move event taking place). What's that, and how can I eliminate/disable that "default" event, whatever it is?, , Thanks for your input., , (BTW, Mike Prestwood, if you read this, your book(s) is (are) *awesome*, and I would have altogether given up on Paradox long ago, had I not had them!)
12 years ago
8 replies. Last post:

Rick Carter
[QUOTE]Personally, I had a bad experiance with SP4 and would not advise anyone using Windows 95 or 98 to install it. [/QUOTE], Rodney, can you be more specific about your "bad experience?" As far as I'm concerned, Paradox 9 SP 4 has been the most reliable Corel version I've used to date, though it's still far from perfect. (I haven't tried Paradox 10.)
11 years ago
Nothing New Since Your Last Visit
1426
Hits

Thread 3 of 12
Thread Starter  

Auberries
Application Framework And PDE
In Mikes book,it states that the default forms in fw folder can be altered, which is what I did, and by using the 'Application Event Expert' I also incuded some code on the canArrive method of the appDesk.fsl , , Everything works great., , The problem I have is useing the PDE. One of the PDE options is to use the Application Framework, but, by doing this the default forms and libaries seems to point to the Pde Framework., , Also all the forms revert to the system color., , Is there a way to get the PDE to use the current application framework setting that I have, and also to keep the form color settings., , Hope somebody can help me, , Rob
12 years ago
2 replies. Last post:

rt
Yes, the AF has been discontinued, but having said that it has worked fine for me - equally I suppose you might also say that P9 is now superceded so we all ought to be using P10. So as to AF, I rather take the view 'if it ain't broke don't fix it'., , Now to your problem, I had a similar situation quite recently and what it came down to a question of the location of the forms in the actual physical directories and the contents of the directories...
12 years ago
Nothing New Since Your Last Visit
1007
Hits

Thread 2 of 12
Thread Starter  

elee
App Framework Question - Can no longer add a form
I had created a simple application framework program in Paradox 8. Then, after upgrading to Paradox 9, was moderately successful in converting forms to a new program using tips from Mike P's Paradox 9 Power Programming guide. Was almost done, when I started getting these error messages when attempting to add a form to a menu:, , "objectNew: Couldn't create a new object with prompting., , objectNewFromProperties: Couldn't create a new object from the properties., , objectNewFromPropertiesParadox: Couldn't create a new paradox object from the properties., , formNew: Couldn't create new form., , Could not write to file.", , I'm on a NT4.0 Workstation with SP6. It sounds like a permissions problem, but which file? Possibly the menu file?, , Thanks, , , Ed
12 years ago
Nothing New Since Your Last Visit
877
Hits

Thread 1 of 12
Thread Starter  

abp
Application Framework Distribution
Is it possible to deliver an application designed thru the Application Framework tool so that these applications are ready for distribution?, , And if so, how?
12 years ago
1 Reply:

mprestwood
Yes. [IMG]http://prestwood.net/ubb/smile.gif[/IMG] What you need is the Developer's Edition of Paradox 9. It comes with both the Paradox 9 Runtime version and the Paradox Distribution Expert (PDE). The PDE has settings in it for including (or not) the Application Framework files. It's a bit tricky, but very doable.
12 years ago
Nothing New Since Your Last Visit
865
Hits

New Thread
-
  Load Time=less than 1 second.
 
Print This
-
 
Have a question? Need our services? Contact us now.
--Mike Prestwood

Call: 916-726-5675

email: info@prestwood.com


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