Hello,

The pupose of integration is to allow each application to do what it does
best..........
MI=drawing lines, managing data
VB=user interface, windows

You should use VB *Save As* dialog and then if it is successful pass
filename to MI

.....
MI.Do "Select * From my_table Into WK_001"
if FileSaveAsDlg.execute then
  MI.DO "Commit Table WK_001 as "+Chr$(34)+FileNameDlg.FileName+Chr$(34)+"
TYPE NATIVE"
else
  '' notify user that file not saved
....


Delphi, VB, C-- are much more controlable for this than MI/MB will ever be
Trey Pattillo
[EMAIL PROTECTED]
http://www.wap3.com

------------------------------------------------

To ME or not to ME, that is the question.
For some it will be to Whistle
and indure the thorns and thistle.
For me it is not to ME, but to NT,
The OS for ME !

  ----- Original Message -----
  From: Gerencia-Mags
  To: MapInfo-L
  Sent: Saturday, April 28, 2001 08:11
  Subject: MI-L Reparenting a Save us Windows




  Hi all

  Can anyone give me an example on how to re-parent the Mapinfo Save us =
  window in an OLE application using V.Basic ?

  For Example:

  MI.Do "Select * From my_table Into WK_001"
  MI.Do "Commit Table WK_001 ......."

  I need to user were not able to cancel the operation, so I want to =
  "hide" the Save us window.

  Thank you in advance.
  Alejandro



  _______________________________________________________________________
  List hosting provided by Directions Magazine | www.directionsmag.com |
  To unsubscribe, send e-mail to [EMAIL PROTECTED] and
  put "unsubscribe MapInfo-L" in the message body.



_______________________________________________________________________
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, send e-mail to [EMAIL PROTECTED] and
put "unsubscribe MapInfo-L" in the message body.

Reply via email to