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 SkipVought 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: *

  1. yajmere

    CDOSYS - Can't email outside of network

    Hey Dustinbrookes, Itried the same thing few days back CDOSYS. It worked for me to send message out of network too. I am pesting code I used. I hope it works for you too. <% 'Declare variables Dim sMsg Dim sTo Dim sFrom Dim sSubject Dim sTextBody Dim sHTMLBody sTo =...
  2. yajmere

    Include ASP page in HTML Page

    Hi Thanks for your time to reply to this question. I know that you can include ASP routine before &quot;<HTML>&quot;. Also that you can include files in ASP using <!--#include file=&quot;../includeBETA/databaseconnect.inc&quot;--> But I have an ASP page, which creates menus from values &...
  3. yajmere

    Include ASP page in HTML Page

    I have an ASP page which does some database validation. I get HTML page from outside source. I want to include my ASP page in HTML pages. How can I include ASP page inside HTML Page? Thanks in advance
  4. yajmere

    DATE is updated as 1900-01-01 00:00:00

    Hi, I have a strange problem. When I try to update record in a smalldate field it updates the date as 1900-01-01 00:00:00. I use SQL Query update regions set processstart = '' where ntid = 'yajmi' if I change this query to - update regions set processstart = NULL where ntid = 'yajmi'...
  5. yajmere

    Javascript Email Messages formating and bcc problems

    I am testing using MS Outlook 2000. Users will always be using Outlook client because it has been standardized.
  6. yajmere

    Javascript Email Messages formating and bcc problems

    Hi I have couple of problems when using &quot;mailto&quot; to send emails. 1. If i execute the following code, it pops me an alert message in browser stating that &quot;This form is submitted using e-mail. Submitting this form will etc etc. &quot; Is their any way i can get rid of this alert...
  7. yajmere

    Calling Oracle Stored Procedure and Query from FEX FIle

    HI i have a problem that i can not execute both Procedure and SQL Query from same fex. For my applicaton i need to run procedure first which appends data to 2 oracle table and then i have to use sql query to retrive data back. When i run the request it inserts records in Oracle tables. but it...
  8. yajmere

    webFocus Form

    You must have installed desktop softwae before frontpage. you need to have frontpage installed before installing desktop.
  9. yajmere

    Top-N Report ???

    Hi Webfocus Developers, I have a problem that I want to create a Top N matrix report using WF4.3.5. I want to display the results of Top Sales of Customes in Each Product Group. In my database I have different products under product groups. And Customers buy products of product groups. WHen i...
  10. yajmere

    Text goes to next page

    Naith I have not selected 'Change Group' options. In fact i do not know where this option is. In my report I have created different sub sections in Details Section and placed all subreports in different subsections. And only made sure that Keep togather is selected. Are you checking the 'Keep...
  11. yajmere

    Text goes to next page

    Hi, I have multiple subreports in different sub-sectons, after 1 of the subreports report goes to next page and the main report information which i want to place below that subreportgets printed on next page leaving page after subreport blank when i view the page. Can we somehow print that...
  12. yajmere

    Microsoft JET Database Engine error '80040e37'

    I had created a file called as openconn.asp to create connections.I am including that page in every page so that I dont have to write code for connection in every page. IT is opening Connection correctly. in index.asp page i have opened a recordset. But recordset is throwing error. If i...

Part and Inventory Search

Back
Top