Query Designer object positioning

  • Thread starter Sergey Poberezovskiy
  • Start date
S

Sergey Poberezovskiy

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

Thanks in advance..
 
6

'69 Camaro

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.)
 
Top