PDA

View Full Version : Problem with Print Dialog error #4410



Tod Brannen
26-Jan-2005, 01:07 PM
Greetings,
Every time I click the print dialog, I get error#4410, The parameter is
incorrect on line #433. I created a test view with only the Print Dialog and
a button for testing. The first few times I tried it, it seemed to work. But
then, I let the mouse cursor hover over the 'Close' icon on the view and
after that, I got the error every time I tried it. If I start out mousing
over the close button and see the 'close' tool tip, then I get the error
right away.

In my regular view, I tried removing the Print Dialog and my button and
starting over, adding them back with no code except the send. I still got
the error on the first try. But after that, the dialog worked normally. This
is easily reproducable, by creating a test view as I did above.

I am using VDF8.3 on a Win98 pc.

Any help appreciated,

Tod Brannen

Th

Tod Brannen
26-Jan-2005, 02:10 PM
Just tested in VDF9 - same error. I guess this is a bug.

Tod Brannen
"tbrannen" <tbrannen@ate.net> wrote in message
news:bIutLH9AFHA.1248@dacmail.dataaccess.com...
> Greetings,
> Every time I click the print dialog, I get error#4410, The parameter
is
> incorrect on line #433. I created a test view with only the Print Dialog
and
> a button for testing. The first few times I tried it, it seemed to work.
But
> then, I let the mouse cursor hover over the 'Close' icon on the view and
> after that, I got the error every time I tried it. If I start out mousing
> over the close button and see the 'close' tool tip, then I get the error
> right away.
>
> In my regular view, I tried removing the Print Dialog and my button and
> starting over, adding them back with no code except the send. I still got
> the error on the first try. But after that, the dialog worked normally.
This
> is easily reproducable, by creating a test view as I did above.
>
> I am using VDF8.3 on a Win98 pc.
>
> Any help appreciated,
>
> Tod Brannen
>
> Th
>
>

Garret Mott
26-Jan-2005, 02:51 PM
Hi Tod -

I just tried 9.1 & 10.1 with a plain view that has a button & a printdialog.

The button has this code:

Procedure OnClick
Integer iTmp
Get PrintDialog of oPrintDialog1 to iTmp
End_Procedure // OnClick

I ran the view, hovered over the "X" 'til it popped up the tooltip & then
clicked the button.

No error in either version & both pop up the dialog just fine.

So - I'm thinking your problem may lie elsewhere?

Garret

"tbrannen" <tbrannen@ate.net> wrote in message
news:uGaltq9AFHA.1248@dacmail.dataaccess.com...
> Just tested in VDF9 - same error. I guess this is a bug.
>
> Tod Brannen
> "tbrannen" <tbrannen@ate.net> wrote in message
> news:bIutLH9AFHA.1248@dacmail.dataaccess.com...
>> Greetings,
>> Every time I click the print dialog, I get error#4410, The parameter
> is
>> incorrect on line #433. I created a test view with only the Print Dialog
> and
>> a button for testing. The first few times I tried it, it seemed to work.
> But
>> then, I let the mouse cursor hover over the 'Close' icon on the view and
>> after that, I got the error every time I tried it. If I start out mousing
>> over the close button and see the 'close' tool tip, then I get the error
>> right away.
>>
>> In my regular view, I tried removing the Print Dialog and my button and
>> starting over, adding them back with no code except the send. I still got
>> the error on the first try. But after that, the dialog worked normally.
> This
>> is easily reproducable, by creating a test view as I did above.
>>
>> I am using VDF8.3 on a Win98 pc.
>>
>> Any help appreciated,
>>
>> Tod Brannen
>>
>> Th
>>
>>
>
>

Tod Brannen
26-Jan-2005, 03:35 PM
I tested this with VDF 9.0 and it is still broke.
I tested this with VDF 10.1 and it is fixed.

I reported this to Support as a bug.

Tod Brannen

Tod Brannen
26-Jan-2005, 05:32 PM
Garret,
I did not try this on 9.1 only 8.3 and 9.0 and 10.1. And I did say it
works on 10.1 . The fix must have been in the 9.1 product.

