Search Result

Collapse
3 results in 0.0013 seconds.
Keywords
Members
Tags
vb script
  •  

  • Dalia Allencher
    started a topic Calendar function in MS access

    Calendar function in MS access

    I got the attached database somewhere online. I do not own it. It has a great example of Calendar function which I am trying to develop. Could anyone please help me to understand the relation between tblInput and frmCalender (and other forms and reports related to it)so that I can link a table similar to tblcalendar to the calendar function.

    I appreciate your response....
    See more | Go to post

  • sureshl
    started a topic Invalid procedure call or argument: 'Left'

    Invalid procedure call or argument: 'Left'

    Page opens like this....
    phone:123243453
    email:henria@re al.com

    but aftr clicking that button

    I need to display like this..
    phone:12324****
    email:hen***@** ****

    am geting this eror...
    Invalid procedure call or argument: 'Left'

    <%@LANGUAGE="VB SCRIPT" CODEPAGE="65001 "%>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"...
    See more | Go to post

  • sureshl
    started a topic Expected end of statement asp

    Expected end of statement asp

    Page opens like this....
    phone:123243453
    email:henria@re al.com

    but aftr clicking that button

    I need to display like this..
    phone:12324****
    email:hen***@** ****
    Error on this line:::

    dim textsize=Len(te xt)
    Expected end of statement
    Can any1 suggest how to proceed..??
    [code=asp]<%
    Function getPhone(text)
    dim textsize=Len(te xt)
    text = Left(text,5)...
    See more | Go to post
    Last edited by jhardman; Jan 8 '09, 10:04 PM. Reason: put code in code tags. please note button marked #
Working...