Click here to Skip to main content
15,904,655 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralPrinting Array of Bytes to File Pin
ChemmieBro17-Aug-05 7:55
ChemmieBro17-Aug-05 7:55 
GeneralRe: Printing Array of Bytes to File Pin
BammBamm17-Aug-05 8:49
BammBamm17-Aug-05 8:49 
Generalftp Pin
17-Aug-05 7:54
suss17-Aug-05 7:54 
GeneralRe: ftp Pin
Mohamad Al Husseiny17-Aug-05 16:55
Mohamad Al Husseiny17-Aug-05 16:55 
GeneralVBA call to a vb.net dll Pin
FlyngTiger17-Aug-05 7:01
FlyngTiger17-Aug-05 7:01 
GeneralRe: VBA call to a vb.net dll Pin
Anonymous17-Aug-05 7:09
Anonymous17-Aug-05 7:09 
GeneralRe: VBA call to a vb.net dll Pin
FlyngTiger17-Aug-05 7:12
FlyngTiger17-Aug-05 7:12 
GeneralSimple Syntax Issue Pin
Capilano17-Aug-05 5:11
Capilano17-Aug-05 5:11 
I have a simple syntax issue that is causing me grief. In one of my dropdowns, several of my users have used "&" or " ' " in their choices. eg. Pete's Meat & Grocery. In VBA, the solution would be simple, I would imploy use the following syntax to convert the entire response to a string:

'" & NameofField & "' or if the field was numeric " & NameofField & "

In VB.net, this does not work. The function that I am running halts on Pete's Meat & Grocery and states that it cannot interpret the ' or the &.

What syntax do I use so that the entire contents of the field are read as one regardless of whether any of the contents are reserve keys or wildcard characters.

Thanks

Pat
GeneralRe: Simple Syntax Issue Pin
Dave Kreskowiak17-Aug-05 5:31
mveDave Kreskowiak17-Aug-05 5:31 
GeneralRe: Simple Syntax Issue Pin
Capilano17-Aug-05 6:46
Capilano17-Aug-05 6:46 
GeneralRe: Simple Syntax Issue Pin
Anonymous17-Aug-05 7:05
Anonymous17-Aug-05 7:05 
GeneralRe: Simple Syntax Issue Pin
Capilano17-Aug-05 7:10
Capilano17-Aug-05 7:10 
GeneralRe: Simple Syntax Issue Pin
Dave Kreskowiak18-Aug-05 4:35
mveDave Kreskowiak18-Aug-05 4:35 
GeneralRe: Simple Syntax Issue Pin
Anonymous18-Aug-05 5:09
Anonymous18-Aug-05 5:09 
GeneralInserting data using web form with less code Pin
User 191970217-Aug-05 4:27
User 191970217-Aug-05 4:27 
GeneralRe: Inserting data using web form with less code Pin
Dave Kreskowiak17-Aug-05 5:29
mveDave Kreskowiak17-Aug-05 5:29 
GeneralRe: Inserting data using web form with less code Pin
User 191970217-Aug-05 5:56
User 191970217-Aug-05 5:56 
Generalcombobox in datagrid Pin
atul_moghe17-Aug-05 2:33
atul_moghe17-Aug-05 2:33 
GeneralRe: combobox in datagrid Pin
thebread17-Aug-05 6:10
thebread17-Aug-05 6:10 
GeneralRe: combobox in datagrid Pin
atul_moghe17-Aug-05 18:15
atul_moghe17-Aug-05 18:15 
Generalcapturing and handling keyboard input Pin
oakleaf17-Aug-05 2:17
oakleaf17-Aug-05 2:17 
GeneralRe: capturing and handling keyboard input Pin
oakleaf17-Aug-05 2:36
oakleaf17-Aug-05 2:36 
GeneralRe: capturing and handling keyboard input Pin
Dave Kreskowiak17-Aug-05 4:07
mveDave Kreskowiak17-Aug-05 4:07 
GeneralRe: capturing and handling keyboard input Pin
oakleaf17-Aug-05 5:08
oakleaf17-Aug-05 5:08 
GeneralRe: capturing and handling keyboard input Pin
Dave Kreskowiak17-Aug-05 5:21
mveDave Kreskowiak17-Aug-05 5:21 

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.