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

    Execute .bat file in .vbs

    I need to know how to execute a .bat file in a .vbs. The way that it was written was with the following command: proc0.execute "startup.bat" The problem is that this doesn't do anything. The execute command is skipped. Please help!!! Thank you.
  2. smalley

    I need to get IP Address with script

    I need to get the IP Addresss using vb script. I am able to get the computername, domain, and username using: Set WSHNetwork = CreateObject("WScript.Network") but have no idea how to capture the IP Address. Any help will be greatly appreciated.
  3. smalley

    Retrieve information from Exchange/Outlook using VB

    I need to retrieve "address", "department", "Office", and "Manager" from outlook. I have the "alias" for each user and will use that to match against in exchange/outlook in order to get the data I need. I don't know where to even begin with...
  4. smalley

    Problem accepting date parameter

    I created a report that needs to accept a date parameter. I am using CR8 and the data is in MS Access 97. The data type in Access is Date/Time. Here is what I did: First, I created a parameter with the type of string. I called it "DateParam". Next, I created a formula to convert...
  5. smalley

    Help supressing data on report

    I am looking for a way to write a query and display results on a report. Here are the tables and fields: REGION SELLERS SALES name seller_id date branch branch seller_id sellers_nm sale_type amount...
  6. smalley

    Need Help with query and report

    I am looking for a way to write a query and display results on a report. Here are the tables and fields: REGION SELLERS SALES name seller_id date branch branch seller_id sellers_nm sale_type amount...
  7. smalley

    Need Help with a query and report

    I am looking for a way to write a query and display results on a report. Here are the tables and fields: REGION SELLERS SALES name seller_id date branch branch seller_id sellers_nm sale_type amount...
  8. smalley

    Passing date parameter from VB

    I am using CR 8.0.1 and VB 6. I have created a parameter in my report of type date/time. I want to pass a date from a variable of type date. If I pass a literal it works fine but I cannot use the variable. I have tried to pass a date and a string. The format that I am passing is...
  9. smalley

    Create date parameter

    I am fairly new to Crystal and I have no idea how to create a date parameter. I am using Crystal 8.0.1. I created a query using Crystal SQL builder and have created a report based on the query. I created a parameter called "ImportDate" and gave it data type "date". I...
  10. smalley

    Help passing parameter from VB to Crystal Reports

    I created a report with one parameter. When I view the report data, I am prompted for the parameter value and the report data is filtered based on what I enter. This works fine. What I would like to do is pass the parameter value from VB to the report without it prompting the user. This is...
  11. smalley

    Help passing parameters to CR from VB

    I created a report with one parameter. When I view the report data, I am prompted for the parameter value and the report data is filtered based on what I enter. This works fine. What I would like to do is pass the parameter value from VB to the report without it prompting the user. This is...

Part and Inventory Search

Back
Top