I managed to get it downloaded that time correctly using CuteFTP not sure why the command line FTP would not get it correctly, can not load the project fully though
Complains about Missing DLL and...
Tried but the archive looks no good get a message related to unexpected end of archive when I try to open it and only see one file within name aboutbox.ctl so no go
look at your references for the project if there are any checked items related to word or access then you are using early binding. If not then you are not
Search the code for CreateObject if this...
It depends on what you mean by using? If you are making a reference to MS access in your code [early binding] then you have to have that specific version installed. If you are not using a reference...
If the files are there and correct then you can add them using the add file method under the project explorer. I just tried it and it works just fine. That said I seem to remember you talking about...
Well when you load a project that is missing files or controls VB will prompt you to continue loading project or not. If you continue then when you close it will ask you if you want to save your...
I haven't tried it but my first thought would be to use a for each loop to loop through the controls properties possibly nested within another for each loop that would loop through all the controls...
Did you try adding a new data report? I did not mean adding existing dsr files but a new report to see if that worked. If it does not work then that would point to an issue with the report engine...
I have actually never used the MS report designer so I am in the dark here. I have been using a 3rd party report tool since VB5 which is quite a bit better than the one in VB6 so never really had a...
That statement doesn't make much sense. F8 is the method you would use to step through the code but here you say that you can not step through the code but then that you can step through the code...