Laurie, All, Wrote a database application and it utilize dropdown selection boxes. When I click it, the list appears, however the scroll wheel on the mouse ...
Incidentally, if you never understood why the language C existed then the next iteration built on top of it was C++, this is the reason why. It's a bad joke on...
... want it to do in Access. It'll scroll through a recordset of some sort (Table, query) but that's about all it does IME. It's like they forgot to put it in...
Laurie, Thanks, At least I can't get Blamed on this one. :) -Joe ... From: Sottilaro, Laurie [mailto:SottilaroL@...] Sent: Tuesday, March 01, 2005 8:05...
Greg, the Module::Function format is a namespace, which is more common in C++. If two classes have an identical name for a method, then the namespace...
tlewis@...
Mar 1, 2005 1:23 pm
15069
Try this link, it may have relevant info... http://forums.itweek.co.uk/thread.jsp?forum=12&thread=23372&message=110222 Tim On Tue, 1 Mar 2005 08:04:40 -0500,...
http://www.mvps.org/scripting/ Alex Angelopoulos' <http://www.mvps.org/scripting/> Windows Scripting Site Resources for Windows scripters, focusing primarily...
Thanks Tim. I left out a pointer to the DLL in the custom actions in InstallShield and it gave me that error. I don't know C++ yet but it is on my list....
Is there any difference between a subroutine and a function other than that one returns a value? Tim...
tlewis@...
Mar 1, 2005 8:15 pm
15075
SmartNavigation and JavaScript: Friends on page load; foes on postback I have a Javascript header on an ASP.NET page. The javascript renders fine upon the...
Not that I can think of Tim, Both can be either Private or Public. Both can receive any type of Argument List Data Type, either ByVal or ByRef. Both can be...
I have been going over some lessons in a book called Beginning VB6 Database Programming by John Connell. In chap 12 (creating ADO Active X controls) I found...
RL Taylor
usewillow@...
Mar 2, 2005 8:04 pm
15078
I have a curious question. Some software has a special menu that displays when you right-click the mouse on the app icon in the task bar if it is minimized....
tlewis@...
Mar 2, 2005 8:10 pm
15079
RL, In my mind, adLockOptimistic will hold the lock for a single operation, adLockBatchOptimistic will hold the lock until an entire process is completed This...
OK since this locking operation is connected to the user's being able to move both backwards and forwards within the recordset then it looks reasonable to me...
RL Taylor
usewillow@...
Mar 2, 2005 8:28 pm
15081
Laurie, Persistence is the key. I found a program: http://www.geocities.com/SiliconValley/2060/freewheel.html ...
Good deal! That's where you've got an advantage I don't. First being Geocities is blocked. Second being it's worth my job to install software that's not...
i used winsock to have computers connect to eachother but it is only working on my home network. it wont let computers connect over the internet... y is this?...
Laurie (Goddess of Access), All, I have an MDB file which I would like to distribute to potential customers for browsing purposes. Is there a way to make this...
Yes it can be done, but you need the developer edition of MS Access to distribute the Access runtime as part of the package. At least, that's the old answer...
I have only done client-server apps with winsock, and not internet. What type of error do you get? Tim Also check out this winsock page: ...
tlewis@...
Mar 3, 2005 1:49 pm
15090
Hi Joe, This is for Classic VB-6, as VB dot Net does not have an Extension to ADO dot Net Yet Nyet. Took me two days to get that threw somebody's head a...
.... Or you can write the app in DAO and VB connecting to Access and not have these problems... *coughs* Thanks for the info Steve - I knew when ADO first came...
Hi Laurie, I really know zilch about DAO, except that for Pure and Small Access DBs it is the way to go, for many. Does DAO let you avoid requiring the User...
Yes it does, IF you're writing the app in VB. When it sees the DAO reference it adds the Jet engine into the CAB file list and you're set to go. DAO is...