Results 1 to 3 of 3

Thread: Create Event with in Class [SOLVED]

Threaded View

  1. #1

    Thread Starter
    Hyperactive Member csar's Avatar
    Join Date
    Mar 2002
    Location
    Siam
    Posts
    288

    Create Event with in Class [SOLVED]

    Dear Sir,

    I have one class,clsLOV (class List of Value), that will show datagrid window to let user choose desired value. It's okay until now. Because I try to Fire event when user press New button.

    It has error in form's code
    VB Code:
    1. private sub cmdNew_Click()
    2.   Raiseevent NewPressed      '<------ don't found event name
    3. end sub

    Thank in advance,
    Attached Images Attached Images  
    Last edited by csar; Nov 7th, 2003 at 05:03 AM.
    Don't leave it till tomorrow, Do It Now!
    5361726176757468204368616E63686F747361746869656E

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width