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 Chris Miller 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. bjgolden80

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

    Great...thanks for this. However the bat file just seems to run infinitely and never actually does anything other than repeat the commands over and over again ?
  2. 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...
  3. bjgolden80

    Two font sizes within one report field ?

    Thanks for your help....is this only available in Access XP SP 4 ?? I cant seem to get the MS Richtext control to work in SP3...even though the object exists...
  4. bjgolden80

    Two font sizes within one report field ?

    Is it possible to use two different font sizes within one report field ? thanks.
  5. 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!
  6. bjgolden80

    ADO: Output Parameter value from Stored Proc Recordset Results

    Frederico, Thanks so much...this has been plaguing me !! You are the man!, Barry
  7. bjgolden80

    ADO: Output Parameter value from Stored Proc Recordset Results

    Below is a code sample and the SP. Basically I am returning the number of records returned by the SP so that I can handle the recordset to fill a flex grid and set it up with the appropriate number of rows etc.... Thanks !! Here is a Code Sample: Private Sub Command1_Click() Dim objCon...
  8. 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...
  9. 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...
  10. bjgolden80

    Removing/Handling HTML characters in Crystal Reports

    The string is being input to the database as follows: Server.HTMLEncode("This is the "string", & this is the problem") In crystal reports I am seeing it as: 'This is the "string", & this is the problem' Hope this gives a better idea. The web app is written in ASP, writing to a...
  11. 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...
  12. 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