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

  1. vassoft

    Steps to call crystal report 9.0 from Visal Basic...

    Hi, My requirement..is i need to call crystal report from Visua basic. But this report is developed in Crystal Report 9.0 version. Can u give the steps how to call this report from VB. Thanks in advance
  2. vassoft

    Dialog Control Printing Problem

    Hi, i am using Common Dialog control(VB6) for letting the user choose the Printer. Doing the print job thru Printer object. But my problem is,when user selects a printer in the Dialog Control,its not printing on the user selected printer. Even i made the common dialog "PreinterDefault...
  3. vassoft

    How can i Chang the default printer in Dialog Control

    Hi, How can i change the Default printer to another printer in the Dialog Control.& How can i assig that to "Printer". Thanks in advance. Vas
  4. vassoft

    Disable the Print button in crystal Report

    Hi, i am calling Crysta report with vb appcation. i need to disable print icon in the crystal report. Can u help in this. in advance Thanks. Vas
  5. vassoft

    Coverting Julian date to DATE format

    Hi, Can u help me...how can i convert julian date to Normal date format. Thanks... Nivas
  6. vassoft

    Converting date to Julian date Format.

    Hello friends, As per my project requirement, i need to convert date to Julian Format. How can i convert this... Please help me in this regard. Thanks in advance... nivas
  7. vassoft

    SETTING THE PRINTER PROPERTIES THRU VB

    hai i used common dialog control for Printer in my application. Intially i set the number of copies for the printer as 1(one). code is like this. frmIhEditor.dlgIhEditor.Copies = 1 form name : frmIhEditor dialog component name : dlgIhEditor When i am printing the page through my application...
  8. vassoft

    Creating DataSource name while VB Application Installing

    hai I need to create Data Source namee through Visual Basic Application.(i.e That DSN sholud create when i am installing the my Visual BasicApplication) Can any one help me in this. Thanking u. Vas
  9. vassoft

    HOW TO RESTRICT NUMBER OF USERS TO APPLICATION

    hai For my VB Project we are using SQL SERVER as Backend. I need to find out the no of users who are accessing the database. i need to restrict my application to 5 users can make use the at a time. If no.of users are more than five my application sholud not allow the next user. I am trying...
  10. vassoft

    Date Diff Error

    first you retrive the two dates from the database. And convert those to DATE format then pass these formatted dates to DateDiff function. This should be work. if not just show ur code.
  11. vassoft

    Connection String

    Refer MSDN In msdn direct code is there. Just u copy that and paste ur application change the server name
  12. vassoft

    Difference between ERROR and ERROR$ functions

    hello I am having doubt. What is the difference between Error() and Error$() functions. Both are error functions returning same values. I need to know What is the significance of "$". I am very thankful in this regard Vasu
  13. vassoft

    Calling Crysta Report through ASP

    hai, As per my application requirement i need to call the crstal report from the ASP page. I tried for this but i could not achive. Please specify the steps to call the report. Thanking u. Vas
  14. vassoft

    PASSING THE RECORD SET TO CRYSTAL REPORT

    hai iam facing problem to pass recordset to a report through visual Basic Form. actually i got it through Crystal report Viewer. through following code i got it. ------------- Report.DiscardSavedData Report.PerformGroupingOnServer = True Report.Database.SetDataSource objRs...
  15. vassoft

    Chaging the button name in Common dialog control

    hai My problem is how to change the common dialog control button names. i.e i placed one common dialog "CommonDialog1.showopen" In this dialog will have "open" and "Cancel" buttons. My need is i want to change the "Open" button Caption. I will be very...
  16. vassoft

    Calling the report from VB

    Crystal Report 8.5v sir, i am struggling with the following problem. pls help in this regard. i desigined one crystal report through Crystal Report Package and placed in one folder. i want to call this report from the Visual Basic Application which is in another folder. From this application...
  17. vassoft

    hello sir, This is sreenivas. H

    hello sir, This is sreenivas. How can i dynamically generate fields(controls) at runtime in the crystal reports8.5 version. seenu

Part and Inventory Search

Back
Top