Dreamweaver and Access Help

Dont know if this is possible but. I need either the database
table or three pages to diable from being able to update from 12
midnight on wendsday and enable back on the following monday of
each week.
the clients log in to there respective information. and i
cant have then updating the certain table from those hours.
Thanks very much
Ken Giuliani

>i was just wondering if there is a line of code that can
disable that page or database at that time and
>then allow them to start entering again. after that time
expired.
Sure, although it would be more than a single line of code. I
imagine that the pages that update the database already have some
user authentication restrictions. Just check the current time and
if it falls withing the range, restrict the access. A more flexible
method would be to create a table that stored the update schedule.
>or if there was something in access that you could set to
disable a table from a certain time to another time.
Possibly in later versions, but I wouldn't do it that way in
any case.

Similar Messages

  • New to Dreamweaver and need help with fomatting font

    Hi,  I am new to dreamweaver and have been playing with it for a few weeks.  I have Dreamweaver CS5.5 and I am making some detailed html templates for my ebay listings.  I have created my tables, graphics, and colors but I am having trouble with my font formatting.  Everything is looking really good, but there are a few sentences and even just a few phrases that I want to underline but when I add a text decloration and underline, it just underlines the whole area of sentenses not the specific one that I highlited.  I know how to create a h1, h2, h3 etc code and add underline to it, but I don't want to have to format a h1 or h2 tag everything I want to format a little line.  The reason I have been doing this is because It really is  one of the only ways I have been able to figure out how to underline something.  I watched some tutorials which is how I learned this.  I figured out in the properties Panel on bottom of page to click on the CSS rule to create certain codes and such, but I am not sure how to do this.  I tried one thing which was where it says target rule, I clicked new CSS Rule and then in then in the CSS Styles Panel on right side of screen I selected add property which I was then able to do a text decloration and underline, but it underlines many more sentenses than I am wanting or have selected.  Please help so I am able to specifically choose how to underline just a word or two, and even to have just a word or two specifiaclly be a certain font, size or color.  I am able to find ways to make this work on words as a whole, but not individual words or phrases.
    Thanks for any help its really appreciated!
    Rylan

    Bear in mind that an underlined word or phrase on the web means a clickable link to most people.
    So, if you want to draw attention to something on screen, use anything (font size, color etc) except for an underline.
    text-decoration: underline; is only used in CSS for styling clickable links. Not for regular text.
    One option is to use the HTML <span> tag combined with CSS.
    CSS
    .important {
         font-size: 14px;
         color: red;
    <p>This sentence contains a really <span class="important">important</span> word</p>

  • Vista Dreamweaver and Access database

    I am trying to connect an Access database to an aspx-page in
    Dreamweaver and
    all I get is 'The program has stopped working'
    How can I avoid this?
    reidarT

    I am trying to connect an Access database to an aspx-page in
    Dreamweaver and
    all I get is 'The program has stopped working'
    How can I avoid this?
    reidarT

  • New to Dreamweaver and need help with menu alignment in IE

    Hi l,
    I am new to Dreamweaver, in fact this is my first ever website / question...
    I have just produced this site for a friend
    http://www.grantgibsondesign.com/A_Morrow1/
    I am happy with how everything looks in Firfox etc. however, with Internet Explorer my menu table alignment goes out the window!
    Can anybody suggest a quick fix?
    I produced it in dreamweaver CS3.
    Thanks in advance
    Gibo
    [Subject edited for clarity by moderator]

    I'm in the same boat that why I asked.  I ran it through browsershots too and everything looked fine:
    http://browsershots.org/http://www.grantgibsondesign.com/A_Morrow1/
    Even went back to IE 6.  Which is why I asked for a screenshot. If you can go back to the person who told you about the design flaw ask them for a screenshot.  Otherwise I can't really do much more than shoot in the dark.

  • Accessibility API, JAccess, AccessBridge and Accessibility Helper

    Hi, my name is Anna Rouben and I just started exploring Accessibility features. I have installed JAccess and AccessBridge, is it everything I need for assistive technologies to access java applications? I tried "JavaMonkey" example given in AccessBridge, I can see JavaMonkey window, with File menu and panels but if I click on RefreshTree in File menu it doesn't do anything. Is there anyway I can check that I set everything correctly and AccessBridge is and JAccess are working? I was following readme files and set everything from there, but no luck. Thanks.

    Hi Anna,
    I just came across your message.
    I find it much easier to work with the java ferret program than the java monkey program:
    1-start up any java program
    2- launch the javaferret.exe program
    3- in the javaferret javaEvents menu check "track mouse events"
    4-now, when you move your mouse over the java program interface, the javaferret program should describe the components you are over.
    5-experiment with other capabilities, more or less self-explanatory, of the javaferret menus.
    Good luck, and post back if you have more questions.
    Regards,
    Joe

  • Dreamweaver and PHP Help Needed!

    If there is anyone out there who can help, I am working with
    a back-end secured website that is in php and need to manipulate
    and change pageson-the-fly. I'm not sure how to view and actually
    see in Design View my PHP page, as I can best work in Design View.
    Can anyone help out there?
    The website I need help with is
    http://www.businesscreditbuilder.com
    Help needed as soon as possible...
    Thank you...
    If you want to help, I can compensate you for helping with an
    immediate page..

    Thank you for writing. I do need your help, and here's the
    scenario. I work for a company that deals with business credit. In
    the previous post at
    http://www.businesscreditbuilder.com
    there is a login. Once logged in, there is a home page for the
    members. That first page I need to change as soon as possible for
    over 40,000 members. All the members will see the same home page
    inside the members area. You're welcome to login as "makaiman",
    password is "1143mak" to see the first page that comes inside the
    members area I need to change just a little. PHP is installed on a
    remote server running on Windows. I need help or guidance on this
    immediately but I have to sleep right now as it is 1130pm pacific
    and need to have this done by sometime tomorrow morning. I
    appreciate all of your help so very much... any advice would be so
    much appreciated...
    m

  • CS5 Dreamweaver and Access database

    I have set up a connection from DW to an Access database and I have found a problem returning a record to a new ASP page from an ASP page with a Log In User server behaviour. I get the following error message:
    ADODB.Field
    error '800a0bcd'
    Either BOF or EOF is True, or the current record has been deleted. Requested operation requires a current record.
    /Access Database Work/2 Homepage.asp, line 34
    The expected result is that the user logs on correctly and the second page is displayed with their details. My recordset on the second page has a filter that needs to equal one of the inputs from a form element on the inital page. This all works perfectly when not using the Log In User server behaviour and I just create my own form.
    I have tried adapting code and setting values to variables to pull through (I have a basic understanding of code), but I am a real beginner with ASP and not sure of syntax etc. and just keeping creating more errors.
    Any sugggestions would be really appreciated.

    Thank you for your response Murray *ACP*
    Below is the code for the initial page, which containls the Log In User server behaviour:
    <%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%>
    <!--#include file="Connections/connAccessDatabase.asp" -->
    <%
    ' *** Validate request to log in to this site.
    MM_LoginAction = Request.ServerVariables("URL")
    If Request.QueryString <> "" Then MM_LoginAction = MM_LoginAction + "?" + Server.HTMLEncode(Request.QueryString)
    MM_valUsername = CStr(Request.Form("txtID"))
    If MM_valUsername <> "" Then
      Dim MM_fldUserAuthorization
      Dim MM_redirectLoginSuccess
      Dim MM_redirectLoginFailed
      Dim MM_loginSQL
      Dim MM_rsUser
      Dim MM_rsUser_cmd
      MM_fldUserAuthorization = ""
      MM_redirectLoginSuccess = "2 Homepage.asp"
      MM_redirectLoginFailed = "incorrect.html"
      MM_loginSQL = "SELECT userID, password"
      If MM_fldUserAuthorization <> "" Then MM_loginSQL = MM_loginSQL & "," & MM_fldUserAuthorization
      MM_loginSQL = MM_loginSQL & " FROM [customers logon] WHERE userID = ? AND password = ?"
      Set MM_rsUser_cmd = Server.CreateObject ("ADODB.Command")
      MM_rsUser_cmd.ActiveConnection = MM_connAccessDatabase_STRING
      MM_rsUser_cmd.CommandText = MM_loginSQL
      MM_rsUser_cmd.Parameters.Append MM_rsUser_cmd.CreateParameter("param1", 200, 1, 255, MM_valUsername) ' adVarChar
      MM_rsUser_cmd.Parameters.Append MM_rsUser_cmd.CreateParameter("param2", 200, 1, 255, Request.Form("txtPWord")) ' adVarChar
      MM_rsUser_cmd.Prepared = true
      Set MM_rsUser = MM_rsUser_cmd.Execute
      If Not MM_rsUser.EOF Or Not MM_rsUser.BOF Then
        ' username and password match - this is a valid user
        Session("MM_Username") = MM_valUsername
        If (MM_fldUserAuthorization <> "") Then
          Session("MM_UserAuthorization") = CStr(MM_rsUser.Fields.Item(MM_fldUserAuthorization).Value)
        Else
          Session("MM_UserAuthorization") = ""
        End If
        if CStr(Request.QueryString("accessdenied")) <> "" And false Then
          MM_redirectLoginSuccess = Request.QueryString("accessdenied")
        End If
        MM_rsUser.Close
        Response.Redirect(MM_redirectLoginSuccess)
      End If
      MM_rsUser.Close
      Response.Redirect(MM_redirectLoginFailed)
    End If
    %>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Untitled Document</title>
    </head>
    <body>
    <p>Enter your details</p>
    <form id="form1" name="form1" method="POST" action="<%=MM_LoginAction%>">
      <table width="30%" height="59" border="0" cellpadding="5" cellspacing="0">
        <tr>
          <td width="103">User ID</td>
          <td width="368"><input type="text" name="txtID" id="txtID" /></td>
        </tr>
        <tr>
          <td>Password</td>
          <td width="368"><input type="text" name="txtPWord" id="txtPWord" /></td>
        </tr>
        <tr>
          <td> </td>
          <td width="368"><input type="submit" name="button" id="button" value="Submit" /></td>
        </tr>
      </table>
    </form>
    <p> </p>
    </body>
    </html>
    Below is the code for the second page which show the appropriate record depending on the user ID
    <%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%>
    <!--#include file="Connections/connAccessDatabase.asp" -->
    <%
    Dim rstest__MMColParam
    rstest__MMColParam = "1"
    If (Request.Form("txtID") <> "") Then
      rstest__MMColParam = Request.Form("txtID")
    End If
    %>
    <%
    Dim rstest
    Dim rstest_cmd
    Dim rstest_numRows
    Set rstest_cmd = Server.CreateObject ("ADODB.Command")
    rstest_cmd.ActiveConnection = MM_connAccessDatabase_STRING
    rstest_cmd.CommandText = "SELECT * FROM [customers logon] WHERE userID = ?"
    rstest_cmd.Prepared = true
    rstest_cmd.Parameters.Append rstest_cmd.CreateParameter("param1", 200, 1, 255, rstest__MMColParam) ' adVarChar
    Set rstest = rstest_cmd.Execute
    rstest_numRows = 0
    %>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Untitled Document</title>
    </head>
    <body>
    welcome
    <%=(rstest.Fields.Item("userID").Value)%>
    </body>
    </html>
    <%
    rstest.Close()
    Set rstest = Nothing
    %>

  • New to Dreamweaver and need help with PDF and Word

    I'm trying to put forms on my web page http://www.troop4084.org and I cannot get them to show up on the internet. I have them in the folder. If there is a step-by-step process to do this?

    johnnyc54 wrote:
    I think so, that may be the issue. I'm still looking at that one to figure it out.  My pictures work fine
    and I followed the same procedure for the Word/PDF documents...
    Your images are in the 'images' folder:
    http://www.troop4084.org/Images/Anacortes%20Sign.jpg
    The pdfs are neither in the images folder or where the links says they are in the site folder itself.
    See the link below - It says the FOS.pdf is in the site folder itself. Not in any other folders.
    http://www.troop4084.org/FOS.pdf
    If you upload the FOS.pdf to the site folder on your server the link will be correct.
    or you can put the FOS.pdf in the 'images' folder and change the link to as below:
    http://www.troop4084.org/images/FOS.pdf
    or you may want to create a 'pdf' folder on your server and upload the 'pdfs' into that with the link below:
    http://www.troop4084.org/pdfs/FOS.pdf

  • Uk date format issue with ASP and Access Database

    I have an Asp form which updates records in an Access
    database. Problem is
    that the date format in the database record is dd/mm/yyyy
    (UK), when
    the record is displayed on the form it is mm/dd/yyyy(US)
    which after I
    update the record in the database the date has changed to the
    new format.
    I have tried everything I can to change the format but to no
    avail...anyone any ideas how I can resolve this issue?
    Thanks
    Steve

    stevo.s wrote:
    > Hi
    >
    > I have tried changing the format on the date field on
    the server behaviours
    > panelto ddmmyyy. Also have tried to set the form field
    format to ddmmyy. I have
    > also tried to use a function I got from a posting
    somehwere on the net to no
    > avail. <%function ddmmyyyy(varDate)
    > ddmmyyyy = Day(DateValue(varDate)) & "/" &
    Month(DateValue(varDate))
    > & "/" & Year(DateValue(varDate))
    > end function
    >
    > I believe that this is a recognised issue with
    Dreamweaver and Access but
    > can't seem to grasp the work around! Problem being I am
    teaching myself through
    > books and internet articles and can be weeks at a time
    without being able to
    > look at the issue..each time I come back to it it is
    like starting all over
    > again! I was hoping that somewhere out there there is a
    simple solution the
    > issue perhaps a date picker with the built in
    functionality to address the
    > issue...I am keen to understand how to deal with the
    issue rather than just
    > change my database date field to fudge the problem as I
    am in the UK and when I
    > eventually start to use the application I would like
    there to be some
    > consistency with dates and that users are familiar with
    the format.
    >
    > Any help gratefully received!
    Its not Dreamweaver, or Access, its your servers locale, its
    set to US
    format, not the UK.
    On your page at the top use:
    <% Session.LCID = 2057 %>
    This will force the page into using UK formatted dates. Use
    it on any
    page that needs to format the page correctly.
    Dooza
    Posting Guidelines
    http://www.adobe.com/support/forums/guidelines.html
    How To Ask Smart Questions
    http://www.catb.org/esr/faqs/smart-questions.html

  • Accessing help causes Dreamweaver to crash

    I'm quite frustrated due to the crash of all help functions
    that are not on the web for my new install of Dreamweaver. I'm
    running on an HP laptop and when I go to the help menu or click on
    a help button I get the "send / don't send" crash dialogue for
    Dreamweaver.
    If I go to the help files directly, outside of Dreamweaver, I
    can open them correctly.
    Any idea what might be tangled up in the install?

    See if this TechNote helps:
    Dreamweaver crashes when accessing help system when Internet
    Explorer 7 is
    installed
    http://www.adobe.com/go/6d7a2c59
    David Alcala
    Adobe Product Support

  • I have the CS3 version of Dreamweaver and am unable to access my remote files.

    I have the CS3 version of Dreamweaver and cannot access my remote files.  The message says "cannot make contact with host".  I contacted GoDaddy (host) but they cannot help me.  They said to contact you.
    Sharonpacker

    I have Dreamweaver CS3 and have no trouble using it to access remote files. This is not a Dreamweaver CS3 issue.
    Is your password correct.
    Is your username is correct
    Are you in the correct "root" directory for your website?
    Is the server expecting SFTP (unlikely)?
    Have you checked the Server Compatibility button and tried unchecking and checking FTP optimization and alternative FTP move method?
    Has your hosting provider suddenly changed to IP v 6 (unlikely)?
    Have you changed your firewall?
    These are things to check out in Dreamweaver in the Remote Info panel in your Advanced Site Definition.

  • Accessing Help in DreamWeaver

    I am a new user for DreamWeaver. The only help that I have
    access to is a pdf file. Am I the only one who is unable to use the
    F1 key to access help in DreamWeaver?? I have uninstalled and
    re-installed but that didn't change anything.
    This is the response listed on the help screen:
    "This topic is in the Help system of another product. To view
    the topic, install that product. about:blank"
    I don't understand this and the technical support in Adobe
    didn't help me either.

    > I have DeamWeaver CS3 and I am using Windows XP
    till it's sorted out- there is a live copy of the dw help
    files here:
    http://livedocs.adobe.com/en_US/Dreamweaver/9.0/
    Alan
    Adobe Community Expert, dreamweaver
    http://www.adobe.com/communities/experts/

  • Our website was set up 10 years ago with Macromedia Dreamweaver.  Can I download up to date Adobe Dreamweaver and still access and make changes?  I do not have the old software

    Anyone can help answer this?   Thank you,

    Most web site files can be edited using a simple text editor.  It is not clear to me what you are looking for when you ask if you can download up to date Adobe Dreamweaver and still access and make changes.   You certainly can, but you need to purchase the software to do so if you mean you want the latest versions.
    The most current version is available thru a subscription basis.
    Creative Cloud Plans
    https://creative.adobe.com/#plans
    You can always download a trial version which you can try for thirty days.  Trial versions are fully functional.

  • I want to uninstall and then reinstall Firefox but I can't uninstall it. Nothing happens when I click remove in program access and defaults and the helper.exe file in the firefox uninstall dir doesn't do anything either.

    I want to uninstall and then reinstall Firefox but I can't uninstall it. Nothing happens when I click remove in program access and defaults and the helper.exe file in the firefox uninstall dir doesn't do anything either.

    "program access and defaults" is not the place to remove programs in Windows. You need to go to the control panel and click on Add and Remove programs. For instructions on how to uninstall Firefox, see [[Uninstalling Firefox]]

  • Why can't i connect to my iphone after updating to 7.1.1? i don't even get the screen that lets me login into my apple account??? plz help my phone was stolen and through help of the police i recovered it and now i can't access my phone

    why can't i connect to my iphone after updating to 7.1.1? i don't even get the screen that lets me login into my apple account??? plz help my phone was stolen and through help of the police i recovered it and now i can't access my phone

    You must have had find my iPhone on, or it was locked by your phone carrier.
    Call your our cell carrier first.
    then log on to a computer to iCloud to erase your iPhone.  
    NOW... You will be able to setup with a backup.

Maybe you are looking for