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

    Running a .DAT file through VB using a Shell ??

    Hi, I am trying to run a .DAT file that contains ftp commands through a shell in VB (unsuccessfully). Right now I am manually running a .DAT file through DOS to ftp files, but I want my VB program to do it on completion of file creation. I need to pass the following commands to DOS through...
  2. bjgolden80

    Two font sizes within one report field ?

    Is it possible to use two different font sizes within one report field ? thanks.
  3. bjgolden80

    ADO: collection of tables available?

    With RDO you can expose the tables contained within the currently connected database through: objConn.rdoTables Is there a similar collection available under ADO ?? Thanks!
  4. bjgolden80

    ADO: Output Parameter value from Stored Proc Recordset Results

    ADO: Output Parameter value from Stored Proc Recordset Results Hi, I am working with ADO to retrieve recordsets from SYBASE using stored procedures. The stored procedures also return an output parameter. The problem I am having is that the value of the output parameter is not being exposed...
  5. bjgolden80

    ADO: Output Parameter value from Stored Proc Recordset Results

    Hi, I am working with ADO to retrieve recordsets from SYBASE using stored procedures. The stored procedures also return an output parameter. The problem I am having is that the value of the output parameter is not being exposed until after the recordset is cycled through and closed, however I...
  6. bjgolden80

    Removing/Handling HTML characters in Crystal Reports

    I have a web application that stores data in a Sybase Database. The web application uses the Server.HTMLEncode method to encode characters such as "&" to appear as &. However, in the text fields of my crystal reports, these encoded characters are appearing. Is there any way of handling this...
  7. bjgolden80

    How do you resize the text in a chart legend

    Hi, I have just created a chart in a report. It is a section of the report and is therefore scaled down. The legend scales down with the chart. The legend text is now completely illegible it is so small, and I cannot resize it to make it bigger. Can someone share their wisdom? Thanks!

Part and Inventory Search

Back
Top