[AccessD] Circle method

Jim Dettman jimdettman at earthlink.net
Sun Aug 3 09:33:07 CDT 2003


Susan,

  I'd take the easy route: set the controls background to transparent, then
place a second control behind the fist with whatever type of graphic you
want.  Make it visible or not as conditions warrant.

Jim Dettman
President,
Online Computer Services of WNY, Inc.
(315) 699-3443
jimdettman at earthlink.net

-----Original Message-----
From: accessd-bounces at databaseadvisors.com
[mailto:accessd-bounces at databaseadvisors.com]On Behalf Of Susan Harkins
Sent: Sunday, August 03, 2003 10:19 AM
To: Access Developers discussion and problem solving
Subject: Re: [AccessD] Circle method


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
>
>

_______________________________________________
AccessD mailing list
AccessD at databaseadvisors.com
http://databaseadvisors.com/mailman/listinfo/accessd
Website: http://www.databaseadvisors.com




More information about the AccessD mailing list