Hello,
when converting a form with a lot of tabs on a frameset, some tabs get the default name instead of the original name after converting from prg to bin again.
Example: see attach => "page5" is displayed instead of "Planning"
I think the properties aren't set in the correct order.
If necessary, I can e-mail you the source form.
Thanks in advance!
Comments: ** Comment from web user: M_N_M **
when converting a form with a lot of tabs on a frameset, some tabs get the default name instead of the original name after converting from prg to bin again.
Example: see attach => "page5" is displayed instead of "Planning"
I think the properties aren't set in the correct order.
If necessary, I can e-mail you the source form.
Thanks in advance!
Comments: ** Comment from web user: M_N_M **
hello, after manually editing the scx file, it works!
so:
page<x>.name = "page<x>"
page<x>.pageorder = <x>
...
Sometimes it was as follows:
page3.name = page9
page3.pageorder = 9
I don't know why fox was still showing this good in design and run but after changing it, design/run and conversion with your program still works so problem fixed.