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. prettyangel

    Passing parameter value to crystal reports from VB6

    I have a stored procedure that accepts 2 input parameters. I designed a report and specified default values for this from crystal reports and it works well, but now I want users to be able to specify values at run time from VB6 environment but all I get is an empty report, I don't know what the...
  2. prettyangel

    Passing parameter value to crystal reports

    I have a stored procedure that accepts 2 input parameters. I designed a report and specified default values for this from crystal reports and it works well, but now I want users to be able to specify values at run time from VB6 environment but all I get is an empty report, I don't know what the...
  3. prettyangel

    Error in selection formular for date field

    Hi All, I'm using crystal reports version 7.0 I passed a selection formula to crystal reports from visual basic 6 but it's telling me "error in formula record selection" The vb code is below ----------------------------------------------------------- Report.SelectionFormula = "{Tablename.date}...
  4. prettyangel

    Parameters are not being passed to crystal reports

    refer to faq222-2067 posted on the 20th of June 02. I still maintain that I need to know how to pass the value of a parameter to crystal reports. I have a stored procedure in sql server 7.0 and created a parameter collection to create the required parameter in Visual Basic 6.0 environment, but...
  5. prettyangel

    Urgent Need of help to setup VB6 App developed on win 2000 server

    Hi all, Please I need fast help on how to install a Visual Basic 6.0 application developed on windows 2000 server on a windows NT workstation. I used Package & Development Wizard to prepare the application for deployment but on the workstation it's not installing it's saying one or more files...
  6. prettyangel

    Need syntax for CreateParameter Object

    Can someone help me? I need to create a report that will take parameters supplied through a combobox control. I need to create the parameter and assign combobox's value to it which I did but it's giving me error plus I've forgotten how to use the declared parameter to create the report. Below...
  7. prettyangel

    Allowing user to create or change input mask

    I'm a novice with VB6. I want users to be able to define their own input mask and store it in a table. After which they can then input into another table based on the predefined input mask. If the input format is not the same as predefined input mask it should prompt users.
  8. prettyangel

    How do I interface VB6 with Banking application

    A payroll software was designed with VB6 as the front end and MSSQLServer 7.0 as the back end. Now I'm being asked to interface it with a banking application such that employee/Client bank account will be automatically credited once the software is run. How do I go about it? Code snippets will...

Part and Inventory Search

Back
Top