Click here to Skip to main content
15,901,001 members
Home / Discussions / Web Development
   

Web Development

 
Generalconection to database Pin
Tea CH25-Jun-01 20:49
Tea CH25-Jun-01 20:49 
GeneralRe: conection to database Pin
26-Jun-01 21:52
suss26-Jun-01 21:52 
GeneralCSS Pin
23-Jun-01 10:26
suss23-Jun-01 10:26 
GeneralRe: CSS Pin
markkuk24-Jun-01 21:46
markkuk24-Jun-01 21:46 
GeneralFeedback form with reference Pin
Thomas Blenkers22-Jun-01 11:31
Thomas Blenkers22-Jun-01 11:31 
Questionhow can i Use UDP in the web ? Pin
khamis22-Jun-01 7:34
khamis22-Jun-01 7:34 
Questionone recordset in two columns? Pin
Ricardo Alvarado Q.21-Jun-01 13:48
Ricardo Alvarado Q.21-Jun-01 13:48 
AnswerRe: one recordset in two columns? Pin
24-Jun-01 23:03
suss24-Jun-01 23:03 
To set up a variable to show everything in a field up to the first space in the field and to set up another variable to show everything in a field after the first space in the field, perhaps do something like the following:

FullVar = recordset.fields("FieldX")
Col1Var = Left(FullVar, InStr(FullVar, " " ) - 1)
Col2Var = Right(FullVar, Len(FullVar) - InStr(FullVar, " "))

Best regards,
-Paul

Bullschmidt.com - Web Database Developer
http://www.Bullschmidt.com
Developer Tips Page
http://www.Bullschmidt.com/devtip.asp


GeneralAccessing the main window from an Explorer band in Internet Explorer Pin
mwolf21-Jun-01 11:10
mwolf21-Jun-01 11:10 
GeneralCounter!!!!! Pin
21-Jun-01 7:36
suss21-Jun-01 7:36 
GeneralSimple ISAPI DLL problem, file-in-use error Pin
Joe Hastings19-Jun-01 5:19
Joe Hastings19-Jun-01 5:19 
GeneralRe: Simple ISAPI DLL problem, file-in-use error Pin
Tomasz Sowinski19-Jun-01 5:34
Tomasz Sowinski19-Jun-01 5:34 
GeneralEmbedding Pictures in HTML Pin
Simon Brown19-Jun-01 2:48
Simon Brown19-Jun-01 2:48 
GeneralRe: Embedding Pictures in HTML Pin
[James Pullicino]19-Jun-01 5:15
[James Pullicino]19-Jun-01 5:15 
GeneralRe: Embedding Pictures in HTML Pin
24-Jun-01 21:39
suss24-Jun-01 21:39 
General< and > HTML Pin
Simon Brown19-Jun-01 2:44
Simon Brown19-Jun-01 2:44 
GeneralRe: < and > HTML Pin
markkuk19-Jun-01 20:11
markkuk19-Jun-01 20:11 
GeneralRe: < and > HTML Pin
Simon Brown19-Jun-01 21:25
Simon Brown19-Jun-01 21:25 
GeneralRe: < and > HTML Pin
Simon Brown19-Jun-01 21:26
Simon Brown19-Jun-01 21:26 
GeneralRe: < and > HTML Pin
24-Jun-01 21:36
suss24-Jun-01 21:36 
GeneralRe: < and > HTML Pin
24-Jun-01 21:37
suss24-Jun-01 21:37 
GeneralRe: < and > HTML Pin
24-Jun-01 21:38
suss24-Jun-01 21:38 
GeneralRe: < and > HTML Pin
24-Jun-01 21:38
suss24-Jun-01 21:38 
GeneralAutomating the POST method to a perl CGI Pin
jkgh19-Jun-01 2:17
jkgh19-Jun-01 2:17 
GeneralRe: Automating the POST method to a perl CGI Pin
Brad Bruce19-Jun-01 2:29
Brad Bruce19-Jun-01 2:29 

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.