Link to home
Start Free TrialLog in
Avatar of praveenkumar_budamagunta
praveenkumar_budamagunta

asked on

Active X Documents

Hi all ,
I am praveen kumar . I have a big issue on my head now. we developed a client server application and we now want to develop the same application on the web. As we are running out of time we are planning to use the active x doucments . Please sugest me how to go about it. Also like in VB what is the equivalent to Form1.show in userdocuments. When I use give userdocument1.show , it is giveng a run time error. Please help me in this reagrd.

thanking you
Praveen Kumar B
Avatar of AzraSound
AzraSound
Flag of United States of America image

Looking for a real speedy solution, look into using the ActiveX Document Migration Wizard:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/frmwiz98/html/vbwizdocumentobject.asp
>>When I use give userdocument1.show , it is giveng a run time error.

You will use something like:
UserDocument1.Hyperlink.NavigateTo "File2.vbd"
ASKER CERTIFIED SOLUTION
Avatar of PaulHews
PaulHews
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Fully agreed with Paul.  If you use AxDocs, use the Migration tool and simply use it as a temporary answer until you have time to develop it as a full-blown ASP application or the like.
ping...
Avatar of bppraveen001
bppraveen001

Paul has told rightly better you go with him....

Happy Programing
bpp
Avatar of praveenkumar_budamagunta

ASKER

Yah i am having the idea what paul has given but , i shouild not use asp as per requirements
Well you should voice your concerns to your boss.  At least you'll have some "I told you so..." credit when it blows up and your users are screaming for blood.

In the meantime, you can use the navigate method mentioned by AzraSound to navigate between UserDocuments, and you can also include regular forms in your project.  Try to avoid non-standard controls in your project.  Good luck!
Avatar of DanRollins
Hi praveenkumar_budamagunta,
It appears that you have forgotten this question. I will ask Community Support to close it unless you finalize it within 7 days. I will ask a Community Support Moderator to:

    Split points between: AzraSound and PaulHews

praveenkumar_budamagunta, if you think your question was not answered at all or if you need help, just post a new comment here; Community Support will help you.  DO NOT accept this comment as an answer.

EXPERTS: If you disagree with that recommendation, please post an explanatory comment.
==========
DanRollins -- EE database cleanup volunteer
Per recommendation, force-accepted.

AzraSound: points for you at https://www.experts-exchange.com/jsp/qShow.jsp?ta=visualbasic&qid=20335605

Netminder
CS Moderator