You might want to check if you're using VB6 to access your Access database:
1) Your type of your database, I recommend access(connect properties)
2) If you use DAO as your connection, make sure you use Reference, I usually use Jet for my access.
3) Also check your recordset type, use...
Change OPENFORM to SHOW, before you show the form, I usually load it first into the memory.
yourform.Load
yourform.show vbModal
[vbmodal] is an optional parameter if you want to your form to be modal.
Hi,
I don't really understand what you're asking but I got a suggestion for your shell command that you use to open explorer. I would use Windows Common Dialog Box that in the Toolbox Component. From there you could open and set it displays only certain file, like your *.log.
I'm not...
Ok, thanks fechen.
You're right about the winsock VB control. It is heavily event-based. Mine is now working now. I send through it with a XML document. It works real good.
Hi fechen,
So what exactly did you figure out to make that error message goes away ("Wrong protocol...")? I'm having a same problem with mine.
Thanks. :-)
Hi all,
After I read this thread yesterday from GZook suggestion, I ran the Package and Deployment wizard and everything went fine. It created a package for me including cabs and exe. The wizard asked many couple questions about how your design would come out. That's it.
I run WinXP pro...
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.