[Axapta-Knowledge-Village] Re: Set cursor in Web's quick entry

2008-09-23 Thread Keith Wallace
Hi Mikael, An example javascript you could use is as follows: document.formname.controlname.focus(); ...where obviously you need to replace formname with the actual name of the webform and controlname with the actual name of the control. In the case of cells in grids each cell by column and ro

[Axapta-Knowledge-Village] Re: Set cursor in Web's quick entry

2008-09-22 Thread mikael1_1976
Hello Keith! That's the case and I'm sure the javascript could be the sollution. However I'm not too familiar with it so could you please give me an example of the sentence? Thx, Mikael --- In Axapta-Knowledge-Village@yahoogroups.com, "Keith Wallace" <[EMAIL PROTECTED]> wrote: > > Hi Micha

[Axapta-Knowledge-Village] RE: Set cursor in Web's quick entry

2008-09-16 Thread Keith Wallace
Hi Michael, I haven't had to do this in version 4 but in version 3 (ie not using sharepoint) the way to do this was to add a bit of javascript to the HTML form code that AX sends back (through modifying the WebFormHtml.Layout() method). The javascript instruction is "document...focus()" I w