what is the run time error 424 , object is Required and how i can solve it ...
HibaPro -3 Junior Poster
Recommended Answers
Jump to PostYour error occurs because - the mainForm is to be loaded in modal mode, no problem. You then have a reference to an object called ProjectMainDate which is not part of your project. In other words....
You are telling vb6 to load mainForm that is in a project called ProjectMainDate. …
Jump to PostIf your form called mainForm is NOT in a project called ProjectMainDate, it will not load and will show the error as above because you told it to look for the form in ProjectMainDate.
What is your project called?
Jump to Postrpurchaising_followup is probably in a class in your project. search your project to see if it exists. If not, you will need the class to use the report. It might also be part of your crystal report classes, not sure.
All 10 Replies
BitBlt 452 Practically a Master Poster Featured Poster
HibaPro -3 Junior Poster
AndreRet 526 Senior Poster
HibaPro -3 Junior Poster
AndreRet 526 Senior Poster
HibaPro -3 Junior Poster
HibaPro -3 Junior Poster
AndreRet 526 Senior Poster
HibaPro -3 Junior Poster
AndreRet 526 Senior Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.