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

    Starting VB program on Clock Time

    Use the AT (@) scheduler that come as part NT/2000. The resource kit has a GUI for this command line tool. Steven Fowler, Principal steve@fowlerconsulting.com - Development, Training, and Consulting
  2. FowlerConsulting

    Problem with stored procedure(ran in VB) not updating database.

    >>” which is the better option” I can tell from that SP you gave me that you have some pretty complex business rules in this application. So the best performing solution is going to take some analysis. All things being relative I would place this select statement: SELECT...
  3. FowlerConsulting

    Server not yet opened error

    (I keep having to ask this question...) What version of CR are you using? I am confident that the problem is that the pageserver.EXE is not running on the web server that is attempting to serve up the report. (The page server is what does the page-on-demand aspect of CR) The best solution it...
  4. FowlerConsulting

    Drop down lists when publishing to web server

    Use the RDC (report designer component) COM object and ASP to develop a custom HTML form for use the the report. A lot of people hope the next version of the product resolves this issue. Steven Fowler, Principal steve.fowler@fowlerconsulting.com www.fowlerconsulting.com - Development, Training...
  5. FowlerConsulting

    Incorporating printer setup in print

    Brett, So you disabled the print option of the ActiveX, and right above it is a custom print button, that will perform the standard windows print dialog... Please share you solution with the rest of the board. Steven Fowler, Principal steve.fowler@fowlerconsulting.com www.fowlerconsulting.com...
  6. FowlerConsulting

    Incorporating printer setup in print

    sorry I think that API call is encapsulated with the ActiveX and can not be altered. You might be able to use the RDC report.print method to do this...can't recall off the top of my head. It might do the same thing. Steven Fowler, Principal steve.fowler@fowlerconsulting.com...
  7. FowlerConsulting

    Is there a way of formating a posit

    Use a formula to evaluate the value, and you can formate the field in any way you would like. To get the subtotal to work you wouls still need the unformated field on the form (hidden) and do the group sum on it... Steven Fowler, Principal steve.fowler@fowlerconsulting.com...
  8. FowlerConsulting

    How to display a "Please wait..." message

    Well... post the code for the rest of the team. Steven Fowler
  9. FowlerConsulting

    Distribution Files

    Yes. I do this for my clients all around the country, and have personal designed, development, and implemented over a dozen Crystal Reports web delivery systems. I will tell you that Seagate Does always have the best documentation on the WCS (Web Component Server) but is can be done...
  10. FowlerConsulting

    Should I hit F5 button to refresh always

    "When ever the user views a report does he have to hit F5 to see the latest data and supply userID and pwd" Using the WCS, yes. Using the RDC and ASp no. Steven Fowler, Principal steve.fowler@fowlerconsulting.com www.fowlerconsulting.com - Development, Training, and Consulting
  11. FowlerConsulting

    Extracting Characters after a comma??

    What have you tried? Steven Fowler, Principal steve.fowler@fowlerconsulting.com www.fowlerconsulting.com - Development, Training, and Consulting
  12. FowlerConsulting

    passing parameters from VB

    The set current value required that you also pass the datatype of the parameter. Are you sure that you are doing this, and that the datatype is correct? Steven Fowler, Principal steve.fowler@fowlerconsulting.com www.fowlerconsulting.com - Development, Training, and Consulting
  13. FowlerConsulting

    Passing a table to crystal in Java

    If your Java can use COM, then use the RDC object model. With it you can alter the report at run time... Steven Fowler, Principal steve.fowler@fowlerconsulting.com www.fowlerconsulting.com - Development, Training, and Consulting
  14. FowlerConsulting

    Looping logon on web reports

    I need to see all the code in which you build up the URL with querystring... Steven Fowler, Principal steve.fowler@fowlerconsulting.com www.fowlerconsulting.com - Development, Training, and Consulting
  15. FowlerConsulting

    Distribution Files

    >> Now I am looking at switching to the RDC. Will people still be able to view reports without having Crystal installed? >> Yes >> and what files would have to be distributed with the exe to allow the reports to run? >> If you can move the web distribution I would, this would resolve the...
  16. FowlerConsulting

    Send username and pass via ASP

    Use the RDc with ASP, and not the WCS. Steven Fowler, Principal steve.fowler@fowlerconsulting.com www.fowlerconsulting.com - Development, Training, and Consulting
  17. FowlerConsulting

    Kindly see what's wrong with my selection formula...

    If this help please give me a vote ;-) Steven Fowler, Principal steve.fowler@fowlerconsulting.com www.fowlerconsulting.com - Development, Training, and Consulting
  18. FowlerConsulting

    Kindly see what's wrong with my selection formula...

    In you example you will also have to change the = sign. There are many URL reserved characters that you will want to change. There are both JavaScript and VBScript functions to convert a string to urlendcoded value. Then use the result to build up your URL. Steven Fowler, Principal...
  19. FowlerConsulting

    Can I include a VBScript within my VB code? If so, how?

    What are you looking to do? Steven Fowler, Principal steve.fowler@fowlerconsulting.com www.fowlerconsulting.com - Development, Training, and Consulting
  20. FowlerConsulting

    Need some brainstorming advice!

    I would suggest that you purchase a Win32 API book. There are a LOT out there. WIth it you can author code to "catch" the window event you are looking for. Good luck! Steven Fowler, Principal steve.fowler@fowlerconsulting.com www.fowlerconsulting.com - Development, Training, and...

Part and Inventory Search

Back
Top