473,324 Members | 2,511 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,324 software developers and data experts.

How to seperate multiple requests sending by combobox Combobox

Hi,

My question is that; is there any specified function to seperate multiple
requests sending by combobox in a form? If yes can anybody explain me how?

So I can make this by writting new function but i don't want to spend time with this if there is more simple way to do this.
Thanks for all...
Dec 12 '06 #1
3 1521
sashi
1,754 Expert 1GB
Hi,

My question is that; is there any specified function to seperate multiple
requests sending by combobox in a form? If yes can anybody explain me how?

So I can make this by writting new function but i don't want to spend time with this if there is more simple way to do this.
Thanks for all...
Hi there,

It's not possible to provide any solution without seeing the actual code, please attach your dropdown / combobox code in your next post. It's alot more easier to assist in that way, hope you understand what i mean. Good luck & Take care.
Dec 13 '06 #2
Hi there,

It's not possible to provide any solution without seeing the actual code, please attach your dropdown / combobox code in your next post. It's alot more easier to assist in that way, hope you understand what i mean. Good luck & Take care.
Actually I am talking about ASP request. Whatever, my code is like that;

<%
Lcode = request.form("Lcode")
response.write Lcode
%>

but the element in the form-combobox-is multiple-select-allowed. Acording to this, Lcode that I am trying to write is returning a result like
MSC10301, MSC10302,...

I want to seperate these codes like;
MSC10301
MSC10302
...

I am asking about that. Because I will return an Insert query after receiving Lcode and seperate it that Lcode is the Primary key.
Dec 14 '06 #3
Actually I am talking about ASP request. Whatever, my code is like that;

<%
Lcode = request.form("Lcode")
response.write Lcode
%>

but the element in the form-combobox-is multiple-select-allowed. Acording to this, Lcode that I am trying to write is returning a result like
MSC10301, MSC10302,...

I want to seperate these codes like;
MSC10301
MSC10302
...

I am asking about that. Because I will return an Insert query after receiving Lcode and seperate it that Lcode is the Primary key.
Ok i solved the problem
: )
it was very easy
: D
these r the codes...
: D

<%

function virguleGoreKelimeSayisi(nesne)

vs = 0 'NUMBER OF SEPERATORS IN THE STRING
if Len(nesne) > 0 then
for basla = 1 to Len(nesne)

if Mid(nesne,basla,1) = "," then
vs=vs+1
end if

next

end if

virguleGoreKelimeSayisi = vs+1
end function

function cokluGelenAyir(gelenler, kacinciKelime)
gelenler = gelenler&","
s = array( g0, g1 , g2 , g3 , g4 ) '5 ARRAY FOR 5 WORDS

kelimeNo = 0 'NUMBER FOR EVERY WORD
for start = 1 to Len(gelenler)
if Mid(gelenler,start,1) <> "," then
kelime = kelime&Mid(gelenler,start,1)
elseif Mid(gelenler,start,1) = "," then
s(kelimeNo) = kelime
kelime = Null
kelimeNo = kelimeNo + 1
start = start+1
end if
next
cokluGelenAyir = s(kacinciKelime-1)
end function

%>
Dec 15 '06 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

11
by: Ohaya | last post by:
Hi, I'm trying to understand a situation where ASP seems to be "blocking" of "queuing" requests. This is on a Win2K Advanced Server, with IIS5. I've seen some posts (e.g.,...
9
by: Abhishek Srivastava | last post by:
Hello All, In IIS 6.0 We have a concept of worker processes and application pools. As I understand it, we can have multiple worker process per appliction pool. Each worker process is dedicated...
4
by: yawnmoth | last post by:
Is it possible to send http requests with curl but not have curl wait for the response? The reason I ask is because I'd like to code a web app that can sorta start time consuming processes...
35
by: keerthyragavendran | last post by:
hi i'm downloading a single file using multiple threads... how can i specify a particular range of bytes alone from a single large file... for example say if i need only bytes ranging from...
34
by: bitsnbytes64 | last post by:
Hi, I've been having a similar issue to what is described in the "refresh a form" post with a ComboBox that is not being refreshed after adding a new value on a seperate form. The second form is...
3
by: adamalton | last post by:
Hi, I am using cURL with php to submit a form to a website and then retrieve the page that comes back. That part is easy. The problem is that the site I am posting the request to displays a...
2
by: =?Utf-8?B?RGFtZW9u?= | last post by:
Hi - I am attempting to write lines to a file at high volume, multiple threads. Here is my scenario: (initial "WriteToFile" object created via a parent multithreaded process, which receives...
9
by: mosscliffe | last post by:
I am struggling to find a python example of the scenario - I have. I have a python script, which generates a page with a search button (actually an input field). The data from the above...
10
by: crazycooter | last post by:
I found an old thread on this (http://groups.google.com/group/alt.php/ browse_thread/thread/751edb9c723316c4/ea9bf92a9c6b807c?lnk=gst&q=mail() +duplicate&rnum=7#ea9bf92a9c6b807c), but there didnt...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.