Hi,
I'm passing the values of a recordset to another form which has to be shown modally so that the user can react to it before I move to the next record.
The trouble is that vb doesn't allow forms to be shown modally in a MDI app.
I have used timers on the parent form (disabling the timers...
hello,
I'm using a toolbar from the ms common window controls.
I realise that the width of all the buttons placed on the toolbar are the same. the buttons have caption. So, the width of all the buttons are same with the button with the longest caption.
Any idea how i can set the width of the...
Hello,
i'm using CR7 and VB6. Integration is done using ocx.
For a report that is a crosstab, i inserted another cross-tab as a subreport in the report footer section.
The main report's crosstab successfully spanned across a number of pages.
The trouble is the subreport is contained within...
Hello,
I'm creating a disconnected recordset to pass data for temporary storage.
while creating the fields, I used:
recForex.Fields.Append "Forex_A", adDecimal, 5
The problem I don't seem to be able to specify the precision of adDecimal.
As such, data passed to this field are...
Hello,
I'm using vb6 and cr7 for this project.
The report i'm creating uses data returned from 2 stored procedures. Each stored procedure takes the same input parameter.
I'm facing problems passing the parameter to the second stored procedure in VB.
the code is as follows:
CR.Connect =...
hello,
i'm trying to populate a datagrid by setting its datasource to point to a recordset.
The problem is sometimes, the data displayed in the grid contains underlines. I believe this this is due to the ampersands in the data.
the issue is sometimes this appears in one grid but doesn't in...
Hello,
I'm trying to write a shape statement to relate one table to another. the problem is the fields relating these two tables together is concatenated. so a command like
shape {sql statement1} as Header
append ({sql statement2} as Details
relate Header.field1 to Details.field1) as Details...
hello,
I'm using a datagrid to allow my user to make changes to the data in a recordset.
currently, i am using the datagrid_AfterColEdit event to allow me validate the information changed.
the problem is i don't know how to cancel the update should the information changed be tested invalid...
hello,
i'm using labels to display data retrieved from a recordset.
i chose to use labels instead of textboxes (i am aware that textboxes can be locked to prevent editing) so that my user will know that the information cannot be changed.
the problem is that some of the data to be displayed...
hello,
I'm populating a recordset to a flexgrid. i have a field in the recordset that occasionally have long values. I'm linking the datasource of the flexgrid to the recordset.
As the column width is fixed, sometimes, these long records get trancuted.
would like to know if anyone knows how...
Hello,
i'm doing some calculations using nexted for loops.
the structure looks something like this:
for i= 1 to 1000
for j = 1 to 1000
for k = 1 to 1000
do calculations
check for condition
if true exit for
next k
next j
next i
the...
hello,
i want to have the string displayed in a cell (using textmatrix)in a HFlexgrid to be aligned to the left.
i have tried using formatstring "<col1|<col2" but only the header row is left aligned and not the other rows.
columnheaders are turned on.
any idea what is wrong?
thanks
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.