Hollis,Virginia
HollisVJ at pgdp.usec.com
Thu Jan 29 11:45:18 CST 2004
It is from Dev Ashish, API: Start an app with ShellExecute This is the link to the site & the code: http://www.mvps.org/access/api/api0018.htm Virginia -----Original Message----- From: Erwin Craps - IT Helps [mailto:Erwin.Craps at ithelps.be] Sent: Thursday, January 29, 2004 11:12 AM To: Access Developers discussion and problem solving Subject: RE: [AccessD] Code Not Working in XP What the code in fHandleFile? -----Original Message----- From: accessd-bounces at databaseadvisors.com [mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Hollis,Virginia Sent: Thursday, January 29, 2004 5:29 PM To: 'accessD at databaseadvisors.com' Subject: [AccessD] Code Not Working in XP I have been using the code shown below to access data on our Intranet. The code matches a field entry in the database and looks up the details. In this example it finds a stock number. Problem: The code does not work for users that are running XP. It does not do anything, it will not even try to access the web. They click the button and nothing happens. What can I do to correct this for users of XP? Virginia _____ strPath = " http://web.com/vr.asp?xml=orafin%2Stock= <http://webapps.pgdp.usec.com/vr/vr.asp?xml=orafin%2Fsistock&ParamStock= > " strFile = strPath & Me.StockNumber If Dir(strFile) = "" Then strFile = strPath & Me.StockNumber End If Call fHandleFile(strFile, WIN_MAX) _______________________________________________ AccessD mailing list AccessD at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/accessd Website: http://www.databaseadvisors.com _______________________________________________ AccessD mailing list AccessD at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/accessd Website: http://www.databaseadvisors.com