Click here to Skip to main content
15,909,324 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionShow database information in listbox using SELECT query Pin
keninfo21-Apr-07 10:29
keninfo21-Apr-07 10:29 
AnswerRe: Show database information in listbox using SELECT query Pin
Dave Kreskowiak21-Apr-07 11:47
mveDave Kreskowiak21-Apr-07 11:47 
GeneralRe: Show database information in listbox using SELECT query Pin
keninfo22-Apr-07 9:17
keninfo22-Apr-07 9:17 
QuestionDeployment Error Pin
reykentj21-Apr-07 2:54
reykentj21-Apr-07 2:54 
AnswerRe: Deployment Error Pin
Dave Kreskowiak21-Apr-07 11:38
mveDave Kreskowiak21-Apr-07 11:38 
GeneralRe: Deployment Error Pin
reykentj21-Apr-07 14:28
reykentj21-Apr-07 14:28 
GeneralRe: Deployment Error Pin
Dave Kreskowiak22-Apr-07 4:43
mveDave Kreskowiak22-Apr-07 4:43 
GeneralRe: Deployment Error Pin
reykentj22-Apr-07 9:13
reykentj22-Apr-07 9:13 
Error 1 Column, parameter, or variable #1: Cannot find data type GL_Record.
Public Class GL_Record
Public AccountNo As String = ""
Public AccountField As String = ""
Public Year As Integer = 0
Public Month As Integer = 0
Public YTD As Decimal = 0
Public MTD As Decimal = 0
Public LastTransAmount As Decimal
Public LastTransDate As Date = "01/01/01"
Public LastTransBy As String = ""
Public LastEffectiveDate As Date = "01/01/01"
Public NumberOfTrans As Long = 0
End Class

<Microsoft.SqlServer.Server.SqlProcedure()> _
Public Shared Sub sbSetupGLProbe(ByVal Selections As StoredProcedures.GL_Record)
Dim stDocName As String
Dim result As Long = 0
On Error GoTo Err_sbSetupGLProbe
sbBuildGLQuery(Selections)
stDocName = "rptGL_Probe"
'DoCmd.OpenReport(stDocName, acPreview)
Exit_sbSetupGLProbe:
Exit Sub

Err_sbSetupGLProbe:
MsgBox(Err.Description)
Resume Exit_sbSetupGLProbe
End Sub
Thank you for that suggestion. This code complies withou error but fails on deployment.

rkj
QuestionBHO with VB Pin
wayiming21-Apr-07 1:31
wayiming21-Apr-07 1:31 
AnswerRe: BHO with VB Pin
Sathesh Sakthivel21-Apr-07 2:31
Sathesh Sakthivel21-Apr-07 2:31 
AnswerRe: BHO with VB Pin
wayiming21-Apr-07 2:55
wayiming21-Apr-07 2:55 
GeneralRe: BHO with VB Pin
Sathesh Sakthivel21-Apr-07 6:15
Sathesh Sakthivel21-Apr-07 6:15 
GeneralRe: BHO with VB Pin
wayiming21-Apr-07 17:30
wayiming21-Apr-07 17:30 
Questioncreate flowlayoutpanel by code Pin
reyhane20-Apr-07 21:35
reyhane20-Apr-07 21:35 
AnswerRe: create flowlayoutpanel by code Pin
The ANZAC21-Apr-07 13:41
The ANZAC21-Apr-07 13:41 
AnswerRe: create flowlayoutpanel by code Pin
Thomas Stockwell21-Apr-07 13:45
professionalThomas Stockwell21-Apr-07 13:45 
QuestionHow to click cell in listview? Pin
.NetRams20-Apr-07 20:28
.NetRams20-Apr-07 20:28 
Questionserver controls are not visible. Pin
n_gchaitra20-Apr-07 18:26
n_gchaitra20-Apr-07 18:26 
JokeRe: server controls are not visible. Pin
coolestCoder20-Apr-07 18:42
coolestCoder20-Apr-07 18:42 
AnswerRe: server controls are not visible. Pin
Christian Graus20-Apr-07 20:12
protectorChristian Graus20-Apr-07 20:12 
Questionto connect to database Pin
n_gchaitra20-Apr-07 18:23
n_gchaitra20-Apr-07 18:23 
AnswerRe: to connect to database Pin
Dave Kreskowiak21-Apr-07 7:00
mveDave Kreskowiak21-Apr-07 7:00 
QuestionMultipling two large intergers Pin
Aptiva Dave20-Apr-07 15:01
Aptiva Dave20-Apr-07 15:01 
AnswerRe: Multipling two large intergers Pin
TwoFaced20-Apr-07 19:21
TwoFaced20-Apr-07 19:21 
AnswerRe: Multipling two large intergers Pin
Dave Kreskowiak21-Apr-07 6:58
mveDave Kreskowiak21-Apr-07 6:58 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.