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: *

  • Users: Eno25
  • Order by date
  1. Eno25

    Determine Row in DataGrid

    Hi - I'm using VB6 and have a number of records displayed in a DataGrid control. The idea is that the user selects a row and clicks OK to continue. I have set the MarqueeStyle property to dbgHighlightRow so that if a user clicks on a cell, the row is highligted. The problem is that the...
  2. Eno25

    ActualSize > Defined Size in ADO recordset

    Hi there - not sure if I should be posting this here or in the Office group... I'm having a problem with importing data from excel using ADO. I successfully pull in data from a spreadsheet supplied by externals into the ADODB.recordset rsVals. rsVals("SummaryDescription") is a text field...
  3. Eno25

    Does anyone know of a good alternative to TOAD?

    We're administering whilst dev is being carried out by a third party but will be developing once that phase is over. This tool looks interesting - thanks for the help!
  4. Eno25

    Does anyone know of a good alternative to TOAD?

    Hi all. I've been asked to evaluate alternatives to Quest TOAD. Can anyone suggest an alternative that they've successfully used? Grateful for any pointers! Thanks! K
  5. Eno25

    EConvertError with spin control

    Yep, thanks guys... it was a TSpinEdit and just generally a bit nasty. I've made my own! Thanks for your assistance! KB
  6. Eno25

    EConvertError with spin control

    Hi there - Where can I catch an EConvertError that is thrown when a spin control with a 'blank' value loses focus? I've tried to trap it in an OnExit event but it doesn't seem to work. Any help appreciated. KB
  7. Eno25

    Cannot build decision cube with one record.

    Yep - have done a full rebuild :-)
  8. Eno25

    Cannot build decision cube with one record.

    Hi. In my application I sometimes need to display the decision cube for a query which returns one Record. There is a line in MXStore.pas if FDataStore.DataSet.RecordCount <= 1 then raise ECacheError.Create(sEmptyDataSet); I have seen a posting suggesting that changing this to < 1 and...
  9. Eno25

    Problem with using Word ConvertToTable routine via delphi

    Hi there. I'm having a problem creating a table in word. I write a string to the current document and then call ConvertToTable to convert the last paragraph. the following is a code fragment RangeW: Word2000.Range; v1: Variant; ATable: Table; ARow: Row; begin RangeW :=...

Part and Inventory Search

Back
Top