Thank you, Yvonne
Is it possible to return directly to the Pages workspace?
Type: Posts; User: lianjascottking
Thank you, Yvonne
Is it possible to return directly to the Pages workspace?
Suppose I have a container with a vertical layout and a number of controls. Finally, I add a Commandbutton to the container and would like the height and width of the CommandButton to fill the...
If the page header is set to Visible = .F., is it possible to close the app and return to the app builder designer?
Thanks,
Scott
So to clarify, Barry...
Fields of type DateTextBox and EditBox, for example, are custom controls and as such don't respect the "Readonly fields backcolor" in the app settings? Do I have that...
I'm trying to do validation for a Textbox field on a canvas.
Suppose I set Validation to !empty("{}") and Error to "Field must not be empty".
1. When I press the tab key, the error message...
In a canvas section, when a TextBox or NumericTextBox field has Editable = False, the background is greyed.
1. Is there a reason why this shouldn't be the case for DateTextBox and EditBox fields...
Thanks, Rob
Thanks, Rob.
As it turns out, the correct notation is :
Lianja.getElementById("clientmaint.section1").grid.Next()
Scott
OK, I figured it out. I needed to call the Cancel() method before leaving the page. Apparently, just leaving the page without calling the Cancel() method automatically commits the data.
Scott
Thanks for the suggestion, Herb.
I have a page with a grid section on it bound to a table in my database called CLIENT.
In the DblClick delegate for the grid section, I capture the Cid column...
Thank you, Yvonne.
A couple questions about instant search:
1. Is it possible to modify the Placeholder text "Instant Search" in the instant search box to a custom value?
2. Is it possible to place an InputMask on...
On a page with a canvas section with controls (TextBox, etc.) bound to a fields from a record on a table in my database, if the user makes changes to the data and then chooses to revert (not save the...
The highlighted row in a grid section seems to always be the first row in the grid when the page is initially displayed.
How can I have the grid highlighted on a row of my choosing when the page...
I have a CommandButton on a Canvas section. There are no other sections on the page. The page has Stretch Last Section = True.
I want the CommandButton to be anchored to the bottom right corner...
In VFP, we typically configured the environment with SET commands at the beginning of the application and they maintained their values until the application was exited unless the data session...
The UP/DN arrow keys move the highlighted row in a grid (Treegrid) on a canvas section. Is it possible in Lianja to detect when the ENTER key is pressed on a specific row. In VFP, this could be...
I changed the setting for "Can select rows" to True and the CSS formatting is working now.
Thanks for your help, Yvonne!
I submitted a ticket for this.
Tried re-loading with no luck.
I changed the .css file to this:
lianja_ui_tree::item:selected {
background:white;
color:black;
border: 3px solid blue;
}
Thank you, Yvonne.
Here is what I am using, but it doesn't seem to work. Any suggestions?
Name of control: grdClientList
Attribute
CSS Style:...
Thanks, Yvonne.
I submitted an enhancement request for AMEMBERS() to work with all classes.
Hi Josip -
Thanks for the idea. Unfortunately, it throws the same error.
**** Lianja error ****
lcActiveControl = Lianja.ActivePage.ActiveSection.ActiveControl
...
I have a Textbox on a Canvas. I set the InputMask to "!!!!!!!!!!" and the InputMaskType to "Custom".
I also have an InteractiveChange() delegate specified which uses the value of the Textbox to...
Hi Josip -
It does and ?oTest.FirstName produces 'Joe'.
Thanks,
Scott