¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io

Re: Event: MadFox Monthly Meetup - Tuesday, March 19, 2024 #cal-reminder


 

¿ªÔÆÌåÓý

Good meeting to start our 30th year.

?

Just a follow-up to my demo ¨C ?I figured out why one of my buttons was bringing up an invalid URL.? I had added an exit target parameter to my onClick function:

?

submit(exitTo)

? ? {

¡­.

?window.open(exitTo, "_self");

?

That worked when I actually passed in a url ?¨C in case nothing was passed, I assigned a default value if exitTo was undefined.? The problem was that when you click a Vuetify button, it actually passes a PointerEvent object ¨C which was not undefined but of course not a valid target.

?

So:

exitTo = (typeof exitTo)=="string" ? exitTo : this.callingForm;

?

?

?

?

From: [email protected] On Behalf Of Eric Selje
Sent: Monday, March 18, 2024 08:36 PM
To: [email protected]
Subject: Re: [MadFox] Event: MadFox Monthly Meetup - Tuesday, March 19, 2024 #cal-reminder

?

I will be there and can show my trials, tribulations, and success with Drag and Drop?

?

On Mon, Mar 18, 2024 at 5:30?PM Group Notification <[email protected]> wrote:

Reminder: MadFox Monthly Meetup

When:
Tuesday, March 19, 2024
5:30pm to 8:00pm
(UTC-05:00) America/Chicago

Where:
Sauk City Library

Organizer: Eric Selje eric.selje@... 608-213-9567

View Event

Description:
Join us for our monthly get together. We can talk about anything development related. We started as a FoxPro group but now we talk about even more: Web Development, Mobile Development, Music, SQL Server and other databases, etc.

We are meeting in person again, but will try to livestream the meeting as well thanks to Aceware!? RSVP if you'd like to join us online.

Join [email protected] to automatically receive all group messages.