While you can't use the native editor, you can save forms using the SaveAsForm method. So you only need the editing part, not a new storage. Editing is relatively easy to implement.
Add a transparent container on top of the form which captures all mouse move and clicks. When the user selects a control, you can use SYS(1270) to detect the control. Add a container with those eight handles. They need to respond to MouseMove and resize/move this second container. As the second container moves, the underlying control needs to be moved along. When you are done, save the new form and call it instead of the native one. Christof --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/html --- _______________________________________________ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/cal4qjhg2h23bqj5rn3kvuks+a8bccgpjehnipvggcucps_y...@mail.gmail.com ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.