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 bkrike 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: BiJae
  • Content: Threads
  • Order by date
  1. BiJae

    $var = "Date" vs. $var = $_POST['Date']

    This post is a new problem relating to my previous post: http://www.tek-tips.com/viewthread.cfm?qid=1440462&page=1 As that post concluded I got everything working and displaying the chart that I wanted! So now it is time to integrate it to the application... The code that was working used two...
  2. BiJae

    PHP/SWF Charts

    I am developing a program that incorporates a graph into the application. I have been reading several threads on this and used this thread http://www.tek-tips.com/viewthread.cfm?qid=1395840 to choose PHP/SWF charts. I really like the flexibility of the application. I can change the chart types...
  3. BiJae

    dompdf memory error

    I'm trying to get a pdf generator on my intranet portal. They would like to see the link on all pages. I've gotten a test file up running, but when I try to feed live site information I get a memory error The file I'm hitting with the browser is test.php <?php...
  4. BiJae

    Inconsistent Database Connection

    Greetings. I'm hoping someone can help me with this issue. I'm pretty sure it's a Microsoft SQL Licensing Issue, but would like confirmation... Here's the situation... I use this file to connect to the database: define("DATABASE_HOST","localhost"); define("DATABASE_PORT","")...
  5. BiJae

    Select Distinct Records

    I'm not from A Microsoft SQL server world but have recently made that transition. I am drawing a blank on how to get what I need out of the database. I have a single table with a subquery to get an id from another table within it. SELECT PeripheralMapID, MaintID, ScheduleID...
  6. BiJae

    PHPMailer messages returned after upgrade

    I have a web server that I recently upgraded to UBUNTU 6.06 LTS. I installed post fix and verified that it was passing messages off to my domain server prior to the completion of the upgrade. Near as I could tell things were working fine. I posted all my old content out to the web folders and...
  7. BiJae

    OL 2007 cannot open archive

    I have upgraded a client to Office and Outlook 2007. The migration worked fine and his on-line e-mail came up. However when I tried to open the archive file I received a message, "cannot open file." There was no indication that something might be wrong with the file or what I could do to remedy...
  8. BiJae

    Outbound messages stopped sending

    I have a problem where my outgoing messages are sitting in the queue and not going anywhere. The server is able to receive messages but not send. I'm fairly new to exchange and Microsoft Servers in general. I've been working on getting some RPC errors fixed over the last couple weeks. This has...
  9. BiJae

    Domain Replication

    I have a domain with two domain controllers. According to DCDIAG I have not received a good replication since 9/18/06. I've resolved several other issues that were preventing the replication. I have got to the point where the primary server recognizes that there is a second server on the...
  10. BiJae

    Cisco 1811 VPN Configuration

    I'm very new to CISCO equipment. I've managed to get the new router up on the network serving traffic to the clients, no problem. We were encouraged to buy the CISCO 1811 by the new VOIP solution that we bought. I've got everything up for the phones, and now need to get the VPN solution running...
  11. BiJae

    DNS Error?

    This morning when I came in to the office several users approached me stating they could not connect to the share drives. I verified that they were not able to attach using their credentials. I restarted the server and then launched my workstation. I was able to connect using the UNC path. To...
  12. BiJae

    FSMO Roles Confusion

    I've inherited a precarious situation at my new job. I have three servers currently online, tcud-data, tcud-ex1 and my newest data. Data was installed a couple weeks ago to take over the role of tcud-data, hosting all the data files. Tcud-ex1 is the MS Exchange server for our office, hosting...
  13. BiJae

    PHPDIG indexes remote sites not localhost

    I'm a little perplexed. I've followed the installation instructions to get the program to work. I followed a thread on the PHP dig site that offered the following code to work with MySql 5.0 if ($pu['port'] == 0 || $pu['port'] == 80) { $pu['port'] = 0; } else {...
  14. BiJae

    Data Type Mismatch

    I have a MySql database that is being passed through an Access Database front end using linked tables. I have several queries that are built on various date fields. I recently upgraded the MySql database to v 5.0. I can connect, import new tables, browse data, run queries etc. However each time...
  15. BiJae

    Failed Access to Shares

    This morning when I came in I was confronted by the users because the Win2k3 shares were not available. I have not changed anything on this server and they were working fine when I left last night. The security logs show the following error for each attempt to access the shares: Event Type...
  16. BiJae

    Desktop and start menu disappearing

    I have a computer (happens to be the CEO's) that has a wierd issue happening to it. When the computer boots up the log in menu is presented. He logs in just fine, the start menu appears, then disappears. The active desktop background stays. The operating system appears to be working fine...
  17. BiJae

    Message Disappears when forwarded

    I have a strange situation that I'm not sure what is going on. The user receives mail from Chase Bank. When he views the message he is able to read the text message. I've verified that it's showing as a text message by making the view as text selected and highlighting the text. We're using...
  18. BiJae

    Fiscal Year Challenge CR XI

    I'm using a parameter field to determine the reporting period. I found the Crystal Reports helpful to get me what I needed thus far. However the formula they provided: Choose (DatePart ("q", {complaints.DateReceived}), "3rd Fiscal Quarter", "4th Fiscal Quarter", "1st...
  19. BiJae

    Select ISNull and &gt; on date field

    I'm building a report that calculates information for a point in time. I'm using a date field as my primary selector in a table listing institutions. The default for this field is NULL. When an institution is added the date field is null and it appears on the list. When a date is entered into...
  20. BiJae

    Alternate Select for rare conditions

    I have a situation that I wanted to run by y'all to see if my logic is correct. First let me describe the business setting. We have examiners that file reports on stores annually. A report is filed and it becomes the "Active Report." This report remains active until the next report is filed on...

Part and Inventory Search

Back
Top