Ok, I tell you what I have in mind (something of the like Ted said :) 1) Convert your form to text with FoxBin2Prg v1.19.43 Preview-4 <https://vfpx.codeplex.com/releases/view/116407>
2) Open the generated text with Fox with MODIFY COMMAND <your-form.sc2> to get syntax colouring like any PRG (but this code is not compilable) 3) Look for the ADD OBJECT of this labels by their name (could you copy/paste only those ADD OBJECTS?) 4) Look at their visible properties (visible, enabled, top, left, alignment, anchor, autosize) and the invisible ones (zorderset) [Note: ZOrderSet is not visible on the Properties windows when editing the form] 5) Look if there are more controls with the same ZOrderSet. If there are, then this is a VFP ZOrder bug <https://vfpx.codeplex.com/wikipage?title=FoxBin2Prg%20Internals%20and%20Configuration> I've documented on VFPx that can be corrected with FoxBin2Prg using the new setting "RemoveZOrderSetFromProps", regenerating the binary from the sc2 text. Let me know if this is the case, Regards.- 2015-05-07 20:53 GMT+02:00 Kurt Wendt <[email protected]>: > Well - there are 2 problems with doing that. > 1 - not sure where I would upload it to, but - more so... > 2 - I don't think I can honestly upload a file - since its created here > and there are documents I sign about not disclosing the work I do here - > like details about it. And, this screen layout might be disclosing Too much. > > What I may do - is tweak the screen - make it almost generic - then, maybe > just send the file Directly to you if you want to take a peek at it. > > Thanks, > -K- > > > -----Original Message----- > From: ProfoxTech [mailto:[email protected]] On Behalf Of > Fernando D. Bozzo > Sent: Thursday, May 07, 2015 2:35 PM > To: [email protected] > Subject: Re: STRANGE Shifting of Form Label > > Hi Kurt: > > Could you upload the form to any free drive so can be analyzed? > > > Fernando.- > > > > 2015-05-07 19:31 GMT+02:00 Kurt Wendt <[email protected]>: > > > OK - this is rather strange. I am Editing a form that a co-worker > created. > > I was just doing some cleanup of the layout. Well - 2 of these Label > > type objects on the form - it looks OK when I save it. But, upon > > re-opening the Form - Both Labels have shifted over to the right - and > > then either appearing partially On top or Under the next object to the > > right. Its really weird. I reset them - save the form - close it - > > reopen it - and they are shifted Again! > > > > Its only happening for like 2 of the 9 labels on the form. It does NOT > > happen to Any of the other 7 labels. I even looked at the Layout, > > Other and Favorites properties of the Labels with the problem - > > comparing against labels that do NOT have the problem - and the really > > only differences is the obvious stuff like the Caption and the various > > positional qty's. So - I'm really kind of surprised this is happening. > > > > Thanks in Advance! > > -K- > > > > > > Kurt Wendt > > Consultant > > > > GLOBETAX > > 90 Broad Street > > New York, NY 10004-2205, U.S.A. > > Tel. +1-212-747-9100 > > Fax. +1-212-747-0029 > > Email: [email protected]<mailto:%[email protected]> > > Web: www.GlobeTax.com<http://www.globetax.com/> > > > > GlobeTax does not provide or offer, and this is not, tax, investment > > or legal advice. This email and any attachments hereto is intended > > only for use by the addressee(s) and may contain confidential > > information. If you are not the intended recipient of this e-mail, > > please immediately notify the sender at +1-212-747-9100 and > > permanently delete the original and any copies of this e-mail. > > > > > > > > > > --- StripMime Report -- processed MIME parts --- multipart/alternative > > text/plain (text body -- kept) > > text/html > > --- > > [excessive quoting removed by server] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/cagq_jumb2rn-wdmz4m60-aesam3+xfngnvzoc5bc5urdsz4...@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.

