[EMAIL PROTECTED] wrote:
    I don't know Delphi behavior at all, but based on my experience with
    MSAccess, it is not possible to have a ShowModal + Form2.anything.
    "Modal" mode creates a window that must, somehow, be closed (either
    canceled or completed) before the application proceeds to some other
    step. If Dephi allows other than this, then I think it is wrong, and
    Lazarus doesn't need to concern itself with it. When an application

I think at least recursive ShowModal should work correctly. It's not strange for a form that needs input from a user to itself need more input for some specific "field".

Micha

_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to