Bug? property missing

leitor79

Active Member
Licensed User
Longtime User
Hi,

I have a class, with 4 properties. When the properties are named in a certain way, or in certain order, one of them is missing. Images explain better. I've uploaded a project with the issue.

Regards,

2016-09-09 15_39_39.png

2016-09-09 16_12_29.png


2016-09-09 15_39_50.png


2016-09-09 15_39_18.png
 

Attachments

  • ClassPropertyError.zip
    6.4 KB · Views: 166

derez

Expert
Licensed User
Longtime User
I opened your app and I see both public variables:

upload_2016-9-9_22-32-27.png


To clarify - these are not properties but public variables.
To see a property you have to make a public sub.
 

leitor79

Active Member
Licensed User
Longtime User
Thank you, Derez! I've made two mistakes.

Public variables they are.

And I've omitted to say I'm using version 5.50.

It happens to me in two different projects (the original and the uploaded one)

Regards,
 

leitor79

Active Member
Licensed User
Longtime User
The issue is not present if I remove the underscore from the variables's names.
 
Top