mirror of
https://github.com/FellippeHeitor/InForm.git
synced 2025-01-15 03:49:56 +00:00
Fixes loading forms with controls in frames.
This commit is contained in:
parent
4391f4b15c
commit
44f75a5446
1 changed files with 1 additions and 1 deletions
|
@ -2847,7 +2847,7 @@ SUB LoadPreviewText
|
|||
NewParentID = ""
|
||||
IF LogFileLoad THEN PRINT #LogFileNum, "PARENT: ORPHAN/CONTAINER"
|
||||
ELSE
|
||||
NewParentID = MID$(DummyText$, 13)
|
||||
NewParentID = DummyText$
|
||||
IF LogFileLoad THEN PRINT #LogFileNum, "PARENT:" + NewParentID
|
||||
END IF
|
||||
|
||||
|
|
Loading…
Reference in a new issue