Click here to Skip to main content
15,892,072 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralHelp Please - Get the source code Pin
tdaigs21-Oct-04 14:31
tdaigs21-Oct-04 14:31 
GeneralOracleClient Connection Strings Pin
sdornan21-Oct-04 10:49
sdornan21-Oct-04 10:49 
Generalworks in vb 6.0 not dot net Pin
SveFro21-Oct-04 9:57
SveFro21-Oct-04 9:57 
GeneralRe: works in vb 6.0 not dot net Pin
Dave Kreskowiak22-Oct-04 3:10
mveDave Kreskowiak22-Oct-04 3:10 
GeneralRe: works in vb 6.0 not dot net Pin
SveFro22-Oct-04 12:18
SveFro22-Oct-04 12:18 
GeneralRe: works in vb 6.0 not dot net Pin
Duncan Edwards Jones25-Oct-04 1:47
professionalDuncan Edwards Jones25-Oct-04 1:47 
GeneralRe: works in vb 6.0 not dot net Pin
SveFro26-Oct-04 9:36
SveFro26-Oct-04 9:36 
GeneralNeed help with dynamic data in CDO.Message Pin
ICI-MASA21-Oct-04 4:11
sussICI-MASA21-Oct-04 4:11 
Hi, I have som dynamic data that I want to send via Email with CDO.Message but I dont know
how I get the Loop inside the msg.HTMLBody.
This is the code I need to run to create the dynamic part, how to I get it inside the msg,HTMLBody?

sTotal = 0
For Each Key in dictCart
aParameters = GetItemParameters(Key)
%>
<%= aParameters(1) %><%= dictCart(Key) %><%= strCurrency%> <%= aParameters(2) %><%= strCurrency%> <%= FormatNumber(dictCart(Key) * CSng(aParameters(2)),2) %>
<%
sTotal = sTotal + (dictCart(Key) * CSng(aParameters(2)))
Next

'Calculate shipping - you might want to pull this out into a function if your shipping
' calculations are more complicated then ours. Wink | ;)
If sTotal <> 0 Then
If strCurrency = "SEK" Then
sShipping = (rsShipping.Fields.Item("FieldShippingSEK").Value)
Else IF strCurrency = "USD" Then
sShipping = (rsShipping.Fields.Item("FieldShippingUSD").Value)
Else
sShipping = (rsShipping.Fields.Item("FieldShippingEUR").Value)
End IF
End IF
Else
sShipping = 0
End If
sTotal = sTotal + sShipping
%>
Shipping (<%=strCountry%>):<%= strCurrency%> <%= FormatNumber(sShipping,2) %>TOTAL:<%= strCurrency%> <%= FormatNumber(sTotal,2) %>


Best Regards
Martin

GeneralConnectinG REMOTE sql server FROM VB6 Pin
Zapss21-Oct-04 2:00
Zapss21-Oct-04 2:00 
GeneralRe: ConnectinG REMOTE sql server FROM VB6 Pin
Mekong River21-Oct-04 4:11
Mekong River21-Oct-04 4:11 
GeneralVB, ADO, XP - Which one is falling over?! Pin
Pete Belcher20-Oct-04 23:02
Pete Belcher20-Oct-04 23:02 
GeneralRe: VB, ADO, XP - Which one is falling over?! Pin
Mekong River21-Oct-04 4:07
Mekong River21-Oct-04 4:07 
GeneralRe: VB, ADO, XP - Which one is falling over?! Pin
Pete Belcher21-Oct-04 4:20
Pete Belcher21-Oct-04 4:20 
GeneralVb.Net &amp; File Pin
Meysam.Khayatan20-Oct-04 21:18
Meysam.Khayatan20-Oct-04 21:18 
GeneralRe: Vb.Net &amp; File Pin
Mekong River20-Oct-04 22:04
Mekong River20-Oct-04 22:04 
GeneralRe: Vb.Net &amp; File Pin
Meysam.Khayatan21-Oct-04 2:36
Meysam.Khayatan21-Oct-04 2:36 
GeneralRe: Vb.Net &amp; File Pin
Mekong River21-Oct-04 3:47
Mekong River21-Oct-04 3:47 
GeneralSpeech recognition Pin
MLSL20-Oct-04 20:37
MLSL20-Oct-04 20:37 
GeneralMaking one cell in a DataGrid bold Pin
ColdWaterBlue20-Oct-04 18:45
ColdWaterBlue20-Oct-04 18:45 
GeneralRe: Making one cell in a DataGrid bold Pin
partt22-Oct-04 4:55
partt22-Oct-04 4:55 
Questioncheck hardware status? Pin
unambiguos20-Oct-04 16:08
unambiguos20-Oct-04 16:08 
GeneralBIG event problem Pin
djtripoli20-Oct-04 14:30
djtripoli20-Oct-04 14:30 
GeneralRe: BIG event problem Pin
Dave Kreskowiak20-Oct-04 16:31
mveDave Kreskowiak20-Oct-04 16:31 
GeneralRe: BIG event problem Pin
djtripoli20-Oct-04 17:06
djtripoli20-Oct-04 17:06 
Generalget word text from doc file Pin
shinay20-Oct-04 9:37
shinay20-Oct-04 9:37 

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.