User Profile

Collapse

Profile Sidebar

Collapse
Matsam
Matsam
Last Activity: Jul 18 '13, 10:13 AM
Joined: Jun 29 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • How to run a 32 bit ASP-Access application in Windows Server 2008 64 bit

    Hello,

    I have developed an application in ASP and MS-Access 2010 as back end. It works fine in the localhost in Windows 7. But when I installed it in IIS7 in a Windows Server 2008 64 bit server, only the first html page is displaying. It gives the following error message on calling the ASP page.

    ADODB.Connectio n error '800a0e7a'
    Provider cannot be found. It may not be properly installed.
    /transaction/deposit.asp,...
    See more | Go to post

  • Getting error "500 internal server error" in ASP Win Server 2008

    Hello,

    I have an application developed in ASP with Access as back end. The code starts as follows

    Code:
    <%@ Language=VBScript %>
    <%
    set cn=nothing
    set rs=nothing 
    set rsUser=nothing
    set rsVisit=nothing
    
    set cn=server.createobject("ADODB.connection")
    set rs=server.createobject("ADODB.recordset")
    set rsUser=server.createobject("ADODB.recordset")
    ...
    See more | Go to post

  • Matsam
    started a topic How to set the system date format in Access

    How to set the system date format in Access

    Hello,

    I have an Access program with 4 forms. In the load event of the main form, I need to set the system date format to British. Can anyone please give the code for setting the system date format ?

    Thanks in advance

    Matsam
    See more | Go to post

  • Hi,

    It worked. Thank you very much for your help.
    See more | Go to post

    Leave a comment:


  • Matsam
    started a topic Passing parameters from a form to crosstab query

    Passing parameters from a form to crosstab query

    Hello,

    I have an Access form having 3 combos. I need to run a crosstab query when clicking a button in the form. But I want to include the values of the combo boxes in the filter condition of the query. Can anybody guide me?

    Thanks in advance.

    Matsam
    See more | Go to post

  • Matsam
    started a topic Data Report Page Orientation

    Data Report Page Orientation

    Hi,

    I am using Data Report 6.0 in my VB project. I want to increase the report width or make its orientation to Landscape. How this can be done?

    Thanks in advance

    Matsam
    See more | Go to post

  • Matsam
    started a topic How to block previous page after logging off

    How to block previous page after logging off

    Hi,

    I have an ASP page that displays the account details of individual users, to which they can login using their user name & password. I have given a link for "Logout". When a user clicks this link, I am loading another page, say "Page1", which displays "You have successfully logged out..". But if the user clicks the Back button in the browser, the previous page showing the account details is displayed....
    See more | Go to post

  • Matsam
    started a topic ASP Page not working in Mozilla Firefox
    in IIS

    ASP Page not working in Mozilla Firefox

    Hi,

    I have a site whose fist page is html and the rest is ASP. It works fine in IE. But in Mozilla firefox, the first page is displaying. There is a login name & password verification in that page. The login name & password are verified on loading the second page. But when we click OK, the 2nd page is only showing some junk characters. Actually the 2nd page is retrieving some data from an Access DB.
    For Apple Safari...
    See more | Go to post

  • Matsam
    replied to How to avoid space trimming in HTML
    Hi Nedu,

    Thanks a lot for ur help. Now my problem is solved.
    Thanks again...

    Regards
    Matsam...
    See more | Go to post

    Leave a comment:


  • Matsam
    replied to How to avoid space trimming in HTML
    Hi,

    Thanks for your help. But I'm sorry, my problem still remains open...
    Actually I want to take records from a table and populate it into a combo box. The <PRE> tag is not working in this case.. Other situations it is ok. Following is my code:

    <SELECT id=select4 style="WIDTH: 256px; HEIGHT: 22px"
    name=lstSubject >
    <% do while not rs3.EOF %>
    <OPTION...
    See more | Go to post

    Leave a comment:


  • Matsam
    started a topic How to avoid space trimming in HTML

    How to avoid space trimming in HTML

    Hi,

    I have a search page in which I take data from a recordset. Some data which is retrieved may have more than one space between 2 words. But in my result page, HTML is truncating those spaces into single space and displays the result. But I need it as it is in the database. Is there any way similar to &nbsp which can be applied to this situation? My code is as follows:

    <TD nowrap borderColor=mar oon width="180"><FO NT...
    See more | Go to post

  • Matsam
    started a topic How to change combo style to drop down combo

    How to change combo style to drop down combo

    Hi,

    In my ASP page, I hv a combo box that contains numerous items. Eventhough I have sorted it in alphabetical order, users find it difficult for selecting an item. ie, if they want to select an item starting with "MO..." they can type only "M" and after that they have to scroll down to reach "MO.."
    What I ment is, I want to change the combo style to "Dropdown Combo" as in VB (Instead...
    See more | Go to post

  • Matsam
    replied to How to get Request.Form name
    Hi

    Thanks for ur replies.
    My problem is solved. I used a URL variable in HRef.
    Request.ServerV ariables("HTTP_ REFERER") returns the current page name, but I actually needed the name of previous page.
    Thanks

    Matsam
    See more | Go to post

    Leave a comment:


  • Matsam
    started a topic How to get Request.Form name

    How to get Request.Form name

    Hi,

    In my project, I have a situtation that I need to get the name of the Request.Form. I am calling Page 1 from Page 2 & Page 3. But I need to do a checking on Page 3, if it is called from Page 2 only. If called from Page 1, that condition checking is to be avoided. For that, I require the name of the just previous page. Plz help me..

    Matsam
    See more | Go to post

  • Hi

    Thanks a lot... As suggested by u, I placed a new page for download in between and managed to solve my problem.
    Thanks again

    Matsam...
    See more | Go to post

    Leave a comment:


  • Hi

    Thanks for ur reply.. But sorry... my problem is not solved. Also I am not familiar with popups & iFrames... Any simple method for the same ??
    Or else plz give me the code for displaying popups while clicking a hyperlink.

    Thnks

    Matsam...
    See more | Go to post

    Leave a comment:


  • Matsam
    started a topic How to execute an SQL in onClick of an HRef ?

    How to execute an SQL in onClick of an HRef ?

    Hi,

    I have a page showing the result of a search criteria. I'm using VB script. I have given link to an attached file for each record. There is also a field "Number of downloads" in my table. When a user clicks on a particular link, I want to update (increment by 1) the No. of downloads field in my table, for that particular record. My code is as follows.
    <TD nowrap borderColor=#80 0000 width="220">...
    See more | Go to post

  • Hi

    Thanks for your help
    I used the 2nd method, as I am not good in Javascripts
    Thank you

    Matsam...
    See more | Go to post

    Leave a comment:


  • Matsam
    started a topic How to get Radio button value in the same form

    How to get Radio button value in the same form

    Hi,

    I have an ASP page that contains 3 radio buttons and a combo box.
    The combo box is to be populated depending on the option selected above. I am using Access DB. I want the value/checked status/on-off of the radio buttons to include a criteria in the where condition of the select query for populating the combo. How can I get its value (in the same page)?

    Thnks in advance

    Matsam
    .
    See more | Go to post

  • Matsam
    replied to Problem with dynamic hyperlink
    Hi,

    Thank you for ur help. I have given the complete path in href line and now it is solved. Thanks again

    Matsam...
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...