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

Visual Basic

 
QuestionPrinting - how to set a standard paper size?? Pin
BluesEnd2-Sep-09 9:38
BluesEnd2-Sep-09 9:38 
AnswerRe: Printing - how to set a standard paper size?? Pin
Henry Minute2-Sep-09 13:07
Henry Minute2-Sep-09 13:07 
GeneralRe: Printing - how to set a standard paper size?? Pin
BluesEnd2-Sep-09 20:46
BluesEnd2-Sep-09 20:46 
QuestionDAT file to text file or other readable format Pin
Thayhor2-Sep-09 7:58
Thayhor2-Sep-09 7:58 
AnswerRe: DAT file to text file or other readable format Pin
David Mujica2-Sep-09 8:17
David Mujica2-Sep-09 8:17 
AnswerRe: DAT file to text file or other readable format Pin
Dave Kreskowiak2-Sep-09 8:57
mveDave Kreskowiak2-Sep-09 8:57 
QuestionInserting from VB.NET to SQL Compact Pin
TheComputerMan2-Sep-09 2:12
TheComputerMan2-Sep-09 2:12 
AnswerRe: Inserting from VB.NET to SQL Compact Pin
The Man from U.N.C.L.E.2-Sep-09 2:29
The Man from U.N.C.L.E.2-Sep-09 2:29 
I don't know about SQL Compact, though I assume the syntax is standard T-SQL, but from looking at your code you have a select statement inside quotes. Starting from
TheComputerMan wrote:
'SELECT SDD_tbl_Appointments.AppointmentDate


so the +' '+ will act as a terminator for that string.

Try using + CHAR(13) + instead of +' '+.

If you have knowledge, let others light their candles at it.
Margaret Fuller (1810 - 1850)
www.JacksonSoft.co.uk

GeneralRe: Inserting from VB.NET to SQL Compact Pin
TheComputerMan2-Sep-09 22:07
TheComputerMan2-Sep-09 22:07 
QuestionProcess.Start problems Pin
AB_dev1-Sep-09 23:21
AB_dev1-Sep-09 23:21 
AnswerRe: Process.Start problems Pin
Dave Kreskowiak2-Sep-09 4:19
mveDave Kreskowiak2-Sep-09 4:19 
QuestionInsert with conditions by Parameters ? Pin
Paramu19731-Sep-09 23:02
Paramu19731-Sep-09 23:02 
AnswerRe: Insert with conditions by Parameters ? Pin
Johan Hakkesteegt1-Sep-09 23:29
Johan Hakkesteegt1-Sep-09 23:29 
AnswerRe: Insert with conditions by Parameters ? Pin
Eddy Vluggen2-Sep-09 0:58
professionalEddy Vluggen2-Sep-09 0:58 
Questionwhen Calling a C++ dll function in VBA, error happened! help! Pin
illfar1-Sep-09 22:00
illfar1-Sep-09 22:00 
AnswerRe: when Calling a C++ dll function in VBA, error happened! help! Pin
Dave Kreskowiak2-Sep-09 4:06
mveDave Kreskowiak2-Sep-09 4:06 
GeneralRe: when Calling a C++ dll function in VBA, error happened! help! Pin
illfar2-Sep-09 15:20
illfar2-Sep-09 15:20 
GeneralRe: when Calling a C++ dll function in VBA, error happened! help! Pin
illfar2-Sep-09 15:22
illfar2-Sep-09 15:22 
GeneralRe: when Calling a C++ dll function in VBA, error happened! help! Pin
Dave Kreskowiak2-Sep-09 18:00
mveDave Kreskowiak2-Sep-09 18:00 
AnswerRe: when Calling a C++ dll function in VBA, error happened! help! Pin
illfar2-Sep-09 19:40
illfar2-Sep-09 19:40 
Questionsir pleaseeeeeeeeeeeeeeeee help me Pin
rashid20091-Sep-09 21:23
rashid20091-Sep-09 21:23 
AnswerRe: sir pleaseeeeeeeeeeeeeeeee help me Pin
Christian Graus1-Sep-09 21:26
protectorChristian Graus1-Sep-09 21:26 
GeneralRe: sir pleaseeeeeeeeeeeeeeeee help me Pin
εїзεїзεїз1-Sep-09 22:40
εїзεїзεїз1-Sep-09 22:40 
GeneralRe: sir pleaseeeeeeeeeeeeeeeee help me Pin
Christian Graus2-Sep-09 0:23
protectorChristian Graus2-Sep-09 0:23 
GeneralRe: sir pleaseeeeeeeeeeeeeeeee help me Pin
EliottA2-Sep-09 2:56
EliottA2-Sep-09 2:56 

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.