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 TouchToneTommy 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. rleyba828

    Need assistance adding a CANCEL button next to a SAVE button in a form

    Working perfectly, thanks very much.
  2. rleyba828

    Need assistance adding a CANCEL button next to a SAVE button in a form

    I'll try this out and post the results. Will let you know how it goes....thanks.
  3. rleyba828

    Need assistance adding a CANCEL button next to a SAVE button in a form

    Thanks jpadie. I was particularly interested in the JavaScript code that would allow me to add the cancel button on the form. Not sure how to set that up. Thanks.
  4. rleyba828

    Need assistance adding a CANCEL button next to a SAVE button in a form

    Hi team, I'm very new to javascript but I have an urgent requirement to be able to add a "Cancel" button next to a "Save" button on a form I'm building. The form itself is in PHP but the template allows us to insert javascript code there. I have a small snippet below and I just need a way so...
  5. rleyba828

    Requesting assistance extracting report of overlaps in Change Windows

    Actually, at the end of all this, I need to burst the report, and have the groupings Grouped by Engineer (level 1 grouping) and then by Device (level 2 grouping) so that I can advise each engineer what their change conflicts are and for which devices. The output above (without the grouping yet...
  6. rleyba828

    Requesting assistance extracting report of overlaps in Change Windows

    Thanks lbass, we are getting close indeed. I have done the record suppression using the formula below. An excerpt of my output (changed the device names for security): Firewall-A C8057 Firewall-A 2/2/2012 11:00:00PM 2/3/2012 5:00:00AM C8190 Firewall-A 2/2/2012 11:19:00PM...
  7. rleyba828

    Requesting assistance extracting report of overlaps in Change Windows

    Hi Team, Just need your help generating a report. I am using Crystal Reports XI. I am running a report that lists all our IT Department's Infrastructure Changes and Scheduled Change Windows. The primary table is a list of Changes and change related detail (persons, IDs, Implementation...
  8. rleyba828

    Special Field "Group number" not numbering properly.

    Hi Team, Just a quick Crystal Reports XI question on the "Group Number" field. This is related directly to my previous post ( http://www.tek-tips.com/viewthread.cfm?qid=1667796) below. The issue is regarding cascaded groupings --> I have a top level group on ChangeNumber and within that...
  9. rleyba828

    How to create report relating 3 tables to a master table.

    Hi lbass, Thanks very much for your tip. That was a very good starting point. I now get the logic. I tried to do it with two groups first to simplify things...so group on ChangeRecordNumber, then Firewalls, then Routers. I ended up with a group Heirarchy of something like this: Group#1...
  10. rleyba828

    How to create report relating 3 tables to a master table.

    Hi Team, I have to run a report where I need to do pull data from multiple tables in a MySQL database and run summaries on one of the tables. I am familiar with SQL, mySQL and Crystal Reports XI but this particular data extraction stumps me a bit. My requirement is very simple: I have 4...
  11. rleyba828

    Need assistance with the syntax of PHP when submitting a form

    WORKING PERFECTLY!!!! Thanks very much!
  12. rleyba828

    Need assistance with the syntax of PHP when submitting a form

    Hi jpadie, Great news! I have tested below http://192.168.1.102/Integra/index.php?-table=FIREWALL_INTERFACES&Lower_Dec=%3C%3D167903498&Upper_Dec=%3E%3D167903498 doesn't work...
  13. rleyba828

    Need assistance with the syntax of PHP when submitting a form

    Hi jpadie, First, thanks very much for the octal to decimal conversion and the error checking routines. You're above code now works correctly inside my FIREWALL_INTERFACES.php class. If I fill in the form and choose 1.1.1.1 as the IP and choose octal, running the code now results in this...
  14. rleyba828

    Need assistance with the syntax of PHP when submitting a form

    Hi...... I may have hit a major stumbling block. The restriction is your entire code must be within a Class in my code as the whole thing is part of a template and if I break the template, everything else behaves unpredictably. Right now there are syntax errors everywhere as I try to adapt...
  15. rleyba828

    Need assistance with the syntax of PHP when submitting a form

    Hi jpadie, thanks very much for your detailed analysis of my issue. And you are perfectly correct that there is something wrong with this: http://192.168.1.102/Integra/index.php?-table=FIREWALL_INTERFACES&Lower_Dec=<=167838722&Upper_Dec=>=167838722 The reason is the =>= is messing up the...
  16. rleyba828

    Need assistance with the syntax of PHP when submitting a form

    Hi Jpadie, Thanks for that. I have modified my code to be: <? class tables_FIREWALL_INTERFACES { function block__before_body() { echo "This is some text test<p>"; } function block__after_search_form_submit() { $lower =...
  17. rleyba828

    Need assistance with the syntax of PHP when submitting a form

    Hi Team, May I just request some assistance with some form syntax in PHP. I am getting stuck with the coding of my form below as I want it to output this URL: http://192.168.1.102/Integra/index.php?-table=FIREWALL_INTERFACES&Lower_Dec=<=167838722&Upper_Dec=>=167838722 ...where...

Part and Inventory Search

Back
Top