What's the easiest way to move a text file content in to a memo field in Magic V9.4? Brian Scoffield Centillion Information Systems www.cargo3000.com ...
Haven't tested specifically, but updating the memo field with File2Blb(<name of text file>) seems like it ought to work. ... Steven G. Blank Salt Lake City,...
Thanks Steve, Looked like I had to do it in 2 updates. File2Blb in to a BLOB variable, then update a memo with the Blob. But works like a charm. Brian...
Brian, In eDeveloper v9.4, Alpha/Memo and BLOB fields/virtuals are interchangeable in many instances - not all, but many. You can update one with the other...
Re: my row dividers 'disappearing'. Sort of got them back. They exist and by adjusting contrast and brightness on my monitor I can in fact see that vague...
Why would the Allow Parking property of an edit control on a subform be dim (so that I cannot change the value of Allow Parking)? [Non-text portions of this...
Mike, check the pallet that lets you center controls etc. and in the lower left corner is the tab order on/off control, click it and it should allow you to...
Thanks, Roger. That's the Automatic Tab Order on the Control Palette? It seems to affect the entire subform? When I toggle it Off, the Tab Order property of...
Mike, Unless I'm misunderstanding your statement, you can't park on a variable declared in the parent. Only variables declared in the same task can be parked...
Thanks, Keith. That must be it: at runtime, I cannot park on that control. I was confused because - in the Studio - the Allow Parking property for the subject...
Mike, Yeah, if you want to park on it, create a virtual in the subform and Init it to the value from the parent. If it's a field you want to change, then in...
Yep, Another option is to pass the parent variable as a parameter (by Var) to the sub-task then place the parameter on the sub-task form. No need to Update it...