Form designer to first time use of class designer

2024-07-04 Thread Joe Yoder
I have just completed developing a form with a container that has embedded controls. I want to convert the container to a class so I can use multiple instances on a form. I spent a good bit of time getting things to look and work right in the container on the form designer with the understanding

RE: Form designer to first time use of class designer

2024-07-04 Thread Jürgen Wondzinski
SW4gRm9ybWRlc2lnbmVyLCBzZWxlY3QgdGhlIENvbnRhaW5lciBhbmQgY2hvb3NlIFN5c21lbnUg LyBGaWxlIC8gU2F2ZUFzQ2xhc3MuVmlvbGE6IHlvdSdyZSBkb25lLsKgd09PZHlWb24gbWVpbmVt L21laW5lciBHYWxheHkgZ2VzZW5kZXQKLS0tLS0tLS0gVXJzcHLDvG5nbGljaGUgTmFjaHJpY2h0 IC0tLS0tLS0tVm9uOiBKb2UgWW9kZXIgPGpvZUB3aGV5cG93ZXIuY29tPiBEYXR1bTog

RE: Form designer to first time use of class designer

2024-07-04 Thread Jürgen Wondzinski
SW4gRm9ybWRlc2lnbmVyLCBzZWxlY3QgdGhlIENvbnRhaW5lciBhbmQgY2hvb3NlIFN5c21lbnUg LyBGaWxlIC8gU2F2ZUFzQ2xhc3MuVmlvbGE6IHlvdSdyZSBkb25lLsKgd09PZHkoc29ycnkgZm9y IHRoYXQgZ2xpYmJlcmlzaCBzdHVmZiBiZWZvcmUpwqBWb24gbWVpbmVtL21laW5lciBHYWxheHkg Z2VzZW5kZXQK --- StripMime Report -- processed MIME parts --- mult

Re: Form designer to first time use of class designer

2024-07-04 Thread Frank Cazabon
Joe, would this work for you? move your mouse over the container (not any of the contained objects), then type this in the command window: ox = SYS(1270) ox.SaveAsClass("myclasslib","myclass") MODIFY CLASS myclass of myclasslib Frank. Frank Cazabon On 04/07/2024 1:22 pm, Joe Yoder wrote:

RE: Form designer to first time use of class designer

2024-07-04 Thread Michael Glassman
For those of you without Base64 decoders, wOOdy's two messages say: In Form designer, select the Container and choose Sysmenu / File / SaveAsClass. Viola: you're done. Mike -Original Message- From: ProfoxTech [mailto:profoxtech-boun...@leafe.com] On Behalf Of Jürgen Wondzinski