...the system hasn't been touched (or clicked, or anything) for say, 5 minutes. If this happens then the system goes into hibernation (just include *hibernation code here* in the text for this section if poss.).
I am concieving that maybe a timer on the form which goes off after allotted time...
I understand, but instead of incorporating ActiveX functionality why not use callback methods instead, in order to minimize the number of dlls/ocx's loaded. It could also be that both ActiveX and Callbacks are equal options. Its just that I'm getting more into using the API functions that I...
Thanks CCLint (I have heard that phrase before, unix??)
Anyway, Will test your idea. I understand what to do and forsee that this should work in theory. Wouldn't it be good if VB provided a method to do this without reverting to ActiveX?
Doesn't C++ resolve this issue without dll's?
Nick...
Thanks BB, but this would probably exist in an If statement. This isn't what I am looking for, precisely although It does interest me. I am looking for an entry point in code which is executed when the user physically presses eject on the CD casing.
Cheers,
Nick.
Dont be small. be BIG
Hi.
Can you post the first couple of lines? It is not feasible in my experience to just know what type it is without seeing the first couple of lines. What is the extension that they changed it to? There is a webpage out there that gives a list of file types - http://filext.com/ - you could...
Hi all.
I have a form that has a drivebox. I need to know when the user physically ejects the CD from the drive that the drivebox is currently viewing.
1. User puts cd into drive
2. User selects the drive letter from the drivebox
3. User presses the button on the cd rom drive to eject it...
Hello.
I am currently trying some code in VB using DX8.1. I have created a class module "Sprite", and "Sprites" as the container module.
In "Sprites" I have a sub called DrawSprite (see below) which takes the data from the sprite to be displayed and displays it...
...mechanism. The problem was resolved. It was rubbish data that caused the problem. However, I must point out a few other important things :
* If you create a listbox in a form (details section), and populate it with data, it occasionally has a tendancy to resize itself. You will have to...
Thanks for the help, but the . operator is used to expose properties rather than embedded controls, so that doesn't work. Another thing that I don't understand about Microsoft is .. when it works, they change it .. why??
Eg. The search mechanism in Access 97 is really good and provides mostly...
...has a reference to a control on a open form. Whatever the value of the control, the recordsource still recieves Null.
Heres the SQL:
SELECT *
FROM NEWLTT_FULLPROP, ORGANISATION
WHERE (((Len([NEWLTT_FULLPROP].[Full Proposal Ref No]))>19) AND ((NEWLTT_FULLPROP.[Promoting...
Hi.
I am just learning to use DirectX and have tried the following code (VB). I am using VB6 on WinXP. I have checked the boxes for :
DirectX7 for Visual Basic Type Library ... and
DirectX8 for Visual Basic Type Library.
I get the error :
Runtime error '-2005532460 (887600d4)'...
Hi all.
I have a word document (myworddoc.doc) on my hard drive and I have an access database. when I click on a button in the database on a form I created, it should take the word document and insert it into an OLE object field within the table MyTable, programmatically.
MyTable...
Id...
Hi all.
I have a word document (myworddoc.doc) on my hard drive and I have an access database. when I click on a button in the database on a form I created, it should take the word document and insert it into an OLE object field within the table MyTable, programmatically.
MyTable...
Id...
Hi.
I have an unbound object frame (y'know one of those OLE thingies), and a combo box. The combo box refers to a list of word documents, so the table behind it is :
Table OLE_Letters :
WordDocID Autonumber
LetterDescr Text
LetterObj OLE Object (the word document)
so the...
Hi Ormsk,
Thanks for the code, but I feel that setting bookmarks in the word document would be too much trouble both for me and for the users, in the long run.
I am hoping that somebody has faced this problem themselves and resolved it.
I need for the users to just be able to type in a...
Hi Macky.
OK, here is what you do.
For the example, I will assume that your database is in :
\\myserver\mackydb$\mydb\mydb.mdb
If you have a home directory (that is backed up nightly), this is the best place for the batch file. Lets say this directory (using for the example) ...
Not that I know, the macro is dependant only on the access application itself, and the command is interpreted through the dos interpreter, so it would not be a problem. Try a test - write a macro that inserts a value and a timestamp into a temporary table, and set up a scheduled task to execute...
Hi Egglar,
Can you post the table descriptions for us, the sql is a little too tricky if we dont know what the table layout is. This will allow us to replicate the problem. It seems like you've gotten yourself in a little muddle :
eg.
Customer
--------
Customer ID...
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.