FoxInCloud
Error using my app
Gravatar is a globally recognized avatar based on your email address. Error using my app
  Michele
  thn@foxincloud.com
  Sep 24, 2014 @ 03:37am
With last version i have this error in some situation i'm not able at the moment to define. The message error is

awapphost.warning Form erp_form_ticket_search : Error detected at code line #9421 of method 'awajax.useraction_cfichandler'
Awsupport.cvfphandler - Could not find VFP method to process DOM event 'focusin' for base class 'Textbox'

Gravatar is a globally recognized avatar based on your email address. Re: Error using my app
  FoxInCloud Support - Thierry N.
  Michele
  Sep 24, 2014 @ 04:38am
Ciao Michele,

Looks like FoxInCloud.js sends a HTML DOM event called 'focusin'

'focusin' is an event recently introduced by the HTML5 event model; FoxInCloud does not use this event for now.

Could you catch in Firebug when this event fires?


With last version i have this error in some situation i'm not able at the moment to define. The message error is

awapphost.warning Form erp_form_ticket_search : Error detected at code line #9421 of method 'awajax.useraction_cfichandler'
Awsupport.cvfphandler - Could not find VFP method to process DOM event 'focusin' for base class 'Textbox'


-- thn (FoxInCloud)

Gravatar is a globally recognized avatar based on your email address. Re: Error using my app
  Michele
  Thierry Nivelet (FoxInCloud)
  Sep 29, 2014 @ 08:26am
Can be here ?

function main_scx_erp_pageframe1_page4_ticketsadmin_grid1_column1_text1_focus(){var o = $('main_scx-erp_pageframe1-page4-ticketsadmin-grid1-column1-text1'); if(o && typeof o.focus === 'function')o.focus();};main_scx_erp_pageframe1_page4_ticketsadmin_grid1_column1_text1_focus.defer();

In Foxincloud.js


Ciao Michele,

Looks like FoxInCloud.js sends a HTML DOM event called 'focusin'

'focusin' is an event recently introduced by the HTML5 event model; FoxInCloud does not use this event for now.

Could you catch in Firebug when this event fires?


With last version i have this error in some situation i'm not able at the moment to define. The message error is

awapphost.warning Form erp_form_ticket_search : Error detected at code line #9421 of method 'awajax.useraction_cfichandler'
Awsupport.cvfphandler - Could not find VFP method to process DOM event 'focusin' for base class 'Textbox'


Gravatar is a globally recognized avatar based on your email address. Re: Error using my app
  Michele
  Thierry Nivelet (FoxInCloud)
  Sep 29, 2014 @ 08:39am
I have this problem on textboxes with a date value when i have active the DatePicker


Ciao Michele,

Looks like FoxInCloud.js sends a HTML DOM event called 'focusin'

'focusin' is an event recently introduced by the HTML5 event model; FoxInCloud does not use this event for now.

Could you catch in Firebug when this event fires?


With last version i have this error in some situation i'm not able at the moment to define. The message error is

awapphost.warning Form erp_form_ticket_search : Error detected at code line #9421 of method 'awajax.useraction_cfichandler'
Awsupport.cvfphandler - Could not find VFP method to process DOM event 'focusin' for base class 'Textbox'


Gravatar is a globally recognized avatar based on your email address. Re: Error using my app
  FoxInCloud Support - Thierry N.
  Michele
  Sep 29, 2014 @ 09:23am
Do you have code in .When() or .GotFocus()?


I have this problem on textboxes with a date value when i have active the DatePicker


Ciao Michele,

Looks like FoxInCloud.js sends a HTML DOM event called 'focusin'

'focusin' is an event recently introduced by the HTML5 event model; FoxInCloud does not use this event for now.

Could you catch in Firebug when this event fires?


With last version i have this error in some situation i'm not able at the moment to define. The message error is

awapphost.warning Form erp_form_ticket_search : Error detected at code line #9421 of method 'awajax.useraction_cfichandler'
Awsupport.cvfphandler - Could not find VFP method to process DOM event 'focusin' for base class 'Textbox'




-- thn (FoxInCloud)

Gravatar is a globally recognized avatar based on your email address. Re: Error using my app
  Michele
  Thierry Nivelet (FoxInCloud)
  Sep 30, 2014 @ 12:03am
In textbox class i have this code:

If (Type('m.thisForm.wlHTMLgen') == 'L' And m.thisForm.wlHTMLgen)
Return .T.
Else
This.OldValue = This.Value
Endif

But i have this code in all my textboxes...

If i set wlDatePicker = .F. i have no messages.
I have this error message only if i work in development mode....


Do you have code in .When() or .GotFocus()?


I have this problem on textboxes with a date value when i have active the DatePicker


Ciao Michele,

Looks like FoxInCloud.js sends a HTML DOM event called 'focusin'

'focusin' is an event recently introduced by the HTML5 event model; FoxInCloud does not use this event for now.

Could you catch in Firebug when this event fires?


With last version i have this error in some situation i'm not able at the moment to define. The message error is

awapphost.warning Form erp_form_ticket_search : Error detected at code line #9421 of method 'awajax.useraction_cfichandler'
Awsupport.cvfphandler - Could not find VFP method to process DOM event 'focusin' for base class 'Textbox'




Gravatar is a globally recognized avatar based on your email address. Re: Error using my app
  FoxInCloud Support - Thierry N.
  Michele
  Sep 30, 2014 @ 01:42am
Ciao Michele,
I have this error message only if i work in development mode....

Normal, server could not process a user event: only the developer needs to know that, the user does not bother.

If i set wlDatePicker = .F. i have no messages.

jQueryUI datePicker must re-wire the .gotFocus()/.focus() event in some way.

we try to reproduce this issue by implementing .gotFocus() on a textbox having .wlDatePicker = .T.:
unfortunately we get a .focus() event when tabbing into the <input >, not .focusin():


http://localhost/IP/DOMEvent.ip?&Event=focus&ObjAddr=ip_scx-txtinvdatefrom&PageInit=&UserID=3P00PQKZK&Value=08/15/12&ValueType=string&nReq=13&Value=08%2F15%2F12&ValueType=string&lastKey=18&nButton=-1&nKeyCode=&nShiftAltCtrl=NaN&nXcoord=NaN&nYcoord=NaN&sync=false&version=2.1

(obtained by right-clicking the line in firebug, 'network' tab, and selecting 'copy location with parameters')

on which user action (in the browser) do you get a .focusin() event?
just when tabbing into the textbox?


In textbox class i have this code:

If (Type('m.thisForm.wlHTMLgen') == 'L' And m.thisForm.wlHTMLgen)
Return .T.
Else
This.OldValue = This.Value
Endif

But i have this code in all my textboxes...

If i set wlDatePicker = .F. i have no messages.
I have this error message only if i work in development mode....


Do you have code in .When() or .GotFocus()?


I have this problem on textboxes with a date value when i have active the DatePicker


Ciao Michele,

Looks like FoxInCloud.js sends a HTML DOM event called 'focusin'

'focusin' is an event recently introduced by the HTML5 event model; FoxInCloud does not use this event for now.

Could you catch in Firebug when this event fires?


With last version i have this error in some situation i'm not able at the moment to define. The message error is

awapphost.warning Form erp_form_ticket_search : Error detected at code line #9421 of method 'awajax.useraction_cfichandler'
Awsupport.cvfphandler - Could not find VFP method to process DOM event 'focusin' for base class 'Textbox'






-- thn (FoxInCloud)

© 1996-2024