Error!!! in my form

Discussion in 'Code Snippets and Tutorials' started by pandahorde, Apr 18, 2007.

  1. pandahorde

    pandahorde Level IV

    Joined:
    Dec 17, 2006
    Messages:
    2,249
    Likes Received:
    17
    Location:
    "MANILA ZOO"
    i start my form. and it pops out ..but theres an error..
    [Runtime Error] : Exception: Cannot make a visible window modal in line 104 in script X:\IVAN\wisher22222.scar
    I put already the code that makes your form unfreeze.
    [​IMG]
     
  2. zav75

    zav75 Level I

    Joined:
    Feb 28, 2007
    Messages:
    76
    Likes Received:
    6
    Location:
    Canada, Province of Québec
    classic error, you forget to change

    visible:= TRUE ;

    to

    visible := false ;