I have a link to 2 mailboxes but they seems to save something locally because if i try to open the link on another computer i get an error code (look at picture) how can i solve this?
Hello!
I have a report that i want to have the "title" to be
according to a field in a form that i have.
eg. enter "TEST" in the form and the "title - caption" should be "TEST" in the report.
is this possible?
Hello!
I got an database where i have a path stored to a picture
example: C:\picture.jpg
The database structure is like following:
Article.no:
picture:
i want the report to print the specified picture for the chosen article.no
How can i do this? embedded picture or?
Anyone have any...
Iam looking for javascript to call the printer dialog from a button in a website.
Its a page that lists a bunch of names with a button after that says "Sign in" and when the user push the button i want the print dialog with the users Name to be printed (name tag) and after that return to the...
Iam looking for asp code to call the printer dialog from a button in a website.
I want to save the post and then get the print dialog (CTRL+P)
Any one have a sample for that?
Hello!
i want to add "duration field" in Outlook 2007 calendar
in the view "Day/week/month" the appointments shows the subject and i want it to automatic show "subject" - "Duration" is this possible in this view?
I have 1 report and i want to have 2 buttons that:
Button 1 prints report to default printer
Button 2 prints report to specific printer (PDF Writer)
I dont want to copy the report and change the properties to the printers. Is there any way to specify the printer user VB behind the button?
Hello!
i have a database that has one form and acouple of query's and tables. I want to protect the database from users looking at "design" view of the query's or tables. But they should be able to run the form and view some reports that uses the query's.
The best thing i found so far is...
Hello!
I have a asp page with a .mdb database file
that has a table with the following structure:
People
-ID
-Name
i want to create a random function that returns a different number (within existing posts) each time the page is visited.
The function below random returns a number from 1-6 but...
i have a link that opens a pdf document in an asp page. is there anyway to limit the "print/send email" icons in the adobe program that shows the pdf file?
I have this form, with a field "data" and i have a query where i have "like forms!menu!data" in
if the user types ST in the data field i want to have the question doing ST* as criteria how can i do that?
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
i get this error code when i watch the page when i have access open at the same time so i think it must be something with the locktype?
the current settings are:
RsArtiklar.CursorType = 0
RsArtiklar.CursorLocation = 2
RsArtiklar.LockType...
Hello!
I have the following VBA code in my Access database, but it keeps complaining on the line: Dim DBS As Database
Any one knows whats wrong?
/Andreas
Private Sub Kommandoknapp0_Click()
sExport "c:\test.txt", "exportfil"
End Sub
Private Function sExport(strFil As String, strFraga As...
Hi there people!
This is what i want to do.
I have a page there you can search...
SQL = "SELECT * FROM table WHERE file LIKE '%" & Request.Form("search") & "%' ORDER BY id"
the problem is that i have several tables and i dont want to specify every table in my select sentance. is there...
Hi there i have this problem, i want to have a form where i have a drop down box that lists all available tables in the database, so if a user creates a new table its automatic listed in the dropdown box, and the selected tables posts should be listed , anyone have a sample db with this...
i know it can be done like this but i want it to be suppressed and that i dont get the "print dialog" ... any one knows how to do that?
rundll32.exe C:\WINDOWS\SYSTEM\MSHTML.DLL,PrintHTML "%1"
My page has acouple of posts and a button where i send an email that the posts is done to an email acount.
what i want is to have statistics on how many "send" buttons that where clicked from the page.Im thinking of having a database but how do i add 1 for every click to that database?
Can you...
What i want to do is to find posts in the table antivirus where foretagskod has a value and to set the variable "task" to 1 . something is wrong with the loop , seems like it goes into an eternity loop...
dbName="Inventering.mdb"
Set conn = Server.CreateObject("ADODB.Connection")
conn.Open...
I have this asp page where i want the users to enter a date:
my problem is that the users can write "2004 July 01"
"Juli 01 2004" i want to limit that to only "2004-07-01"
so that they have to write it like that.
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.