Is it possible to find out the last time a query, table, report, form, etc. was used or accessed?
I know I can use the built-in documenter, but it only tells me when it was created and the last time it was modified.
I need this because I was handed a MS Access application that is running...
I'm using the window.opener.location = window.opener location because the page I am wanting to close is a child frame and I want it to refresh the parent when it closes.
Come to think of it, I don't really know why I'm using that except it is in another piece of code that is working.
As far as...
Greetings!
I have an asp page that is two frames (left & right). On the left side is a menu with events on it with a "Delete" link for each record.
When the Delete link is clicked, I have a javascipt code that prompts for the reason you are deleting the record and then closes the asp page...
I just did a detach/attach and it worked fine. Will have to wait until the developer of the app gets back to test it, but it appears to be okay.
Thanks!
Hello ~ I've got an application that is currently using a MSDE 2000 database. It needs to go on a server that already is running MSDE and does not like to play well with other application especially those running MSDE. So, I would like to have my new app use our SQL Server 2000. Is there...
I am opening the table and viewing all the records. Obviously something is working right since the comments are on the report and if I close the application and go back into it, the comments are still there. But, I don't want to rely on the fact that it is working absolutely correct since I...
Sorry, I'm blond =-)
The report is generated solely from the datbase with the exception of the location, month, and year combo boxes that indicate which report to pull.
Almost correct logic:
1) User enters data in text boxes. For example, one test box is called 'Unscheduled Maintenance'
2) When User leaves the box (either tab or mouse click), then the onChange(this.value) event is fired that signals the javascript to insert into the appropriate comments...
I'm not really sure if I should've posted this in another forum, but here goes anyways.
I have an application that users account for time in. There are several comment areas for them to explain downtime or whatever. In order to make the report look cleaner, we wanted standardized comments...
Thanks for the help - the first suggestion worked great, but what is the code for a line break? It just makes it easier to read and less for the user to format (makes too many errors)
As far as the second code - yes the value of the block would be the number of hours - but the code didn't...
Greetings!
I am very unfamiliar with javascript, so please bear with me.
I have an asp page that users enter training downtime in and a comment box for them to explain their downtime. The page is written in asp using standard text fields, text area html code.
I would like to standardize the...
I know this is probably a stupid question, but what data type will allow me to use decimals even on whole numbers?
I have some users that want will sometimes enter decimal numbers in, but if the number they enter is a whole number, they still want to see the .0 after the number.
Which data...
The report is doing the formatting. However, frequently I do queries and such directly from Enterprise Manager (stuff for me, not for distro) and I was just wondering what the command was. I don't need it for the report itself ~ more for my knowledge.
Hi ~ I have a query that I want to format the columns.
Instead of this:
1 Data1 Date
2 Data1 Date
3 Data2 Date
4 Data2 Date
I would like this:
Data1 1 Date
2 Date
Data2 3 Date
4 Date
The Oracle statement is 'break on...
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.