Subject |
Re: Form2PopupMenu |
From |
Heinz Kesting <Nobody@Nowhere.com> |
Date |
Sat, 26 Apr 2025 09:39:02 +0200 |
Newsgroups |
dbase.getting-started |
Hi Tom,
that leaves me baffled, too. The only thing I would ask, did you
implement this:
if not type("form.spp") = "O"
form.SPP = new StandardPopup(form,"STANDARD_POP")
endif
And, is the following working in your form:
form.spp.left = this.left + col
form.spp.top = this.top + row
You could try and change position of the popup menu, just to check if
you are actually refering to the correct menu:
form.spp.left = this.left + col + 2
form.spp.top = this.top + row + 2
Otherwise, I don't have any aces up my sleeve ...
Good luck, Heinz
--
Diese E-Mail wurde von Avast-Antivirussoftware auf Viren geprüft.
www.avast.com
|
|