Error message popup
Kenneth Brody
kenbrody at bestweb.net
Thu Jul 21 11:36:36 PDT 2005
Quoting GCC (Thu, 21 Jul 2005 11:01:15 -0400):
[...]
> I can add 1 comment line but when I go to add a second line, filePro
> presents me with an error. I am using a popup update in the current
> file with dummy fields to control the data entered. I am capturing
> F10-save and after the last field is exited, the routine goes to an
> ending line that has clears,clearp Before prompting for a done or add
> another line. The record is written but the program exits to iua on
> the record.
>
> Am I missing something as even with all popups, browse, screen
> show,closed the error still occurs.
>
> This has been run using fpodbc 1.0.13 and 5.0.14
>
> The error is:
>
> Warning Attempt to do a "popup" command from programming while updating
> a popup, will be ignored.
>
> Code Below:
[...snip...]
Yes, you are missing the fact that you are still updating the first popup
when you issue a second one. Although you have left one of the fields on
the popup screen, you have not done anything to actually leave update on
that screen.
Yes, you have done a CLEARP and pulled the rug out from under filePro,
but you are still updating that screen. (Where is filePro supposed to
go after finishing the @WLF?)
Note, too, that you don't have anything after the POPUP UPDATE on line
22 to prevent you from falling into @WEFYA on line 23.
--
KenBrody at BestWeb dot net spamtrap: <g8ymh8uf001 at sneakemail.com>
http://www.hvcomputer.com
http://www.fileProPlus.com
More information about the Filepro-list
mailing list