Tod Brannen

"Garret Mott" <garret@automatesoftware.com> wrote in message
news:$6zyvB%23AFHA.1952@dacmail.dataaccess.com...
> Hi Tod -
>
> I just tried 9.1 & 10.1 with a plain view that has a button & a
printdialog.
>
> The button has this code:
>
> Procedure OnClick
> Integer iTmp
> Get PrintDialog of oPrintDialog1 to iTmp
> End_Procedure // OnClick
>
> I ran the view, hovered over the "X" 'til it popped up the tooltip & then
> clicked the button.
>
> No error in either version & both pop up the dialog just fine.
>
> So - I'm thinking your problem may lie elsewhere?
>
> Garret
>
> "tbrannen" <tbrannen@ate.net> wrote in message
> news:uGaltq9AFHA.1248@dacmail.dataaccess.com...
> > Just tested in VDF9 - same error. I guess this is a bug.
> >
> > Tod Brannen
> > "tbrannen" <tbrannen@ate.net> wrote in message
> > news:bIutLH9AFHA.1248@dacmail.dataaccess.com...
> >> Greetings,
> >> Every time I click the print dialog, I get error#4410, The
parameter
> > is
> >> incorrect on line #433. I created a test view with only the Print
Dialog
> > and
> >> a button for testing. The first few times I tried it, it seemed to
work.
> > But
> >> then, I let the mouse cursor hover over the 'Close' icon on the view
and
> >> after that, I got the error every time I tried it. If I start out
mousing
> >> over the close button and see the 'close' tool tip, then I get the
error
> >> right away.
> >>
> >> In my regular view, I tried removing the Print Dialog and my button and
> >> starting over, adding them back with no code except the send. I still
got
> >> the error on the first try. But after that, the dialog worked normally.
> > This
> >> is easily reproducable, by creating a test view as I did above.
> >>
> >> I am using VDF8.3 on a Win98 pc.
> >>
> >> Any help appreciated,
> >>
> >> Tod Brannen
> >>
> >> Th
> >>
> >>
> >
> >
>
>

David Martinko
26-Jan-2005, 08:36 PM
Tod,

Can you run a check on the Prnt_dlg.pkg using windiff or something?

-Dave

--
David Martinko
Redeemed Software
248-535-7495
RedeemedSoftware(SHIFT+2)Hotmail(PERIOD)com

"tbrannen" <tbrannen@ate.net> wrote in message
news:BnLsVa%23AFHA.1912@dacmail.dataaccess.com...
>I tested this with VDF 9.0 and it is still broke.
> I tested this with VDF 10.1 and it is fixed.
>
> I reported this to Support as a bug.
>
> Tod Brannen
>
>

Tod Brannen
27-Jan-2005, 01:31 AM
David,

Brilliant, as usual. I will try it in the morning,

--
Best regards,

Tod Brannen

Tod Brannen
27-Jan-2005, 09:35 AM
David,
I did a compare on the Prnt_dlg.pkg in VDF 8.3 and VDF 10.1. Other than
some added comments in the later version, there is no difference in the
packages.

Tod Brannen

"David Martinko" <RedeemedSoftware@Hotmail.com> wrote in message
news:msjQeCBBFHA.1912@dacmail.dataaccess.com...
> Tod,
>
> Can you run a check on the Prnt_dlg.pkg using windiff or something?
>
> -Dave
>
> --
> David Martinko
> Redeemed Software
> 248-535-7495
> RedeemedSoftware(SHIFT+2)Hotmail(PERIOD)com
>
> "tbrannen" <tbrannen@ate.net> wrote in message
> news:BnLsVa%23AFHA.1912@dacmail.dataaccess.com...
> >I tested this with VDF 9.0 and it is still broke.
> > I tested this with VDF 10.1 and it is fixed.
> >
> > I reported this to Support as a bug.
> >
> > Tod Brannen
> >
> >
>
>