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

    fetch data in wordpress page resulting in page not found

    hello, I created a template page in wordpress and want to get data from MySQL db table. when I pass the parameter in the search box I get Page NOT Found error. here is the code in my template page <?php /*Template Name: ReportSearch-5 */ get_header(); ?> <?php do_action(...
  2. thep1

    Create view to see if matching does not exist

    I am trying to create a view that will look in 2 tables and if records are not in the other table then it will show those records. SELECT dbo.AspNetUsers.Id, dbo.AspNetUsers.Email, dbo.AspNetUsers.UserName FROM dbo.AspNetUsers INNER JOIN...
  3. thep1

    dynamic pivot data to display in gridview

    i have a stored procedure that i would like to have its data displayed in gridview but when i call he stored procedure its only showing me the header row only. here is the stored procedure --Declare necessary variables DECLARE @SQLQuery AS NVARCHAR(MAX) DECLARE @PivotColumns AS...
  4. thep1

    2 table rows data in single row (master row &amp; child rows)

    I am not sure how to do this but I have 2 tables Items and Itemdetails and I am looking to get the info in one row from both tables Items table ItemID Name ------ ---------- 80015 CLS SB 90001 Int Line 90586 Deep B44 Itemdetails table RefID Location QTY ------ --------- --- 80015 CA...
  5. thep1

    how to formate date in to mm/dd/yyyy

    I have field in DB that stores date in this format: 2018-07-02-00.00.00.000000 I would like have it format to 07/02/2018 tried this Exper1: Format([F7],"mm/dd/yyyy") but still shows in the above format.
  6. thep1

    incoming analog line appreance on one of the phone button

    I would like to know how or if I can program a button for an incoming analog(pots) phone number line in to Avaya phone. what I am trying to do is I have a one phone number (ex. 222-3333) connected to analog trunk port # (4) when someone calls that number I want it to light up in 5th button on...
  7. thep1

    Forwarding calls to someone without a physical phone setup

    On one of my IP Office v9.1 I have user setup without a physical phone but want to do Forwarding to his mobile number when the extension is dialed. Do I need a license for this feature?
  8. thep1

    Avaya ipoffice vm pro message enable/disable from button on 9608 phone

    Hello, is there a way to turn on/off vm pro greeting from phone button. basically trying to get a button programed on reception phone to record and activate "not in office/emergy closed, ect" by a user which will play before auto attendent if its enable. this is for ip office 500v2 9.1.
  9. thep1

    cisco 1841 configur to allow only some ip or application in 2 lan

    Hi, I have a cisco 1841 with 2 FE ports I am going to connect it to 2 separate LAN's. Lan1 192.168.17.x Lan2 10.10.255.x not sure if this is possible but I want to allow only some type of files to be transmitted from Lan1 pc's to Lan2 server (ex .mov) is this something I can do on cisco...
  10. thep1

    9620L VPN phone looping

    I have a user connecting 9620L VPN phone from his home and its failing. I tested this phone in an isolated network and worked fine. The user has the phone at home it connect to vpn and gets to enter extension & password after he puts that he is getting loop for something downloading and dones...
  11. thep1

    no license available on ip phone

    i configured a ip phone and i am getting message on the phone no license is available. how can i findout which license i have? in my control unit i have 5 things IP 500V2 6.1(5) CARRIER/PRIS T1 6.1(5) COMBO6210/ATM4 6.1(5) PHONE8 6.1(5) DIG DCPX30V2 6.1(5) do i need a VCM base card? this is...

Part and Inventory Search

Back
Top