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

Enabling R viewer in the Main menu #9342

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

Fidel365
Copy link
Contributor

@Fidel365 Fidel365 commented Jan 9, 2025

This issue corresponds to PR #9334
@rdstern you can approve this separately.

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.

@Fidel365 very nice - many thanks
@N-thony over to you

ucrBase.clsRsyntax.iCallType = 0
ucrBase.clsRsyntax.SetBaseRFunction(clsViewColumnsFunction)
clsViewColumnsFunction.AddParameter(strParameterName:="title", datasetNameinQuotes, iPosition:=2)
Copy link
Collaborator

Choose a reason for hiding this comment

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

how about this?
clsViewColumnsFunction.AddParameter(strParameterName:="title", Chr(34) & ucrSelectorForView.strCurrentDataFrame & Chr(34) , iPosition:=2)

Comment on lines +227 to +228
Dim datasetName As String = ucrSelectorForView.ucrAvailableDataFrames.cboAvailableDataFrames.Text
Dim datasetNameinQuotes As String = """" & datasetName & """"
Copy link
Collaborator

Choose a reason for hiding this comment

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

then remove these

@Fidel365 Fidel365 closed this Jan 10, 2025
@Fidel365 Fidel365 reopened this Jan 10, 2025
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.

3 participants