User Profile

Collapse

Profile Sidebar

Collapse
rpradeepa
rpradeepa
Last Activity: Jan 20 '09, 08:39 AM
Joined: Apr 4 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • rpradeepa
    started a topic validation for alphanumeric

    validation for alphanumeric

    Hi


    How to give alphanumeric validation for textbox in VBA for ms access

    already the textboxvalue is filled with "6hy754"
    textbox="6hy754 "
    I have to check whether the value is alphanumeric or not
    See more | Go to post

  • rpradeepa
    started a topic Ms access

    Ms access

    Hi

    I have one database and a form with one textbox.The textbox is for Amount,I have
    to write code for validating that particular textbox. For eg: positive testing is it
    allows Only numbers and negative testing is it not allows the alphabets,speci al
    characters for the amount textbox.

    In the database i have to create one field called amount,in that i will enter the
    following values such...
    See more | Go to post

  • rpradeepa
    replied to Error handling
    in .NET
    Hi

    Thanks for the reply

    I want to handle the errors globally in the application, dont want to redirect the page

    plz give some other solution
    See more | Go to post

    Leave a comment:


  • rpradeepa
    started a topic Error handling
    in .NET

    Error handling

    Hi,

    For handling the errors globally, i did some thing in web configuration file and global.asax file

    In web configuration
    <customErrors mode="Off" defaultRedirect ="Err.htm"></customErrors>

    In global.asax

    Sub Page_Error(ByVa l sender As Object, ByVal e As EventArgs)
    Dim ex As Exception = Server.GetLastE rror()
    Response.Write( "Handled...
    See more | Go to post

  • rpradeepa
    started a topic Exception
    in .NET

    Exception

    Hi,

    while trying to record the keystrokes from outside the application (ie a notepad) i'm getting 2 exception " NullReferenceEx ception was unhandled." and "callbackoncoll ecteddelegate was detected "

    Code:
    Imports System.Runtime.InteropServices
    Imports System.IO
     
    Public Class Form1
     
    Private Declare Function UnhookWindowsHookEx Lib "user32" (ByVal hHook As Integer)
    ...
    See more | Go to post
    Last edited by DrBunchman; Jul 15 '08, 09:43 AM. Reason: Added [Code] Tags - Please use the '#' button

  • rpradeepa
    replied to Tree View
    in .NET
    Code:
     
     Private Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs)
    new_dbconn1.ConnectionString = ConfigurationManager.ConnectionStrings("database name").ConnectionString
    AMenu.Access_Menu(Session("form")) 
    If Not IsPostBack Then
    PopulateRootLevel()
    MyTree.CollapseAll()
    End If
    _titleiconimageurl = "~/images/menuicon.jpg"
    End Sub
     
    <asp:TreeView
    ...
    See more | Go to post
    Last edited by DrBunchman; Jul 3 '08, 12:43 PM. Reason: Added code tags - Please use the # button

    Leave a comment:


  • rpradeepa
    started a topic Tree View
    in .NET

    Tree View

    Hi,

    I designed one treeview in asp.net

    my treeview looks like

    -level1
    - A
    - B
    -level2
    - C
    - D

    At startup I only see the root levels
    - level 1
    - level 2

    I expand level 1 and click level2
    then a postback is generated and the tree is rebuilt. This is a problem
    because after the postback the state...
    See more | Go to post

  • rpradeepa
    started a topic Error in vb.net
    in .NET

    Error in vb.net

    Hi
    Im getting this type of exception in vb.net program

    PInvoke restriction: cannot return variants.
    how to clear this exception


    Thanks in advance
    See more | Go to post

  • rpradeepa
    replied to vb.net
    in .NET
    I need to store the recorded mouse movement and keystroke in the notepad
    and playback it when required
    See more | Go to post

    Leave a comment:


  • rpradeepa
    replied to vb.net
    in .NET
    hi

    I got some code for mouse movement and keystroke in c++.
    i need a code in vb.net. can u please help me...


    Thanks in advance
    See more | Go to post

    Leave a comment:


  • rpradeepa
    started a topic vb.net
    in .NET

    vb.net

    Hi,
    how to record the mouse movement and keystroke in vb.net

    Thanks in advance
    See more | Go to post

  • rpradeepa
    started a topic J2ME-File Connection
    in Java

    J2ME-File Connection

    I am using MIDlet code to connect to a notepad using FileConnection. i have stored the notepad Custmertxt.txt in CFCard folder. i am able to read this txt file from emulator. but when i installed it to the mobile i got the error saying

    javax.microedit ion.io.Connecti onNotFound Exception: Only absolute file URL's of type <drive>:<path > are supported.

    plz help me. thankx in advance.
    See more | Go to post

  • rpradeepa
    replied to using midlet in mobile
    in Java
    Hi

    I have one midlet program,,jar,,j ad and manifest file.I want to test that midlet program in mobile.what i want to do?
    Plz give the steps to execute the program in mobile.
    Thanks in advance
    See more | Go to post

    Leave a comment:


  • rpradeepa
    started a topic using midlet in mobile
    in Java

    using midlet in mobile

    Hi,
    How to run the midlet program in mobile device?

    Thanks in advance
    See more | Go to post

  • rpradeepa
    replied to In Midlet
    in Java
    Hi pronerd,
    I just downloaded j2me wireless toolkit 2.5.2, jdk1.6.0_05
    I have one midlet program, jar file, jad file and manifest file.
    I clicked on build then run, an generic emulator showed up, when I clicked on launch to run the application, the emnulator exited with the following message on the console.
    Project "midlets" loaded
    Project settings saved
    Building "midlets"
    Build...
    See more | Go to post

    Leave a comment:


  • rpradeepa
    started a topic In Midlet
    in Java

    In Midlet

    HI,

    what is the procedure to run the midlet program?

    Thanks in Advance
    See more | Go to post

  • rpradeepa
    replied to Error in midlet
    in Java
    i added the directories in classpath,but im getting 58 errors
    See more | Go to post

    Leave a comment:


  • rpradeepa
    replied to Error in midlet
    in Java
    i added the directories in classpath,but im getting 58 errors
    See more | Go to post

    Leave a comment:


  • rpradeepa
    replied to Error in midlet
    in Java
    ya correct i have cleared that error.
    now im getting this error
    javac WelcomeForm.jav a
    WelcomeForm.jav a:16: cannot find symbol
    symbol : class Voting
    location: class voting.WelcomeF orm
    private Voting voting;
    ^
    WelcomeForm.jav a:18: cannot find symbol
    symbol : class Voting
    location: class voting.WelcomeF orm
    public WelcomeForm(Vot ing a)
    ...
    See more | Go to post

    Leave a comment:


  • rpradeepa
    started a topic Error in midlet
    in Java

    Error in midlet

    Hi,
    im getting this type of error in midlet program
    package javax.microedit ion.midlet does not exist
    package javax.microedit ion.io doaes not exist
    Welcomeform.jav a:4: package javax.microedit ion.lcdui does not exis
    import javax.microedit ion.lcdui.*;
    ^
    Welcomeform.jav a:8: cannot find symbol
    symbol: class Form
    public class WelcomeForm extends Form implements CommandListener

    ...
    See more | Go to post
    Last edited by rpradeepa; Apr 5 '08, 06:45 AM. Reason: mistake in sentence
No activity results to display
Show More
Working...