Click here to Skip to main content
15,893,668 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: WinForms RDLC Chart Object, Sizes to Screen Zoom level on print, bug, setting or can be fixed with more code? Pin
jkirkerx2-Apr-21 9:45
professionaljkirkerx2-Apr-21 9:45 
QuestionLogin form using Oracle Stored Procedure with return value Pin
kerek228-Mar-21 22:05
kerek228-Mar-21 22:05 
AnswerRe: Login form using Oracle Stored Procedure with return value Pin
Richard Deeming28-Mar-21 22:23
mveRichard Deeming28-Mar-21 22:23 
GeneralRe: Login form using Oracle Stored Procedure with return value Pin
kerek229-Mar-21 15:50
kerek229-Mar-21 15:50 
GeneralRe: Login form using Oracle Stored Procedure with return value Pin
Richard Deeming29-Mar-21 21:24
mveRichard Deeming29-Mar-21 21:24 
AnswerRe: Login form using Oracle Stored Procedure with return value Pin
Victor Nijegorodov29-Mar-21 0:46
Victor Nijegorodov29-Mar-21 0:46 
GeneralRe: Login form using Oracle Stored Procedure with return value Pin
kerek229-Mar-21 15:52
kerek229-Mar-21 15:52 
AnswerRe: Login form using Oracle Stored Procedure with return value Pin
CHill6029-Mar-21 3:23
mveCHill6029-Mar-21 3:23 
In your Stored Procedure you are attempting to use the type (%TYPE) cms_user.cu_username but you haven't supplied the definition for that type.

In your VB code you are trying to pass username as a VarChar

Try changing your stored procedure to be
SQL
function validateUser(username in varchar2,..
and see if that has any effect.
QuestionHow to pack files xml with the format TAR in Visual Basic 6 Pin
LeMarS23-Mar-21 12:36
LeMarS23-Mar-21 12:36 
AnswerRe: How to pack files xml with the format TAR in Visual Basic 6 Pin
Dave Kreskowiak23-Mar-21 17:00
mveDave Kreskowiak23-Mar-21 17:00 
AnswerRe: How to pack files xml with the format TAR in Visual Basic 6 Pin
Eddy Vluggen24-Mar-21 5:22
professionalEddy Vluggen24-Mar-21 5:22 
QuestionGet Encoding of LibreOffice from VBA code Pin
Member 1510681118-Mar-21 6:24
Member 1510681118-Mar-21 6:24 
AnswerRe: Get Encoding of LibreOffice from VBA code Pin
Dave Kreskowiak19-Mar-21 13:05
mveDave Kreskowiak19-Mar-21 13:05 
GeneralRe: Get Encoding of LibreOffice from VBA code Pin
Eddy Vluggen24-Mar-21 5:24
professionalEddy Vluggen24-Mar-21 5:24 
QuestionCompare 2 bytearray Pin
Salvo7815-Mar-21 10:47
Salvo7815-Mar-21 10:47 
AnswerRe: Compare 2 bytearray Pin
Victor Nijegorodov15-Mar-21 10:56
Victor Nijegorodov15-Mar-21 10:56 
AnswerRe: Compare 2 bytearray Pin
Richard MacCutchan15-Mar-21 22:32
mveRichard MacCutchan15-Mar-21 22:32 
QuestionError Debug JIT: .NET Framework Runtime or Developer Pack? For end user Pin
eusta12-Mar-21 21:39
eusta12-Mar-21 21:39 
AnswerRe: Error Debug JIT: .NET Framework Runtime or Developer Pack? For end user Pin
Richard MacCutchan12-Mar-21 21:42
mveRichard MacCutchan12-Mar-21 21:42 
GeneralRe: Error Debug JIT: .NET Framework Runtime or Developer Pack? For end user Pin
eusta13-Mar-21 1:39
eusta13-Mar-21 1:39 
GeneralRe: Error Debug JIT: .NET Framework Runtime or Developer Pack? For end user Pin
Richard MacCutchan13-Mar-21 1:45
mveRichard MacCutchan13-Mar-21 1:45 
GeneralRe: Error Debug JIT: .NET Framework Runtime or Developer Pack? For end user Pin
Dave Kreskowiak13-Mar-21 5:53
mveDave Kreskowiak13-Mar-21 5:53 
QuestionRe: Error Debug JIT: .NET Framework Runtime or Developer Pack? For end user Pin
Eddy Vluggen13-Mar-21 12:13
professionalEddy Vluggen13-Mar-21 12:13 
AnswerRe: Error Debug JIT: .NET Framework Runtime or Developer Pack? For end user Pin
eusta25-Mar-21 7:58
eusta25-Mar-21 7:58 
GeneralRe: Error Debug JIT: .NET Framework Runtime or Developer Pack? For end user Pin
Richard Deeming25-Mar-21 22:28
mveRichard Deeming25-Mar-21 22:28 

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.