RasmusTidselbak / al-var-helper

6 stars 6 forks source link

TableField names get a bracket #51

Open Itexu opened 7 months ago

Itexu commented 7 months ago

I got tables fields with the name "UserID". The extension recognizes these as elements that need brackets (). So lrecAccount.UserId becomes lrecAccount.UserId() and lrecAccounts.SetRange(UserId, lintUserID) becomes lrecAccounts.SetRange(UserId(), lintUserID);