Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: parsman
  • Content: Threads
  • Order by date
  1. parsman

    Windows API for checking file created date?

    Does anyone know of a Windows API fucntion we can use to access the date a text file was created? Thanks
  2. parsman

    Runtime error 5156

    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...
  3. parsman

    Compile Error: Object Required ??

    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...
  4. parsman

    Finding open forms in MDI Frame

    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...
  5. parsman

    Type Mismatch on class arguments?

    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...
  6. parsman

    Stupid newbie question -VB editor

    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?
  7. parsman

    VB Project References

    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...
  8. parsman

    Type Mismatch

    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...
  9. parsman

    Runaway Print Spooler in XP

    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...
  10. parsman

    Big Query Problem

    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...

Part and Inventory Search

Back
Top