is there a way i can retrieve all of the file properties from a file - i know how to retrieve the file name and size with the properties of a FileSystemObject, but not how to get other properties, such as the image size or Date Picture Taken from a jpeg imported from a camera. - how do i get a...
I want to access the printer, and also some shared folders on a W2K Box. I have tried to make the connection from an XP box and also a W-7 Box and in both cases, can not log on the the W2K box ( i get a message that the user/password is incorrect) I have made sure that the same user with the...
Hello - i just loaded iis on my dell with xp professional - when i tried to go to http://localhost with my browser (firefox) - i was requested to log in with a user name and password - iis then gave me a message something like not authorized - - - even though i used my user name and password...
Hello - Can someone please steer me where to learn how to connect to a database on a web hosting service? I have a package that has ms sql on it, but do not know how to connect - have been connecting to databases on a local machine using microsoft visual web developer express, and also an older...
Hello - i currently have visual studio architect 2003 (which uses the vb.net 1.1 framework)on my pc and want to try out visual web developer 2005, which appears to require the vb.net 2.0 framework. Can both frameworks coexist on the same development machine?, or will loading the visual web...
Hello - I have been using VBA with access quite a bit but now i need to apply it to excel spread sheets - can someone please recomend a good tutorial site on the general use of vba with excel? also macros - thanks
is the .net 2.0 framework backward compatable with .net1.1 - what happens if i try to use code developed in an older version of visual studio ( that was based on 1.1) on a system that was set up for 2.0? can someone steer me to where I can read up on this? thanks
Yes this is exactly what I was looking for, but i tried it and it did not seem to work for me - have you used it? One thing i notice in the code is reference to a lib - is there a library or something that i need to add in to the application to make the code work?
Thanks, Jerry
Thanks - I have seen several programs that seem to open with only the form, but they have a lot of microsoft access data bases behind them - pccharge pro comes to mind. Would they be a visual basic form,but with msaccess databases on the back end?
Hello - I have made a number of applications using forms and vba - all of the applications open within the normal access window. Now, I need to develop an application where the form stands alone, without any window - just the form (which will be a start menu) - need help in how to do this, or...
Thanks I looked at the url you provided, and under the "Setting Up the host" section, it describes the properties dialog box for the connection you want to share. the properties box has two tabs, general and sharing, and you are supposed to check the "enable internet connection sharing---" box...
i need to share an internet connection on my laptop with win 2000 pro service pack 4. The help section tells me to right click the connection, get properties and go to the "share" tab where i will find a check box labled " enable internet connection sharing for this connection " The problem is...
Thanks a lot - I will try this as soon as I get my hands on the cash drawer. By the way, are there references you would suggest for boning up on the general area of interfacing with external devices such as cash drawers, card readers etc?
Jerry
Thanks! - how do you call the batch file from a macro? (or vba) I did not see anything on batch files in the on-board access or vba help documentation.
Jerry
Thanks for the response. The cash drawer has not yet been selected/purchased. Is the programing approach different for the various manufacuturers? are there preferred ones for working with Access?
Thanks, Jerry
Thank You! That did the trick - interesting thing is, i was following instructions in an introductory text on Javascript ("Javascript in easy steps") by Mike McGrath.
Here is the html:
<html>
<head>
<title>Alert in Javascript</title>
<script type= "text/javascript" src = "hello-alert.js">
</head>
</html>
and here is the javascript file that is called in the html file:
alert("This is an alert");
It works fine in FF but not in IE6
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.