Query Designer object positioning

  • Thread starter Thread starter Sergey Poberezovskiy
  • Start date Start date
S

Sergey Poberezovskiy

Anyone knows how Access stores positioning of the
tables/queries windows in Query Designer?

Thanks in advance..
 
Hi, Sergey.

Since no one else has taken a shot at this, I'll say that the information is
saved in binary and the only way I know of reading it or manipulating it
safely is through Windows API functions. For an example of code that reads,
saves, and restores the same type of child windows in the Relationships
window as you see in the Query Designer, see Stephen Lebans's
Save-Restore-ModifyRelationshipWindow utility on this Web page:

http://www.lebans.com/saverelationshipview.htm

Of particular interest are the SaveLayout( ) and RestoreLayout( )
procedures.

HTH.

Gunny

See http://www.QBuilt.com for all your database needs.
See http://www.Access.QBuilt.com for Microsoft Access tips.

(Please remove ZERO_SPAM from my reply E-mail address, so that a message
will be forwarded to me.)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top