Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Jahappz
  • Content: Threads
  • Order by date
  1. Jahappz

    Problem with link to exchange mailbox

    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?
  2. Jahappz

    Changing Report title according to form data

    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?
  3. Jahappz

    Picture in access report

    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...
  4. Jahappz

    javascript to call print dialog

    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...
  5. Jahappz

    asp code to call print dialog

    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?
  6. Jahappz

    Add "duration" field in Outlook 2007 calendar

    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?
  7. Jahappz

    Print report to specific printer using VB

    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?
  8. Jahappz

    Protect Access database

    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...
  9. Jahappz

    Random function that uses only existing posts in database

    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...
  10. Jahappz

    open PDF document from asp.

    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?
  11. Jahappz

    need the sample code

    any one has the samplecode in this earlier thread: thread333-908440 ?
  12. Jahappz

    Question based on field in form

    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?
  13. Jahappz

    Problems with connection to mdb file in asp

    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...
  14. Jahappz

    Error in code.

    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...
  15. Jahappz

    search in several tables

    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...
  16. Jahappz

    Dropdown that shows tables

    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...
  17. Jahappz

    Print html document without opening Internet explorer

    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"
  18. Jahappz

    Statistics on number of pushed buttons

    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...
  19. Jahappz

    While not ... wend problem...

    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...
  20. Jahappz

    Rules for date field.

    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.

Part and Inventory Search

Back
Top