I have a user who is reporting a runtime error 5156 crashing the app. She claims that there is nothing else to the message. I can't find anything that might explain what this error means and I can't re-create it. Has anybody seen it before or know where I might look? I've tried to search the...
Here's one I haven't seen. I hope somebody can help me.
I created a collection class using the Class Builder utility. I've been testing it in the development environment without a problem. When I hit Cntl+F5 to run it after a full compile, I get the subject error message.
Here's what it...
Does anyone have an example of code I could use to find the open forms within an MDI frame? This app creates unique instances of various forms. I'd like to determine whether a particular instance is already open on the frame and set focus to it instead of opening another that would have the same...
I know we've all heard this before ;-), but I really didn't make any changes to these objects! Now I'm getting a Type Mismatch error on the bolded statement. I'd sure appreciate any ideas on how to isolate the cause of the problem. Thanks in advance.
Set RenewalLtr = New RenewalLetter...
LOL if you want, but when I start up VB6, the same objects open up in editor windows every time -- regardless of which objects were visible when I saved the group. Why is that?
The menu item Project ==> References is driving me crazy. I hope someone can help. The project group consists of 4 projects. From that we make three dlls and one exe file. When I look at the Project References for the vbp (the one that I'll make into an exe) are three dll files that are...
I'm sure this is a dumb question for you experienced VBers, but why do I get a runtime "Type Mismatch" error on this statement":
xPlan.CntyCd = IIf(IsNumeric(cmbCnty.Text), CInt(cmbCnty.Text), -1)
xPlan.CntyCd is defined as Integer
The ComboBox gives the user the option of...
We have a large PB app that contains several complex reports. The app was originally written in PB5 and converted three years ago to PB6.5 In NT 4.0 'til last month when we went to XP. After going to XP, two of the reports (out of 6 total) can now take as much as 20 minutes before being...
Hi people,
I attempting to build a search facility on my site to search a database.
At the moment I have a 'search' form consisting of 8 fields
(6 select drop down menu choice + 2 text input).
The user is allowed to select / input any number of fields for the search criteria.
The values are...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.