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

    Help with an SQL statement.

    I am have been trying to write a sql statement and could use some help. I am querying two tables. The first table holds the part numbers called PART. The second holds the transactions for the part table and is called TRANS. I need to find all the parts that have not had any transactions...
  2. CartoonDog

    Help with an SQL statement.

    I am have been trying to write a sql statement and could use some help. I am querying two tables. The first table holds the part numbers called PART. The second holds the transactions for the part table and is called TRANS. I need to find all the parts that have not had any transactions...
  3. CartoonDog

    EMERGENCY!! sigh... (ICS7750, 3.3CM) cant hear out/inbound voices.

    Hi all any help would be appriciated. Making inbound or outbound calls results in a ringing phone on both ends as it should. When connected, neither party can hear what the other is saying. Internal calling is fine. My calls go outbound though a TI/PRI. I am starting my search there. Any...
  4. CartoonDog

    7970G on a ICS7750 3.3(2)spC??

    Hello, I have a ICS7750 running callmanager 3.3(2)spC. All my phones are 7960's. This version of CM cameout prior to the 7970G. Is there a way to fool CM into thinking that the 7970G is a 7960? Or any other way without upgrading the entire CM to get this to work? I happen to have a 7970G...
  5. CartoonDog

    CDR working?

    Hi I am using 3.32 and looked into the SQL table for CDR information, and it was blank. The CDR Insert service is started under the control center. Is there a config utility for the CDR of some sort? THanks.
  6. CartoonDog

    Crystal Web Rpts 8 and Date Ranges

    Hi gang. I am not concerned with performance, just getting the accurate results. My original report has a range of values that uses this selection criteria: {CUST_ORDER_LINE.PROMISE_DATE} in {?Due Date} ?DueDate is a Date Range with no default values. The above report selection seems to...
  7. CartoonDog

    DOS app question

    Hi, I have XPe running on W2k server sp4. I am trying to publish a timeclock app for my MRP system (Visual). The icon looks like a plain window, akin to dos. When launched from a pc, it opens a dos window, and runs an app akin to telnet. When I try to run this app on the citrix server, it...
  8. CartoonDog

    Time of Day restrictions help

    Is there any way to deactivate a 7960 (CM 3.3) so it either stops working all togather or limited to incoming calls/internal calls after a certain time? Then will resume normal operations in the morning? Thanks.
  9. CartoonDog

    Trap the Minimize button.

    I have written an app that uses the systray. I have disabled the ShowInTaskBar property of the form in question. When the user presses the Min button I want an animation of the form to shrink down to the systray. I have the animation working fine if I execute it with a command button, but I...
  10. CartoonDog

    Setting Printers with static information.

    Hi, I know how to set the printer object in VB code by matching the device name. Such as --------------- dim x as printer for each x in printers if x.devicename="YourPrinterName" then set printer=x next -------------- But I have written an app that requires the program to set the...
  11. CartoonDog

    SQL Help. I need to select the lastest date from a col.

    Many thanks in advance. Assume the table is as listed below. Trans_ID Date_Entered Part_ID -------- ------------ ------- 1 01-DEC-01 1234 2 03-NOV-03 1234 3 01-SEP-02 1234 4 01-OCT-03 1111 I need to be able to select the row with the lastest...

Part and Inventory Search

Back
Top