Skip to content
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

Fixed Issue with Convert Numeric dialog not popping up #9341

Merged
merged 2 commits into from
Jan 9, 2025

Conversation

derekagorhom
Copy link
Contributor

@derekagorhom derekagorhom commented Jan 9, 2025

Fixes #9325
While going through the issue i realized the frmConvertoNumeric's cmdLabelledConvert alternates between labelled convert and ordinal convert. it seems the ordinal convert option works because the frmConvertoNumeric is able to pop up when the column being converted to numeric is not labelled but does not for the case where column is labelled. This PR should fix that issue (I hope) without causing any regression.
@rdstern , @N-thony can your review this PR
Thanks

Copy link
Collaborator

@rdstern rdstern left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@derekagorhom excellent detective work and very useful.
You say only partially fixes the issue. Is that just being cautious - it seems fixed to me?
@N-thony another bug sorted. Over to you to check and merge.

@N-thony N-thony merged commit b92a357 into IDEMSInternational:master Jan 9, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Convert to numeric occasionally doesn't know to activate the popup dialog
3 participants