Ask a questionAsk a question
 

AnswerForm displays nothing

  • Thursday, October 29, 2009 2:49 PMwoodeye229 Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    I have a form with a pageframe (details on first page and list on the second page).  A grid is on the list page to allow user to select a record to display on the details page.  I needed to change some column widths on the grid so I tried to invoke the builder on the grid but I got an error.  I acknowledged the error, then manually modified the column widths using the properties window.  When I tried to run the window I get a hollow form.  I can see the borders of the form and the title bar but nothing else displays in the form and I can see everything behind the form.  Any idea what caused this?

Answers

  • Friday, October 30, 2009 10:50 AMKalpesh Chhatrala Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    Hi WoodEye / DNI

    When Form Property LockScreen Value is True then Form Border Only Display 

    Please Update below Property as False (.f.)

    thisform.lockscreen = .f.



    Please "Mark as Answer" if this post answered your question. :)

    Kalpesh Chhatrala | Software Developer | Rajkot | India

    Kalpesh's Blog

All Replies