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 bkrike 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: JohannIcon
  • Content: Threads
  • Order by date
  1. JohannIcon

    aspx page through SSL

    Hi All, I have an aspx page that is running through a Shared Certificate, and i'm getting the following error. "It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as...
  2. JohannIcon

    Script triggered automatically

    Dear All, I am inserting a date into the database, that is 48 hours from the current time, and I call it the expiryDate. What I want to do know is a sort of script that every minute checks this expiryDate in the database with the current date/time and if it is equal, or smaller, then, I change...
  3. JohannIcon

    insert date and time in MS Access Database

    Dear All, I need to insert a date and time exactly 48 hours more from the current time in an MS Access Database How can I do it please?
  4. JohannIcon

    MS Access Database locked!

    Dear All, I am trying to delete an MS Access Database, however it is telling me that The Source or Destination File may be in use. And I am sure that the database is not open on my localhost! I tried to reset my PC and IIS, however, it is still appearing as open (database.ldb). How can I make...
  5. JohannIcon

    Last Modified

    Dear All, I am trying to implement a function where the user will know when he last did amendments on the database. One way that came up in my mind was to include a function after the user presses the submit button. Is there an easier way to get the date of the last modification of the...
  6. JohannIcon

    open window without address bar and toolbar

    Dear All, I am trying to open up a new dynamic image popup-window with the exact size and width of the image. This I am managing to do by the following code:- <a...
  7. JohannIcon

    is this secure?

    Dear All, We are going to do a website for a local company, and basically, what they need is a simple on-line shop so that their clients will buy books online. This is how the site will basically work:- 1) The user views a list of books and chooses the ones he wishes to purchase. 2) After...
  8. JohannIcon

    Open popup in the same popup.

    Dear All, I have a Javascript function that basically opens an image in a popup window the same size as the image. Here is the Javascript code:- <script language=&quot;JavaScript&quot; type=&quot;text/JavaScript&quot;> <!-- function MM_openBrWindow(theURL,winName,features) { //v2.0...
  9. JohannIcon

    get Javascript var to an ASP var

    Dear All, I do not know if this is the right forum, but I wish to get a Javascript variable to an ASP var so that I can insert it into a database. I have the following Javascript to get the URL of the page:- <script language=&quot;jscript&quot;> var temp =...
  10. JohannIcon

    DISTINCT SQL Problem

    Dear All, I have a query where I want to select the top 3 portfolio Items, however these must have distinct Category names. Here is the SQL which I came up with, however it is not working:- SELECT TOP 3 portfolio.*,DISTINCT [category].[CatName] FROM portfolio INNER JOIN category ON...
  11. JohannIcon

    Syntax Error in &lt;A Href&gt;

    Dear All, What error do I have here? tit1 = &quot;<a href=&quot;&quot;news.asp?newsid=&quot;rsNews(&quot;NewsID&quot;)&quot;>&quot;textTrimWrite&quot;</a>&quot; Thanks
  12. JohannIcon

    Data Disappearing

    Dear All, I have a problem which I cannot solve. Let me tell you my situation. I have a normal entry form, where the user can enter a news article. So I have the Title, Category (list-box to choose from), Date and text of the article. That I can update easily. However the problem is that I...
  13. JohannIcon

    De-Activate and re-Activate windows XP again

    Dear All, I have purchased a copy of Windows XP Pro and installed it on my laptop and activated it. However, when i came to install it on my main PC, it could not be activated again. So I wish to deactivate it from my laptop to install it on my main PC, and revert back to my old Operating...
  14. JohannIcon

    ADVANCED SQL PROBLEM

    Dear All, I have 2 retreive some data from 2 tables that are linked together, however I cannot manage to do it. My first table has three fields that are relevant to me and these are NAME,USERPASS and ACCOUNT, and the second table has CODE and EMAIL. ACCOUNT from the first table and CODE from...
  15. JohannIcon

    Validating Check boxes

    Dear All, I have an input form where the user must enter his name, surname, e-mail address and choose from three topics, namely Conference, Leisure or Corporate. He can choose as many as he like, however, he has to choose one before submitting the form. How can I do the validation on these...
  16. JohannIcon

    Language Translation

    Dear All, I have a website that is in English and I wish to do the same website in Spanish, Italian and German. Is there a way that I can translate my webpage automatically, (somthing like a translation program) or else i have to do it manually? Thanks for your help and time
  17. JohannIcon

    lock access databse

    Dear All, I need to lock an Access Database, so that, while I am writing in it, no other user can write at the same time. How can I do it? Thanks for your help and time
  18. JohannIcon

    Date Between

    Dear All, I am trying to search for all the records that are between today's date and exactly last year, ie between 8/25/2003 and 8/25/2002. I have this sql which is not working:- curDate = date() diffDate = (DateAdd(&quot;yyyy&quot;,-1,date())) sqlReading = &quot;SELECT * from xermeter...
  19. JohannIcon

    SQL Problem

    Dear All, I have an sql problem which I cannot solve. Let me give you my scenario. I have an Access table, from where I am retreiving the userID's there is in it, so I open up a recordset and populate it. Then what i want to do is I have a dataflex database, and from the userid's I collected...
  20. JohannIcon

    Need 2 submit buttons!

    Dear All, I have a form where i have some text fields the user must enter. Then what I need is 2 submit buttons, so that I can process these fields differently, depending on the submit button the user pressed. How can I have 2 submit buttons in one form? Thanks for your help

Part and Inventory Search

Back
Top