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

VBA7 error: No App.Title or App.hInstance #6

Closed
fafalone opened this issue Nov 27, 2022 · 2 comments
Closed

VBA7 error: No App.Title or App.hInstance #6

fafalone opened this issue Nov 27, 2022 · 2 comments

Comments

@fafalone
Copy link
Owner

fafalone commented Nov 27, 2022

In Class_Initialize and all other relevant places,

m_sTitle should be set as:

#If (VBA7 <> 0) And (TWINBASIC = 0) Then
    m_stitle = "Dialog"
#Else
    m_sTitle = App.Title
#End If
@fafalone
Copy link
Owner Author

There's currently a number of App object references not properly substituted for VBA.

@fafalone fafalone changed the title VBA7 error: No App.Title VBA7 error: No App.Title or App.hInstance Nov 27, 2022
@fafalone
Copy link
Owner Author

Fixed in v1.3.7

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

No branches or pull requests

1 participant