Master/Detail Form not working

Hello,

I need to create a sub-form for the main table but when I try to create a Master/Detail Form(tried creating it by myself and also by the tutorial, but nothing seems to be different), it does not appear as a form and when I check the Edit fields or Fields positioning, it shows that SC has created a text field. I checked the HTML code on the page and SC has created an iFrame for me altough it’s empty.

Any suggestions what I should do? Is it somekind of a major bug or have I corrupted SC somehow?

Big thanks in forward to anyone who tries to help me,
Silver

I started testing other forms that I needed and tried making a record for the main table. It seems that the sub-form will appear in the iFrame after the main form has it’s first record. Now it rises a question if there’s a way to make sub-form appear before I make the first record.

It is not posible, SC uses the PK from form master and This is used for the form detail. The unique way for do it, is using SQL Insert for create a record in blank for master and other for detail. and Then Open the Form for retrieve the records with values in blank.