Search:

Type: Posts; User: lianjascottking

Page 1 of 2 1 2

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    2,642

    Thank you, Yvonne Is it possible to return...

    Thank you, Yvonne

    Is it possible to return directly to the Pages workspace?
  2. Fill remaining space in container with Commandbutton

    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...
  3. Replies
    3
    Views
    2,642

    Close App and return to designer

    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
  4. So to clarify, Barry... Fields of type...

    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...
  5. Replies
    18
    Views
    9,067

    Validation - some questions

    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...
  6. Canvas - Background color of fields with Editable = False

    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...
  7. Replies
    4
    Views
    2,910

    Thanks, Rob

    Thanks, Rob
  8. Replies
    4
    Views
    2,544

    Thanks, Rob. As it turns out, the correct...

    Thanks, Rob.

    As it turns out, the correct notation is :


    Lianja.getElementById("clientmaint.section1").grid.Next()

    Scott
  9. Replies
    4
    Views
    2,910

    OK, I figured it out. I needed to call the...

    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
  10. Replies
    4
    Views
    2,544

    Thanks for the suggestion, Herb. I have a page...

    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...
  11. Replies
    12
    Views
    10,661

    Thank you, Yvonne.

    Thank you, Yvonne.
  12. Replies
    12
    Views
    10,661

    Instant Search Box

    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...
  13. Replies
    4
    Views
    2,910

    Canvas - revert changes

    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...
  14. Replies
    4
    Views
    2,544

    Grid - selected row

    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...
  15. Replies
    1
    Views
    1,907

    Anchor = 12 resizes control

    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...
  16. Replies
    2
    Views
    2,179

    SET environment commands

    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...
  17. Replies
    1
    Views
    2,436

    Canvas/Grid - ENTER key

    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...
  18. I changed the setting for "Can select rows" to...

    I changed the setting for "Can select rows" to True and the CSS formatting is working now.

    Thanks for your help, Yvonne!
  19. Replies
    4
    Views
    2,773

    I submitted a ticket for this.

    I submitted a ticket for this.
  20. Tried re-loading with no luck. I changed the...

    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;
    }
  21. Thank you, Yvonne. Here is what I am using,...

    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:...
  22. Replies
    6
    Views
    2,673

    Thanks, Yvonne. I submitted an enhancement...

    Thanks, Yvonne.

    I submitted an enhancement request for AMEMBERS() to work with all classes.
  23. Replies
    3
    Views
    2,859

    Hi Josip - Thanks for the idea. ...

    Hi Josip -

    Thanks for the idea. Unfortunately, it throws the same error.

    **** Lianja error ****
    lcActiveControl = Lianja.ActivePage.ActiveSection.ActiveControl
    ...
  24. Replies
    4
    Views
    2,773

    InputMask

    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...
  25. Replies
    6
    Views
    2,673

    Hi Josip - It does and ?oTest.FirstName...

    Hi Josip -

    It does and ?oTest.FirstName produces 'Joe'.

    Thanks,
    Scott
Results 1 to 25 of 38
Page 1 of 2 1 2
Journey into the Cloud
Join us