got the eCRM (open-source)almost done...solved a few MAJOR hurdles...thanks to the crew at Haneng...now I'm trying to figure out how to implement some kind of call scheduler..that can pop-up at a given time (when rep schedules a call back to customer) I know ASP is static..so I was thinking...
I have 2 tables in Access, 1 customers, 1 notes. these are related by customer can have many notes.
I cannot get the notes to display for each customer. It displays ALL notes for ALL customers, instaed of just the notes for displayed customer.
here's the code...
Hello ppl, I am looking for something similar to OnContacts eCMS Client Management Software.
http://www.oncontact.com/product/ecms.htm
Does anyone know where I might be able to get open source code for something like this. FrOg 8)
Hello ppl, I am looking for something similar to OnContacts eCMS Client Management Software.
http://www.oncontact.com/product/ecms.htm
Does anyone know where I might be able to get open source code for something like this.
FrOg 8) FrOg 8)
HELP.... I cannot get this to work..wtf am I doing wrong?
<code snip>
Dim iLastRMA
Dim sLastRMA
'** get iLastRMA from the database
iLastRMA = rsLastRMAnum_last
'** trim all the alpha characters from the returned value
'** ie.. 020102AH1 trimmed to "1"
iLastRMA = mid(iLastRMA...
I need to auto increment the last digit in the returned value of the following: (iLastRMA)
how do I do this, I also need to be able to reset this value daily. Is this even possible?
'** <begin code snip>
'** get iLastRMA from the database
sRMAnum =...
i need to auto increment the last digit in the returned value of the following, how do I do this, and it needs to be reset daily. is this even possible?
<code snip>
<%
Dim sRMAstring
Dim sTDate
Dim sRMAnum
Dim iLastRMA
Dim sRuser
Dim sUser
Dim vDate
'** Todays Date in this format (ie...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.