Results 1 to 2 of 2

Thread: VB Can't Find Datacontrol???

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jul 2000
    Posts
    30

    Angry

    I have a datacontrol on a form named RBSSCS_ITMNUM. The data control is named Data1 (the name doesn't really matter because I've tried different names and none work). I really dont know why this isn't working because I've got similar things working using different forms and datacontrols (and the datacontrol properties are the same on the ones the work as this one)

    When I'm in another form and I try to write something (or even just try to see if VB recognises it) to this datacontrol I enter:
    RBSSCS_ITMNUM.Data1
    BUT VB CANT FIND Data1 (or whatever I call the datacontrol)

    This is incrediably frustrating, please help. Im using VB5.

    -Brandr
    [email protected]

  2. #2
    _______ HeSaidJoe's Avatar
    Join Date
    Jun 1999
    Location
    Canada
    Posts
    3,946

    <?>..might be the answer...

    RBSSCS_ITMNUM.Data1.Recordset.MoveNext

    you need to add the recordset...works for me
    if I omit the recordset I get the error you are getting

    "A myth is not the succession of individual images,
    but an integerated meaningful entity,
    reflecting a distinct aspect of the real world."

    ___ Adolf Jensen

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