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: fdbozzo **
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: fdbozzo **
When you need to correct this type of things, I don't recommend to modify de SCX/VCX directly, as you have donde, because in some fields VFP uses some control codes (as chr(0) or others) that can mess the SCX/VCX
You could fix this directly on SC2/VC2 text file with safety, so when you regenerate the binary, it is fixed too and will be a proper and correct binary.
Regards!