CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: tks_muthu

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Replies
    1
    Views
    1,240

    Using Stored Procedure With ASP-MySQL

    Hi

    how to using a stored procedure with asp-mysql.
    plz explain.

    thanks in advance
  2. Translator were not loaded due to error: While Open a Document in Dreamweaver 8.0

    "Translator were not loaded due to error: Coldfusion.htm had configuration that is invalid." While Open/Create a Document in Dreamweaver 8.0.

    Solution:
    1) Create a new blank file.
    2) Enter...
  3. Replies
    4
    Views
    6,267

    Re: Thousand Separator problem

    Create a formula having this code


    StringVar Amt;
    StringVar s;
    NumberVar N;
    Amt:=Replace(Totext({AmountField}),",","");
    s:=left(Amt,len(Amt)-3);
    N:=len(s);
    Select N
  4. Re: How to Print the Word Document from Web Server Using ASP

    This is Script is Using to Take Printout From the Web Server.

    <SCRIPT Language="VBScript">
    Sub DocPrn(strFileName)
    Dim WordObj
    Set WordObj=CreateObject("Word.Basic") ...
  5. How to Print the Word Document from Web Server Using ASP

    Hi
    How to print the ms word document from the webserver
    in asp without open the document?.

    plz exp
  6. Replies
    2
    Views
    687

    Re: Exporting to word

    http://support.businessobjects.com/library/kbase/articles/c2010787.asp
  7. Re: Object doesn't support this property or method

    Hi Plz Try this one!. i hope it will helps to you.


    <%
    Set oConn = Server.CreateObject("ADODB.Connection")
    oConn.Open(Application("cnStr"))
    set session("oRs") =...
  8. Replies
    20
    Views
    6,632

    Re: Beginner - Help needed in parameter passing

    Hi! see this link

    http://support.businessobjects.com/library/kbase/articles/c2010935.asp

    else

    plz try to add the report as dsr.

    1) Visual Basic -->Project Explorere-->Add-->More...
  9. Replies
    1
    Views
    520

    How to Use Suppressed Formula?

    Hi!
    i am devleoping a application using with visual basic and crystal reports 8.5. i would like to know

    how to suppress the field value when the both entries are same?

    like :...
  10. Replies
    2
    Views
    592

    Re: showing blank page

    Hi
    kalimannnnu!

    set the maximum no of line using with object format editor.
    if u r set it to be as a zero. its unlimited.

    regards
    muthu
  11. Re: how to delete a button and table ojbects using javascript

    Hi Mari Srikkanth!

    Plz Try This one. I think its helps to you



    <HTML>
    <HEAD>
    <STYLE>
    TD
  12. Microsoft VBScript runtime (0x800A01FB) in MySQL 5.0

    Hi,

    I am using MySQL 5.0 , IIS and ASP in Windows XP OS to connect the database the code is given below



    'Global.asa file
    sub Application_OnStart
    'Connection String for MySQL Database...
  13. Replies
    1
    Views
    608

    Re: Date function

    Hi!

    i dont know exact function for ur problem.

    but i hope the following link is useful to clear ur problem.

    see this :
    http://www.codeguru.com/forum/showthread.php?p=1198030#post1198030
  14. How to Pass a Dynamic Recordset in Crystal Report 8.5?

    Hi I am developing a Web Application using ASP & MySQL.
    i want to know how to Pass the Recordset Values in Crystal Report Page.

    plz explain.

    regards
  15. Replies
    20
    Views
    6,632

    Re: Beginner - Help needed in parameter passing

    Hi! see this link

    http://support.businessobjects.com/library/kbase/articles/c2010935.asp

    else

    plz try to add the report as dsr.

    1) Visual Basic -->Project Explorere-->Add-->More...
  16. Replies
    20
    Views
    6,632

    Re: Beginner - Help needed in parameter passing

    Hi!

    Its a Parameter Value.

    EmpID='ii-0406'
    EmpSal=6000
    EmpDoj="13/09/2004"


    String :
  17. Replies
    20
    Views
    6,632

    Re: Beginner - Help needed in parameter passing

    Hi!

    plz try this format

    String :
    ---------

    wmrtcd="{emp_det.emp_id} = '"& trim(your_id) &"'"

    CrystalReport1.ReportFileName = "f:\meena\project\test\sermrtcd.rpt"
  18. Re: Calc % in crystal detail againt running total

    Hi!

    1) Insert the Formula Field from Report Design Page

    2) Named as Percentage and write the code to the formula field coding area

    {table.numberfiled}/100

    3) And Drag and Drop the Formula...
  19. Replies
    1
    Views
    479

    Re: incorrect value

    Hi
    I dont know about the firebird database.

    but please try to insert the value on the filed

    like 547 without using comma


    regards
  20. Replies
    3
    Views
    7,084

    Re: Last Day of Previous Month

    Hi Please Try this syntax

    If {table.date} in LastFullMonth Then

    {table.date}

    Else

    0
  21. Replies
    1
    Views
    631

    Re: How to Show Memo Text at runtime in CR

    Hi try this!


    1) RightCLick on the Memo Field Object
    2) Select Format Editor
    3) In common tab Enter the Value 0 for the Maximum No of Lines.

    note : 0 is no limit
  22. Replies
    2
    Views
    762

    Re: How to have a dynamic Logo in a report?

    Using Insert Command You should add your logo are any pictures. if its in bmp format! thats better.

    1) right click on you report design page
    2) click insert option
    3) select the picture u want...
  23. Replies
    2
    Views
    5,254

    Re: Printing multiple copies

    try this one

    Report.PrintOut([PromptUser], [numberofCopy], [collated], [startPageN], [stopPageN])=True
  24. Replies
    3
    Views
    730

    Re: DateFormat Problem

    Hi

    plz try this format

    Date (YYYY, MM, DD)
    Returns a Date value given numeric arguments of the year, month, and day.

    Example :

    The following examples are applicable to Crystal syntax:
  25. Replies
    4
    Views
    5,344

    Re: Physical Database not found

    Hi!

    if u have any doubt in your connection string plz
    try this link

    http://www.connectionstrings.com/

    surely it will help u
Results 1 to 25 of 40
Page 1 of 2 1 2





Click Here to Expand Forum to Full Width

Featured