Susan Harkins
harkins at iglou.com
Sun Aug 3 09:18:37 CDT 2003
I don't think you can do what I want to do -- at least, not without more pain than it's worth. I was hoping to find some way to pinpoint a field's position (for each record) and then, based on criteria, either draw a circle around the value or not... can't figure out a way to pinpoint where the field begins and ends -- can pinpoint the record and the record's height, but not the field. Could possibly still glean something off the control's Border property perhaps, but haven't ventured in yet. Susan H. > Hi Susan > > Steps/Flags deals with if the coordinates are relative or absolute. > However, more info is mixed into the Flags. > > I haven't worked with this but here's a nice article in German > explaining some more ... at least the code examples give some > pointers: > > http://www.aboutvb.de/khw/artikel/khwucldraw.htm > > /gustav > > > >> expression.Circle(flags, X, Y, radius, color, start, end, aspect) > >> > >> The above is from Help; it's the syntax for using the Circle method. Help > >> also says flags is required. However, I've not seen any examples that > >> actually use it -- is this a mistake in Help <gasp> or am I just missing > >> something. I've found no explanation for what flags is -- Help just says a > >> required integer and then proceeds to use an example that doesn't seem to > >> use it! > > > Try this URL: > http://www.juicystudio.com/tutorial/vb/graphics.html > > According to this article, only the X and Y coordinates are required. > > >> Another question, why are the X/Y coordinates always shown in ()? > > > Because the person who designed the interface was in Redmond, and his > > mind was lying on a beach in Cancun drinking rum and fruit juice. > > >> Me.Circle(X, Y) radius, color, start, end, aspect -- despite the above > >> syntax? I found nothing on msdn or the knowledge base, but then I'm search > >> challenged. > > _______________________________________________ > AccessD mailing list > AccessD at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/accessd > Website: http://www.databaseadvisors.com > >