From: Darmadi on
Hi Steve,

What I'm doing, I'm copying text from notepad, then paste into the SLE while
in editing mode bBrowser.

Regards,
Darmadi

"Stephen Quinn" <stevejqNO(a)bigpondSPAM.net.au> wrote in message
news:8lzXn.48$Yv.0(a)viwinnwfe01.internal.bigpond.com...
> Darmadi
>
>> Error occur when try to paste something
> What is 'something'????
>
> Could you be pasting 'something' into a 'NON something' SLE??
>
> CYA
> Steve
>
From: Darmadi on
Hi Robert,

The error occur in IsDialogMessage() in App:Exec()
But this only happen in bBrowser, in normal DialogWindow, the SLE with no
picture clause, everything work fine including Copying and Pasting into SLE.

Regards,
Darmadi


"Robert van der Hulst" <E-55525A53-3843-E(a)heliks.nl> wrote in message
news:676203965.20100703213638(a)heliks.nl...
> Hi Darmadi,
> On Sat, 3 Jul 2010, at 06:38:14 [GMT +0700] (which was 1:38 where I live)
> you wrote about: 'Again bBrowser Error need help'
>
>
>> I'm using the latest patch bBrowser 3.0
>> Error Message: DATA TYPE ERROR
>> Call Stack: APP:START Line: 22
>
>> METHOD Start() CLASS App
>
>> LOCAL oPassWindow AS PassWindow
>
>> EXTERNAL Empty, FieldGet, Val
>
>> SetInternational(#CLIPPER)
>> SetAnsi(FALSE)
>> SetCentury(TRUE)
>> SetDigitFixed(TRUE)
>> SetDigit(20)
>> SetFloatDelta(0.00000001)
>> SetDateFormat("DD/MM/YYYY")
>> VODBRddSetDefault("DBFCDX")
>> SetExclusive(FALSE)
>
>> oPassWindow := PassWindow{SELF}
>> oPassWindow:Show()
>
>> IF oPassWindow:Result == 1
>> StartWindow{SELF}:Show()
>> SELF:Exec()
>> >>>>>>>>>>> It was here
>> occur....
>> ENDI
>
>> RETURN NIL
>
>> Regards,
>
> Compile your whole app (and linbs & DLLs) with line Procname and Procline
> ON
> and you will probably get a better error location.
>
>
> --
> Robert van der Hulst
> AKA Mr. Data
> Vo2Jet & Vo2Ado Support
> VO & Vulcan.NET Development Team
> www.heliks.nl
>