Recordset clone

  • Thread starter Thread starter pbk
  • Start date Start date
P

pbk

NEWBEE HERE,
CAN THE RECORDSET CLONE (A2K)BE USED IF THE DB HAS PICS ?

I HAVE A COMBO BOX TO SELECT A PART ID NUMBER AND FOUR PICS FOR EACH.
YOU CAN SEE EVERYTHING AS YOU MOVE THROUGH RECORDS IN THE FORM HOWEVER
I WOULD LIKE TO SELECT A PT# AND HAVE ALL THE PICS FOR THAT PART SHOW
UP

THANK YOU FOR ANY HELP
 
pbk

Sounds pretty kool! Obviously, I'm a little uncertain about all the intricacies but here'gores

1> I'm assumiing that you have a form with four picture/image controls on it
2> I believe the problem is when you move between records everything is great, except: the images are not loading into the image controls properly if at all. Therefore: Are the fields that contain the image information populated? Are these images stored in the same table as the part record? Is your parts table related to a sub table which keeps your image information? Are your image controls bound to the appropriate fields

3> The recordset clone function sounds like your trying to finesse/obtain/compare the bookmark. I've made a lot of mistakes going along, usually going further out than necessary, but sometimes the needs determine your choice. Therefore it is difficult to answer the recordset clone question without knowing all the hows/whys/ifs. I think the latest version includes OLE support fields. Check the documentation (Help) for the class function that you want to use, and the README file if included

Jaso
 
Hi pbk,
have you tried using a continuous subform for the images?
You are then not limited to 4 images per PT#.

Luck
Jonathan
-----Original Message-----
pbk,

Sounds pretty kool! Obviously, I'm a little uncertain
about all the intricacies but here'gores:
1> I'm assumiing that you have a form with four picture/image controls on it.
2> I believe the problem is when you move between records
everything is great, except: the images are not loading
into the image controls properly if at all. Therefore: Are
the fields that contain the image information populated?
Are these images stored in the same table as the part
record? Is your parts table related to a sub table which
keeps your image information? Are your image controls
bound to the appropriate fields?
3> The recordset clone function sounds like your trying
to finesse/obtain/compare the bookmark. I've made a lot of
mistakes going along, usually going further out than
necessary, but sometimes the needs determine your choice.
Therefore it is difficult to answer the recordset clone
question without knowing all the hows/whys/ifs. I think
the latest version includes OLE support fields. Check the
documentation (Help) for the class function that you want
to use, and the README file if included.
 
Back
Top