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 Mike Lewis 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: *

  1. Argonto

    Access .MDB unknown Owner - Sql Migration

    Hi, I am trying to migrate a series of older .mdb databases to Sql. The Long term goal is to eventually upgrade the whole suite of tools to powerapps. One of the databases has all but two of its tables owned by (unknown). The system .mdw Admin has no permissions on any of those tables and...
  2. Argonto

    2 Server Load Balancing and Fail-over Protection (Windows 2008 w/ xampp Apache)

    Hi, I need to setup a load balancing/fail-over solution for my web server. The server is currently running on Server 2008 with an installation of xampp for Apache and MySQL. I have one other server and would like to use it for the load balancing/fail-over solution. I have tested the builtin...
  3. Argonto

    2 Server Load Balancing and Fail-over Protection (Windows 2008 w/ xampp Apache)

    Hi, I need to setup a load balancing/fail-over solution for my web server. The server is currently running on Server 2008 with an installation of xampp for Apache and MySQL. I have one other server and would like to use it for the load balancing/fail-over solution. I have tested the builtin...
  4. Argonto

    Access 2013 Web Apps - Email Reminders

    Hi Andrzejek, Thank you for the critique. I will try to do that in the future. Do you have much experience with Access Web Apps? Could you help me out with the questions below? Do Access Web Apps run macros when no users are active? Is there a way to have Macros run at a specific time each...
  5. Argonto

    Access 2013 Web Apps - Email Reminders

    Here is the actual code, since the screenshot is so small. <?xml version="1.0" encoding="UTF-16" standalone="no"?> <DataMacros xmlns="http://schemas.microsoft.com/office/accessservices/2010/12/application"><DataMacro...
  6. Argonto

    Access 2013 Web Apps - Email Reminders

    Hi, I am working on a new Project Tracking system for my office. I am using Access 2013 and Sharepoint 2013 to design and publish the Web App. Currently I am able to send out changelog emails using the After Insert funtion on my log table. My next big issue is going to be setting up a...
  7. Argonto

    Accessing Website behind firewall through another website on the same network

    Hi we recently upgraded our web server and CMS. The problem is that the old server still has forms that we customers to access. The new web server took the name and IP of the old. We requested that the IP given to the old server be opened on 80 by our Network IT Admins, however they have...
  8. Argonto

    IE Value set to Null shows &quot;Null&quot;

    Thanks! It is working now! :)
  9. Argonto

    IE Value set to Null shows &quot;Null&quot;

    When i set {this.form.unmform_Tix_Requested_Broadway_GoldCircle.value= "";} the function no longer runs.
  10. Argonto

    IE Value set to Null shows &quot;Null&quot;

    So the function works fine in chrome and Firefox, but IE renders it as text. Here is the a larger example of what i am doing. When a customer selects a different series, i need the values to clear out. <SCRIPT language=javascript type=text/javascript> function set_pricetag(rad_obj) { var...
  11. Argonto

    IE Value set to Null shows &quot;Null&quot;

    Hi i am working on a form and hit a snag. I need to set a value to null, however in IE whenever i set the value to null, the field that should be blank has the word Null in it. Is there a way to set a value to null that is compatible with IE, Firefox, and Chrome...
  12. Argonto

    Auto expire rows of html code by date

    The problem i am having is assigning large chucks of Html code to the content variable. Is there a better way to store and call Html code than storing it in a Var?
  13. Argonto

    Auto expire rows of html code by date

    Thank you feherke! That worked like a charm. ChrisHirst, this code is for a form that collects subscription orders, runs calculations and collects credit cards, unfortunately the form is housed in a CMS that has a lot of issues. I have to use it for now because it has a secure PCI compliant...
  14. Argonto

    Auto expire rows of html code by date

    Hi, I am trying to setup a form that will contain several events. I would like to make it so that after the show date the block of code would automatically disappear. I have looked into a couple sets of code and found the code below. However to my knowledge document.write doesn't really work...
  15. Argonto

    Creating an email order summary from a form.

    I am setting up a form to sell Broadway and ovation performances. The problem i am having is with the Email confirmation. I need to list only the shows that customers have selected in a clear and concise way, however our cms has a very simple email response field. It can only handle text and...
  16. Argonto

    Setting a as part of a value

    The "Email coding" section is where i call the values for the order summary. Other than that the only java code is in the actual form. I've listed that below. The trouble is that the way we send confirmation emails is limited to calling values and basic text. If the called value is Null it...
  17. Argonto

    Setting a as part of a value

    So I am creating a form to sell next years list of shows to Season ticket holders. Part of that form requires E-mail confirmation however our control; over the email content is limited, it only takes text and values stated in the form. In order to avoid listing all the shows on the email, i...
  18. Argonto

    Setting up an iscsi target that connects through Nat Routing

    Hi, we recently purchased a synology device for Symantec Backup as an off-site drive. My plan was to use iscsi to appear as a local drive for Backup Exec to use. The problem i am having is that the Offsite location is behind a NAT Router, What that means is that the device's ip is (IP A) while...
  19. Argonto

    How to make Javascript that works in Firefox work in IE as well?

    Thank you, That is exactly what i needed. :)
  20. Argonto

    How to make Javascript that works in Firefox work in IE as well?

    I have this code That works in firefox but not in IE. i adapted it, from some previous code that used a radio button to assign values to a field. It now uses a Drop-down Box, it worked perfectly in Firefox, but doesn't in IE. Here Is the Code: <SCRIPT language=javascript type=text/javascript>...

Part and Inventory Search

Back
Top