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...
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...
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
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
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...
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 :=...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.