PDA

View Full Version : Error when loading v1.12 project under v1.21 and trying to compile


dsamuilov
03-07-2007, 12:05 AM
Hi all,

I have several projects that I am working on. I have found several issues whe I upgraded to v1.21 (I did a complete uninstall and re-install).

Issue 1: Loaded a project in PPL Pro v1.21 that compiled and run without errors in v1.12 and now I get a "Func or Proc definition cannot be embedded at 'FUNC'" This is a very strange error since it always points to the create func that PPL generates for the form. BTW; I am using the form editor to create the form. Can anyone help me out on what I may be doing wrong?

Issue 2: Loaded a project in PPL Pro v1.21 that compiled and run without errors in v1.12 and now I get a different behavior from the application. The code had the following calculations:
SetText(numTotalTip$, printf("%4.2f", int(getText(numTotal$)) * (fltTip$ - 1)));
Nothing out of the ordinary; just calculating the % tip for a restaurant bill, yet the application now does not assign anything into the numTotalTip textbox. Any clues as to what I should change to be able to make it work with the new version?

kornalius
03-07-2007, 03:39 PM
Send your source code or part of it that doesn't work to support@arianesoft.ca I will take a look at it.