with
"Report.Database(0).SetDataSource rs_SGP"
Ican pass a recorset do a Crystal report.
How can I pass a recorset to a subreport inside tis report?
When I run the following code I get the error "Unspecified failure has ocurred" (Run-time error '32002').Can anyone help me with this one?
MAPISession1.SignOn
' Send a fax with attachment
MAPIMessages1.SessionID = MAPISession1.SessionID
Dim Fax As String
Dim Nome As String
For...
when I try to put a msmapi control on a from I get the message "you don't have the license required to use ... ".
Can someone help me with this problem?
I'm using vb6 and I'm hiding one frame behind another in a form turning them visible trough code.
frame1.visible=false
frame2.visible=true
The problem is that frame2 doesn't turn visible.Can someone help me on this?
Thank's Ed. When I run it trough the debugger I can't replicate the error (the error occurs when I run the .4ge or the .4gi trough splgo). Do you think it may be an informix bug?
The main thread:
open window w_dtopos30 at 2,2 with form "dtenrguia" attribute(border)
call display_msg_dtopos(5)
call dtopos_l_leitura_nro_guia(ordem,"R")
close window w_dtopos30
call display_msg_dtopos(0)...
I've the folowing error :
1141 Cannot close window with active INPUT, DISPLAY ARRAY, or MENU statement.
but I'm not closing the window inside the input. Can anyone help me?
SELECT T1.A, T1.B, T1.C, X.XCNT, Y.YCNT FROM T1, (SELECT COUNT(*) XCNT FROM T2 WHERE T2.A=T1.A
AND (T2.E=1 OR (T2.E=0 AND MEV_T2.D=1))) AS X,
(SELECT COUNT(*) YCNT FROM T2 WHERE T2.A=T1.A
AND (T2.D=0 OR (T2.D=1 AND T2.E=1))) AS Y
WHERE MYDATE <='2002-10-15'
When running this query I...
SELECT A, B,
(SELECT COUNT(*) FROM T1 WHERE X1=Y1) AS C,
(SELECT COUNT(*) FROM T1 WHERE X2=Y2) AS D
FROM T2
WHERE MYDATE < '2002-10-14'
I'm sory for the error. The query above is the one I want.
SELECT A, B,
(SELECT COUNT(*) FROM T1 WHERE X1=Y1) AS C,
(SELECT COUNT(*) FROM T1 WHERE X1=Y1) AS D
FROM T2
WHERE MYDATE < '2002-10-14'
How can I make this query return data where C<>D?
There is an alfanumeric field I want to format in the select query. The value is, for example "1234" and I want to get it as "01234" in the select process.
I want to format a field in a select query as this:
"select format(field,"00000") as field1"
Is there any way to do this in sql server?
When processing a cube in msolap I get the following message:
"Processing cube 'FacturacaoRDL' failed.No changes have been made to the database"
I've been able to process the cube before. Can someone help me with this problem?
When I compile a program as 4gi I have no problems running it with splgo but when I compile it as a 4ge I have some problems with references to windows not opened. Can anyone help me with this?
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.