That all makes perfect sense, I should have been a little more specific.
Form_DragOver sets Source.Visible to False, giving the appearance of dragging the actual picture. On a bad drop, I need a way to set that property back to visible(thus the bad drop handling function).
So, the only...
Hello! I'm trying to implement a simple drag and drop of an image to a PictureBox. I've got the drag modes, etc. set. This is a non-OLE drop. My Q is, can I use a coordinate zone to specify the picturebox?
ie:
if not within picturebox coords then
(bad drop)
else
(good drop)...
Hello! I'm having problems getting a query to filter based on a criteria. I'm using a two-step querying process(query based on a query), which basically performs some analysis and multiplication after the first query has returned the proper date range of the records.
I have a two fields for...
I'm dealing with a composite text field that stores a required fiscal week in the format yyyyww. For example, 199952 is year 1999, week 52.
Can I un-concatenate this string for evaluation in Design view or directly Access SQL? Thanks!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.