[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Missing arguments by form.show


Hi all,

I have a call to a form called fOpt (Options), fOpt.Show
Here I get the error message "missing arguments"
I found out, the message appears, when I declare */"Public nFrame as New Frame"/* I use the frames simply to define foreground and background colors for elements in another part of the program. I have several small frames on the form,one for foreground and one for background color, and when I click on one of them, it is the target for the color I select with the ColorButton1, like this

/Public Sub VG_Offen_fra_MouseDown()

  nFrame = Last

End/

But I can't, as long I get the error message on calling the for, fOpt.
Do I do something wrong in declaring nrFame?

Thankful for any help,
regards Dag

Follow-Ups:
Re: Missing arguments by form.showBruce Steers <bsteers4@xxxxxxxxx>