-
Notifications
You must be signed in to change notification settings - Fork 105
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
Adding File > Import from Open App Builder dialog #9121
Conversation
@Vitalis95 two minor changes: 1. Switched the TRUE and FALSE around for the ucrChkFilter and changed the default to be FALSE 2. Switched the parameter names in the final sub as they were the wrong way around
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Vitalis95 looks great! Well done. @N-thony over to you
instat/frmMain.Designer.vb
Outdated
Me.Controls.Add(Me.splOverall) | ||
Me.Controls.Add(Me.stsStrip) | ||
Me.Controls.Add(Me.Tool_strip) | ||
Me.Controls.Add(Me.mnuBar) | ||
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) | ||
Me.IsMdiContainer = True | ||
Me.MainMenuStrip = Me.mnuBar | ||
Me.Margin = New System.Windows.Forms.Padding(4, 4, 4, 4) | ||
Me.Name = "frmMain" | ||
Me.Text = "R-Instat .." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you add back the version number?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added
instat/sdgImportFromClimSoft.vb
Outdated
'Private Sub ucrInputDrv_ControlValueChanged(ucrChangedControl As ucrCore) Handles ucrInputDrv.ControlValueChanged | ||
' If Not ucrInputDrv.IsEmpty Then | ||
' clsRDatabaseConnect.AddParameter("drv", ucrInputDrv.GetText, iPosition:=4) | ||
' Else | ||
' clsRDatabaseConnect.RemoveParameterByName("drv") | ||
' End If | ||
'End Sub |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you remove this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
@N-thony over to you |
Fixes #9099
@lilyclements , @N-thony , this is ready for review