You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Potrzebuję programowo zapisywać kilkanaście plików MBP do pola OLE bazy
pole pOLEpuste to pole w tabeli typu obiekt OLE
rst.Edit
rst!pOLEpuste = "C:\_RYS\rysunki\345678.bmp"
rst!pOLEpuste.Picture = LoadPicture("C:\_RYS\rysunki\345678.bmp")
rst.Update
Ale to nie działa. Pomoże ktoś? Jak to zrobić?