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

Bad syntax and a misspelling in BBjGridExWidgetClientModels.bbj #201

Closed
hyyan opened this issue Mar 2, 2020 · 0 comments
Closed

Bad syntax and a misspelling in BBjGridExWidgetClientModels.bbj #201

hyyan opened this issue Mar 2, 2020 · 0 comments
Assignees
Labels
Area: Core BBj The issues is related to the central BBj code Change: Minor Needs less than 64 lines change Priority: Medium The issue will be seen by about half of users. Status: Confirmed The issue is a bug and has been confirmed and an action will be taken Type: Bug The issue documents broken, incorrect, or confusing behavior.

Comments

@hyyan
Copy link
Member

hyyan commented Mar 2, 2020

From Ralph Lance

Around line 80 of BBjGridExWidgetClientModels.bbj:

        if(rs!.count() <> 1) then
            throw "Cannot query the selected row from the ReseultSet. [RowNodeId = " + nodeId! + " , Index = " + #getIndex() + "]"
        fi

needs to be:

        if(rs!.count() <> 1) then
            throw "Cannot query the selected row from the ResultSet. [RowNodeId = " + nodeId! + " , Index = " + #getIndex() + "]", 256
        fi

(I just chose an error number 256 without any meaning behind it. Choose another, if more appropriate.)

@hyyan hyyan added Type: Bug The issue documents broken, incorrect, or confusing behavior. Area: Core BBj The issues is related to the central BBj code Priority: Medium The issue will be seen by about half of users. Status: Confirmed The issue is a bug and has been confirmed and an action will be taken Change: Minor Needs less than 64 lines change labels Mar 2, 2020
@hyyan hyyan self-assigned this Mar 2, 2020
@hyyan hyyan changed the title Bad syntax and a misspelling in BBjGridExWidgetClientModels.bb Bad syntax and a misspelling in BBjGridExWidgetClientModels.bbj Mar 4, 2020
@hyyan hyyan closed this as completed in 03db9da Mar 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Core BBj The issues is related to the central BBj code Change: Minor Needs less than 64 lines change Priority: Medium The issue will be seen by about half of users. Status: Confirmed The issue is a bug and has been confirmed and an action will be taken Type: Bug The issue documents broken, incorrect, or confusing behavior.
Projects
None yet
Development

No branches or pull requests

1 participant