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.
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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 =...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.