-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CommandButton.PictureCaptionArrangement missing from export #565
Comments
This is similar to #170, which turned out to be an Access version issue. I'm not sure if it's identical, but it looks quite similar. |
Just for reference, I can do a full round-trip export/build with different caption alignments... You might try creating a test database to see if you can pinpoint the issue... You could also copy and paste the button to see if it will generate the missing properties... I have seen a few cases where certain properties were missing from controls that were created in earlier versions of Access. (That's what inspired the "Repair Colors" tool in Advanced Tools.) |
@joyfullservice thanks for looking into this. Can I clarify, in your test after you ran an export, did your source file contain the |
Yes, it does. Attached is the complete file. (Added a |
Is this still broken for you or did you find more information out @HughWarrington ? |
Thanks for the feedback guys. I've been waylaid with other aspects of the project I'm working on but will get back to the coding side early next year. This ticket will be on my list to investigate. Happy holidays :) |
I think the title says it all really.
I have a CommandButton with PictureCaptionArrangement set to Right.
On export, this property is missing from the form's .bas file. Then when I rebuild, the CommandButton doesn't get that property set and has just the default.
As a stab in the dark I tried adding the line manually to the .bas file:
But the import fails with an error here:
The text was updated successfully, but these errors were encountered: