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 wOOdy-Soft 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: *

  • Users: rleyba828
  • Content: Threads
  • Order by date
  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. 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...
  6. rleyba828

    convert syslog file to csv or access database for import to crystal

    Hi Team, digressing from my earlier post --> http://www.tek-tips.com/viewthread.cfm?qid=1605193&page=1 ( How to Separate raw text file (syslog) separated by spaces into fields), it seemed that when I did this, I could not link another database into the formula fields...it seems that Crystal...
  7. rleyba828

    How to Separate raw text file (syslog) separated by spaces into fields

    Hi Team, I just need some advice on how to separate a line of text delimited by spaces into fields. In the example below, I excerpted two lines from my syslog. First line is on may 22 at 4:02:06 AM and the second line is log entry at 4:02:48 AM. May 22 04:02:46 au01abcd syslogd 1.4.1: restart...
  8. rleyba828

    ESXI 802.1q support on half- height NICS

    Hi Team, I just had a small LAB ESXI setup built and I plan to segregate servers in different VLANs and use an external Cisco Device to do the L3 routing. Question: Does this mean I need to acquire an 802.1q capable NIC? If yes, can someone suggest a half height 802.1q NIC supported on...
  9. rleyba828

    How to Sort IP address

    Hi Team, I have been searching through the forums here and looking for a formula that will correctly sort IP addresses? Perhaps someone has done this before? As you can see, the default sort for a list of IPs below will be incorrectly sorted. Thanks in advance. --robert P.S. I am using...
  10. rleyba828

    How to concatenate items in a field into a group summary

    Hi there, I would like to manipulate my tabular data into something easier to read (one line instead of multiple lines). My data looks like this: Port-ID Desk# Staff 12A 22 John Doe 12B 22 John Doe 12C 22 John Doe 13A 43...
  11. rleyba828

    How to look at the next two records (cascaded next?)

    I am using Crystal reports version 8. We have to map out RJ 45 floor ports ("A" for Phone, "B" for data and "c" for spare) to a particular staff "Name" Since we imported a flat file spreadsheet, the name is only paired with either the "A or "B" or the "C" row in the spreadsheet. That means...
  12. rleyba828

    ODBC driver for Linux file system

    Hi, I was wondering if there was an ODBC driver for a linux file system that will work with Crystal? I find the "local file system" driver (Windows) for Crystal extremely useful for general file maintenance, troubleshooting, etc. I was just thinking that such an equivalent "driver" for linux...
  13. rleyba828

    Record selection -- first few records only

    Some of my reports are normally 500,000 to a couple of million records long. Often, while testing, I would want to limit the record selection to say, first 20,000 records only. For the record selection criteria, I tried using the formula recordnumber<20000 but it keeps saying "Function cannot...
  14. rleyba828

    How to Suppress a page header if detail section is suppressed

    Hi there, I am using a fairly old version of Crystal...version 8.0. I have multiple page headers E.g. Page Header A and Page Header B. When printing, if the Detail section is suppressed, I want to show Page Header A (and suppress Page Header B) and vice versa. I tried doing this with a...
  15. rleyba828

    How to aggregate raw time sampled data into blocks ot 5 min intervals

    We have a network monitoring and logging facility that logs data access to our servers,and the system logs thousands of records per day. I would like to aggregate the data in 5 minute "blocks" so we can do a line graph showing peak and lean times during the day. Sample raw data is below (ip...
  16. rleyba828

    How to print the first and last records' &lt;date&gt; on the Report title

    I want to create a report with a title like " Network access from 10 January to 15 January 2008." with the start and end dates dynamically pulled in from the <date> field of the first record and last record of the report, respectively. I tried playing with whileprintingrecords and...
  17. rleyba828

    How to use Linux as Windows RAS server

    Hi! Is it possible to have a linux machine act as a Windows 2000 or XP RAS server? Specifically, if I have a Windows XP client at home and an NT domain in the office, can my RAS server be a non-microsoft machine(linux preferred)? Will it recognize all Microsoft specific...
  18. rleyba828

    Alternatives to Commad Lookup tool in Cisco web site

    I am a bit new to Cisco programming and have recently bought a pair of used Cisco routers which I have connected back to back. I am experimenting with some scripts but the syntax and commands are a bit hard to follow. I looked at the Cisco web site and it says you have to have an MA with them...

Part and Inventory Search

Back
Top