Several Problems
Hello,
I have several problems.
=>FIRST PROBLEM:
When I do more big the width of a grid´s colum, the horizontral scroll bar appears (this is ok),but the content of the grid remains in white.
I have tried to change Virtual Mode (true/false), but it seems not to work.
=>SECOND PROBLEM:
I want to change the style of the cursor when (for example) my web applicaton is filtering the grid, I try the code below, but cursor don´t change.
It is necessary to make it otherwise when you use AW buttons?
I have tried this with a simple web page with two buttons (if you touch first button, the cursor takes the style "wait" and if you touch the other button, cursor takes the default style).
Why this not work in my application web.
btnFiltrar.onControlClicked = function(){
document.body.style.cursor = "wait";
.... // code to filter the grid
document.body.style.cursor = "default";
}
=>THIRD PROBLEM:
Which is the capacity of a cell from an AW.XML.Table?
I have a memo field in my database (access), but when I execute a query and put the result in an AW.XML.Table, it (the cell of the table) only contains 255 chars. of my memo field, if I execute the query from access it returns all the characters of the field.
I wait for your response. Thank´s
I have several problems.
=>FIRST PROBLEM:
When I do more big the width of a grid´s colum, the horizontral scroll bar appears (this is ok),but the content of the grid remains in white.
I have tried to change Virtual Mode (true/false), but it seems not to work.
=>SECOND PROBLEM:
I want to change the style of the cursor when (for example) my web applicaton is filtering the grid, I try the code below, but cursor don´t change.
It is necessary to make it otherwise when you use AW buttons?
I have tried this with a simple web page with two buttons (if you touch first button, the cursor takes the style "wait" and if you touch the other button, cursor takes the default style).
Why this not work in my application web.
btnFiltrar.onControlClicked = function(){
document.body.style.cursor = "wait";
.... // code to filter the grid
document.body.style.cursor = "default";
}
=>THIRD PROBLEM:
Which is the capacity of a cell from an AW.XML.Table?
I have a memo field in my database (access), but when I execute a query and put the result in an AW.XML.Table, it (the cell of the table) only contains 255 chars. of my memo field, if I execute the query from access it returns all the characters of the field.
I wait for your response. Thank´s
TECNORA
May 15,