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

Using spaces in Master-Name generates problems in setup page #22

Closed
FrankNeeckx opened this issue Dec 21, 2020 · 2 comments
Closed

Using spaces in Master-Name generates problems in setup page #22

FrankNeeckx opened this issue Dec 21, 2020 · 2 comments
Labels
bug Something isn't working
Milestone

Comments

@FrankNeeckx
Copy link

When using a master like :

master "Real Estate Unit" {
ShortName = "REUnit";

This will generate a setup table definition with :
field(2; "RealEstateUnit Nos."; Code[20])
{
Caption = 'RealEstateUnit Nos.';
TableRelation = "No. Series";

But in the page definition you will get :
field("Real Estate Unit Nos."; "Real Estate Unit Nos.")
{
ApplicationArea = All;
}

@joneug joneug added the bug Something isn't working label Dec 27, 2020
@joneug joneug added this to the v0.4.1 milestone Dec 27, 2020
@joneug joneug closed this as completed in 3caecfa Dec 27, 2020
@joneug
Copy link
Member

joneug commented Dec 27, 2020

Pushed a fix for this issue. It will be made available in the next release of mdAL (and its corresponding VS Code extension).

@FrankNeeckx
Copy link
Author

FrankNeeckx commented Dec 27, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants