OLE object question Programming Software Development by BombAppetit greetings citizens i have a question regarding OLE object. is it possible to display an OLE object in a list box? my table has a… of a tiny red box into the column (field type OLE object) and in the table it appears as "Bitmap Image… the "Status" column, it only appears as "OLE Object". it'd be great if i can display the… Ole object from a database Programming Software Development by dragonerph … studio 2008. I have a database (MSaccess 2007) wherein the ole object is shown in a picturebox when i click a file… Re: How to access and modify values of a OLE object(Excel Worksheet) Programming Software Development by deep_3657 [quote=QVeen72;390218]Hi Deep, U r opening Excel using [B][COLOR=green]"Excel Object " [/COLOR][/B]or by Opening in "[COLOR=red][B]OLE Control"[/B][/COLOR]...? I have the code if u r opening with Excel Object. Regards Veena[/quote] I have embedded excel as a OLE object Re: How to access and modify values of a OLE object(Excel Worksheet) Programming Software Development by AV Manoharan [quote=deep_3657;390251]I have embedded excel as a OLE object[/quote] See, I requested you to try. See when you …have the connection as an OLE object its behaviour is just like a table of the database… each sheet the columns represent table fields. the record set object works fine here also. Try and let me know your… How to access and modify values of a OLE object(Excel Worksheet) Programming Software Development by deep_3657 Hello, I want to know is it possible to access and modify content of a Excel worksheet dynamically inserted as OLE object in a form. I wish to check and update values of various cells by cell number of the worksheet, but not being sure if possible. thanks in advance Access displays 'OLE object' on linked Oracle datetime Programming Databases by jkohlmeyer … on the Oracle side). Access shows a value of "OLE object" in this column rather than anything resembling a date… Access OLE Object to Coldfusion Programming Web Development by swskpper I am trying to figure out the best way to read an OLE Object in MS Access (photo) into coldfusion and then create a new record containing the photo. I have no choice about the field type or of using MS Access. Can anyone offer a suggestion as to what path I should take? Thanks Re: How to access and modify values of a OLE object(Excel Worksheet) Programming Software Development by QVeen72 Hi Deep, U r opening Excel using [B][COLOR=green]"Excel Object " [/COLOR][/B]or by Opening in "[COLOR=red][B]OLE Control"[/B][/COLOR]...? I have the code if u r opening with Excel Object. Regards Veena Re: Access OLE Object to Coldfusion Programming Web Development by arrgh Not sure I follow. Why do you need to pull the object into CF? You can just copy it from one table to another in a query. ie INSERT INTO Table2 ( OleObjectColumn) SELECT OleObjectColumn FROM Table1 Though I'm sure you already know MS Access and storing images is not a great option ... ;) MS ACCESS OLE Problem Programming Databases by ykarp Does anybody know how to extract a link from an OLE embedded link in Access 2000? I have a DB where instead of a hyperlink there is an OLE object, linked to a Word file. I want to easily see what the link is, without actually clicking on the OLE object so I can eventually replace the OLE object with a regular link. Thanks! Can't Create OLE Object for Dymo Printer on Windows7 64 bit Programming Software Development by ItDir …. The error is [B]Can not Create OLE Objects[/B] [CODE]Public Class ArmsInput Dim … As New ArrayList() Public DymoAddIn As Object Public DymoLabels As Object Public i As Integer Public Function CreateOLEObjects…Then MsgBox("Unable to create OLE Objects") End If End Function[/CODE] Change Crystal OLE path? Programming Software Development by Richy321 … currently have a crystal report (verison 10) with a linked ole object linking to an excel spreadsheet. I need to be able… surely there is a parameter we can pass to the ole object that denotes its source path? Need help: Save ppt or something to Oledb Ole Obj. and open this files Programming Software Development by Oneryavuz i for example i save ppt in OLEDB OLE Object :-/ and i need to open this powerpoint file in my program how can i do that :| thx for answers :| Re: How to access and modify values of a OLE object(Excel Worksheet) Programming Software Development by AV Manoharan Why don't you try it? There is nothing impossible when you get the connection and permission. Re: How to access and modify values of a OLE object(Excel Worksheet) Programming Software Development by deep_3657 [quote=AV Manoharan;390122]Why don't you try it? There is nothing impossible when you get the connection and permission.[/quote] Yes I want to use it, but have no idea about how to go about it Re: How to access and modify values of a OLE object(Excel Worksheet) Programming Software Development by deep_3657 But the excel documents I am working with are not the set of records like we have in database. I am working with excel files which are soft copies of various physical documents like invoice, quotations etc. Programitically I would say various informations are scattered all around. However Cell Number where a specific information is found is … Re: How to access and modify values of a OLE object(Excel Worksheet) Programming Software Development by AV Manoharan [quote=deep_3657;390318]But the excel documents I am working with are not the set of records like we have in database. I am working with excel files which are soft copies of various physical documents like invoice, quotations etc. Programitically I would say various informations are scattered all around. However Cell Number where a specific … Re: Access displays 'OLE object' on linked Oracle datetime Programming Databases by debasisdas That is because of the incompartibility of Access with Oracle. It shows when there is no compartible data type in access in comparision to Oracle. Re: Access displays 'OLE object' on linked Oracle datetime Programming Databases by jgenin I am having the same problem. When I remove columns containg DATE on Oracle table, the Access Linked table works OK - I can sort and filter , etc. I don't think remove all date fields is a workable solution. Any other ideas? Please, this is very urgent! Re: Inserting Objects(OLE) into RichtextBox Programming Software Development by lolafuertes In [URL="http://support.microsoft.com/kb/217176"]this[/URL] howto from Microsoft there is a way to insert an OLE object into a rich text using VB. Maybe this helps Re: Inserting Objects(OLE) into RichtextBox Programming Software Development by bhagawatshinde Actually i know the ole object in vb but i need in vb.net OLE container control Programming Software Development by Richy321 Hey, The ole container control seems to only bring in the first page of a document, or a certain fixed amount. Is there a way to bring the whole document in, e.g. multiple pages? I am actually trying to get crystal reports X to do this but it calls exactly the same object. edit. should note im trying to bring an excel 2000 sheet in. Re: OLE timestamp to a readable format Programming Software Development by Ancient Dragon …-Windows c++ program and you already have a DATE (double) object, then you can call [URL="http://msdn2.microsoft.com… Re: OLE timestamp to a readable format Programming Software Development by Ancient Dragon First you have a DATE object, I don't know how you got that DATE but … OLE object not saved in back-end Programming Software Development by success_always Hi guys, I have a form for tracking inquiry records. On this form the user has the capability to add files (.doc, .pdf, .jpg etc) and save as attachments to the records. I have a form ‘Add Attachment’ (called from the add record screen) which opens a ‘Windows file select’ dialog box to select a file. I am able to select / add the file and … Re: OLE object not saved in back-end Programming Software Development by vb5prgrmr It might be they way you are using the select max. For future reference (without spaces) use the [ code ] [ / code ] tags to display your code (makes it easier to read). Perhaps you should do a count or if the field is a unique id, do a top 1 desc to get the last id used. Good Luck Re: Change Crystal OLE path? Programming Software Development by Richy321 I used an OLE field in the end. [URL="http://devlibrary.businessobjects.com/… Section_Format or declare WithEvents. There is a size limit with ole objects of about a page. Re: Can't Create OLE Object for Dymo Printer on Windows7 64 bit Programming Software Development by GeekByChoiCe I would guess that the plugin/dll is not available as 64bit version. Have you tried to develop you application for x86 only? Re: Can't Create OLE Object for Dymo Printer on Windows7 64 bit Programming Software Development by ItDir [QUOTE=GeekByChoiCe;1711119]I would guess that the plugin/dll is not available as 64bit version. Have you tried to develop you application for x86 only?[/QUOTE] Dymo Support says the sdk is 64bit compatible. Re: Can't Create OLE Object for Dymo Printer on Windows7 64 bit Programming Software Development by GeekByChoiCe If so, do you have the 64bit version of that dll on your 64bit machine? Are those registered on the machine? Is your project set up for "Any CPU"?