Stumbleupon Facebook Twitter Digg Google Delicious Linkedin
TechNews

Object Articles


wrap text around or within an object

wrap text around or within an object

Office

In the application of Visio 2010, how I wrap text around inside or outside a circle? |I think Chris Roth (www.visguy.com) has some examples of that (usually it is a discussion of someone wanting to make similar to a WordArt object, which is not supported).AlRead More

Posted: 15 Apr 2012

Tags: wrap text around or within an object wrap text around within object


The object does not contain the object Automation "voorraadtransacties uitgebreid.

Office

Question:Hey all,.I have a Dutch version of access 2010 (I will try to translate as well as possible).I have a problem when you run a macro OnCurrent (OnCurrent) in my form "sale".What I want to do is check if I can find records in a query (called "Voorraadtransacties Uitgebreid") of the same database of current sales.I entered the following:If DCount ("**";) [Voorraadtransacties Uitgebreid]; "[klantorder...Read More

Posted: 11 Apr 2012

Tags: The object does not contain the object Automation voorraadtransacties uitgebreid The object does not contain the Automation voorraadtransacties uitgebreid


Object variable error

Object variable error

Office

Question:I get the following error "object Variable or variable block step define" on this line:LowRow = GameRange.RowHere is the first part of the code.Dim LowRow As Long, long MidRow, HiRow as longDim LowCol As Long, long MidCol, HiCol as longDim XLRow As Long, XLCol as longDim I As LongLowRow = GameRange.RowMidRow = LowRow + 1HiRow = LowRow + 2LowCol = GameRange.ColumnMidCol = LowCol + 1HiCol =...Read More

Posted: 15 Mar 2012

Tags: Object variable error Object variable error


Could not remove object - accidents MSAccess

Could not remove object - accidents MSAccess

Office

Question:HelloI worked on a datablase for a few weeks and all was well. Then, I decided to import from other databases to adapt and use a form. But now access crashes everytime I try and open the imported form.I can only go into it in design mode, but when I try to delete the form to get rid, access crashes.I cannot keep this form because now I only go in VB as it is crasshes then too.All the ideas...Read More

Posted: 12 Mar 2012

Tags: Could not remove object accidents MSAccess Could not remove object accidents MSAccess


What is the replacement of createobject (

What is the replacement of createobject ("UserAccounts.CommonDialog") on Windows 7 for Microsoft Access?

Office

Using Access 2007 in Windows XP Set objDialog = CreateObject("UserAccounts.CommonDialog") could be used to view files in a dialog box, but in Windows 7, you will get the error 429. What is the replacement code? |You can use Application.FileDialog. See how: display and use the file dialog box and the FileDialog object.Read More

Posted: 17 Feb 2012

Tags: What is the replacement of createobject UserAccountsCommonDialog on Windows 7 for Microsoft Access What the replacement createobject UserAccountsCommonDialog Windows for Microsoft Access