Click here to Skip to main content
15,891,033 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Macro for retrieving word template password Pin
Jaison Peter22-Apr-09 3:19
Jaison Peter22-Apr-09 3:19 
GeneralRe: Macro for retrieving word template password Pin
Eddy Vluggen22-Apr-09 4:11
professionalEddy Vluggen22-Apr-09 4:11 
GeneralRe: Macro for retrieving word template password Pin
Jaison Peter22-Apr-09 4:38
Jaison Peter22-Apr-09 4:38 
GeneralRe: Macro for retrieving word template password Pin
Eddy Vluggen22-Apr-09 4:52
professionalEddy Vluggen22-Apr-09 4:52 
GeneralRe: Macro for retrieving word template password Pin
Jaison Peter22-Apr-09 5:03
Jaison Peter22-Apr-09 5:03 
GeneralRe: Macro for retrieving word template password Pin
Jaison Peter22-Apr-09 5:05
Jaison Peter22-Apr-09 5:05 
GeneralRe: Macro for retrieving word template password Pin
Eddy Vluggen22-Apr-09 6:21
professionalEddy Vluggen22-Apr-09 6:21 
Questioncall a procedure in a textbox Pin
Qendro21-Apr-09 23:40
Qendro21-Apr-09 23:40 
i have a procedure in SQL Server which takes a sum of a column between two values and the ID of the partner but how should I call that procedure on a button click event and populate that sum in a textbox by giving as an argument of the values from tree comboboxes which are the two values and the partner.
here is the procedure

create procedure pvShuma
(
@PartneriID int,
@XhiroPrej int,
@XhiroDeri int
)
as

select sum(Hyrje) from dbo.tblXhiro
where NrXhiro between @XhiroPrej and @XhiroDeri
and PartneriID = @PartneriID

thanks for any advice!

Qendro

AnswerRe: call a procedure in a textbox Pin
Henry Minute22-Apr-09 0:00
Henry Minute22-Apr-09 0:00 
GeneralRe: call a procedure in a textbox Pin
Qendro22-Apr-09 0:11
Qendro22-Apr-09 0:11 
QuestionDownload ActiveX Pin
p_196021-Apr-09 22:55
p_196021-Apr-09 22:55 
AnswerRe: Download ActiveX Pin
Christian Graus22-Apr-09 10:55
protectorChristian Graus22-Apr-09 10:55 
QuestionHow to customize date format in DTPicker created through CreateWindowEx Pin
genie1321-Apr-09 21:03
genie1321-Apr-09 21:03 
AnswerRe: How to customize date format in DTPicker created through CreateWindowEx Pin
nishkarsh_k21-Apr-09 22:12
nishkarsh_k21-Apr-09 22:12 
GeneralRe: How to customize date format in DTPicker created through CreateWindowEx Pin
genie1321-Apr-09 23:33
genie1321-Apr-09 23:33 
GeneralRe: How to customize date format in DTPicker created through CreateWindowEx Pin
Johan Hakkesteegt22-Apr-09 2:59
Johan Hakkesteegt22-Apr-09 2:59 
GeneralRe: How to customize date format in DTPicker created through CreateWindowEx Pin
genie1322-Apr-09 21:00
genie1322-Apr-09 21:00 
Questionchecklistbox record select without loop Pin
Pankaj-codeproject21-Apr-09 20:26
Pankaj-codeproject21-Apr-09 20:26 
AnswerRe: checklistbox record select without loop Pin
Henry Minute22-Apr-09 4:06
Henry Minute22-Apr-09 4:06 
QuestionGenerating a log of call stack Pin
nishkarsh_k21-Apr-09 18:33
nishkarsh_k21-Apr-09 18:33 
AnswerRe: Generating a log of call stack Pin
Thomas Krojer22-Apr-09 20:19
Thomas Krojer22-Apr-09 20:19 
QuestionNeed Help with a TIC Tac Toe game Pin
elindel21-Apr-09 18:15
elindel21-Apr-09 18:15 
AnswerRe: Need Help with a TIC Tac Toe game Pin
Christian Graus21-Apr-09 18:38
protectorChristian Graus21-Apr-09 18:38 
GeneralRe: Need Help with a TIC Tac Toe game Pin
Dalek Dave21-Apr-09 21:33
professionalDalek Dave21-Apr-09 21:33 
AnswerRe: Need Help with a TIC Tac Toe game Pin
Eddy Vluggen21-Apr-09 22:14
professionalEddy Vluggen21-Apr-09 22:14 

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.