Search:

Type: Posts; User: gcjm

Page 1 of 13 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    17
    Views
    1,018

    Everything is not working the way I need it to. ...

    Everything is not working the way I need it to.

    I need a table for several thousand records (grid section?) with a date per row and a short excerpt from the memo field (e.g. left(80). Above that...
  2. Replies
    17
    Views
    1,018

    oh, why didn't I know that sooner! Thank you,...

    oh, why didn't I know that sooner! Thank you, Yvonne!
  3. Replies
    17
    Views
    1,018

    Thank you for the good example for me, Barry! ...

    Thank you for the good example for me, Barry!

    To recreate the example, it would be good if I could output all attributes as files to compare what I should set.
    Is that possible? How do I do that?
  4. Replies
    17
    Views
    1,018

    After trying out the WebView, Form and Canvas...

    After trying out the WebView, Form and Canvas sections and nothing worked satisfactorily, I wanted to try out the "calculated column".

    Original column = beschreibung, Memo
    Calculated column =...
  5. Replies
    17
    Views
    1,018

    I also tried a form section (instead of a small...

    I also tried a form section (instead of a small automatic WebView section) in addition a canvas section too. With the latter, I can display several fields of the data set next to each other in the...
  6. Replies
    17
    Views
    1,018

    Magic ;-) Unfortunately, the grid doesn't work...

    Magic ;-)

    Unfortunately, the grid doesn't work in the webapp like it does in the deskapp.
    Desk: I can use the arrow keys to go through the grid
    Web: I can't

    It would be good if I could...
  7. Replies
    17
    Views
    1,018

    Good idea! But: Which type of webview section?...

    Good idea!
    But:
    Which type of webview section?
    Where should I drag and drop from? (from table column names it doesn't not work with a empty webview section)
  8. Replies
    17
    Views
    1,018

    WebApp, Grid section, Memo field: My memo field...

    WebApp, Grid section, Memo field:
    My memo field is displayed in the table as "Memo". I can view and change the entire content in a split field.
    For a quick overview of the table (up and down with...
  9. Replies
    17
    Views
    1,018

    Calculated column in a grid section

    How can I insert a calculated column with left(xyz,80) in a grid section with a memo column xyz?
    Thanks Georg
  10. Replies
    5
    Views
    824

    Thank you Hank! I have used DocumentView...

    Thank you Hank!

    I have used DocumentView Sections to display PDF files several times.
    But I just wanted to have a link to a PDF URL that would be shown in a new browser tab when a button was...
  11. Replies
    5
    Views
    824

    Thank you, Yvonne! I would like to show a pdf...

    Thank you, Yvonne!
    I would like to show a pdf with

    Lianja.showDocument("https://www.abc.com/xyz.pdf");
  12. Replies
    5
    Views
    824

    Lianja.showDocument(URL)

    DeskApp: With Lianja.showDocument(URL) you can display other websites

    This is not possible with WebApp.
    I just want to display a different URL in the standard browser with a click (Canvas...
  13. Thank you, Yvonne! Lianja.clearSearch works! I...

    Thank you, Yvonne!
    Lianja.clearSearch works!
    I didn't know that "All" does the same. :-(
  14. Command to purge a found of instant of a selection manually

    Canvas section:

    DeskApp: Instant selection: A red mark appeares at the section top. I close it by clicking.
    How is the command to close it by a delegate function?

    WebApp: Nothing appears at...
  15. Replies
    0
    Views
    902

    How to purge an image in a canvas section?

    Web app, canvas section and image field:
    The image is in a table in a blob called photo.

    It is very convenient to insert an image, but I don't know how to delete it again.

    I tried:

    var cur...
  16. Thank you very much! If there weren't Yvonne, I...

    Thank you very much!
    If there weren't Yvonne, I (and my little projects) would look even older.

    By the way:
    I've always pointed out that with the many attributes it were important to list what...
  17. Data Changed and Interactive Change Delegates in Web App ok?

    While the Data Changed and Interactive Change Delegates work in the Desk View, they do not work in the Web App when I navigate to other data records. If the corresponding function is triggered by a...
  18. Replies
    4
    Views
    1,431

    Klicking "ändern", I want to switch to...

    Klicking "ändern", I want to switch to page1.section1 . It is my input form.
    Yvonne, now it's ok. I made the field "ident" (autoinc) a search field.
    Thank you for your helpful hints!
    Georg
  19. Replies
    4
    Views
    1,431

    1) Upps, page1.section1 has a wrong search field...

    1) Upps, page1.section1 has a wrong search field ("datum") and should have "ident".
    But I cannot alter this.
    2) I don't need and use ListHTML. I programmed my own webview section. I need the...
  20. Replies
    4
    Views
    1,431

    Problems with LIST HTML

    There is an little example https://www.lianja.com/doc/index.php/LIST#Example

    I applied this example exactly to my table "ereignis" and I have 2 problems:

    --- 1 ---
    <script>
    function...
  21. Replies
    4
    Views
    2,380

    Now it is ok. I dropped the autoinc for ident...

    Now it is ok.
    I dropped the autoinc for ident too before... but via via menu

    Thankful
    Georg
  22. Replies
    4
    Views
    2,380

    Sorry it seems it doesn't work. I give: ALTER...

    Sorry it seems it doesn't work.

    I give:
    ALTER TABLE ereignis MODIFY CONSTRAINT ident SET AUTOINC NEXTVALUE 3570

    My last record has the value 3569 in the ident column and
    I want the records...
  23. Replies
    4
    Views
    2,380

    Auto Increment of a column

    I needed a column (named "ident") in a data table as an identifier.
    This column was not there at first.
    After I had created the column, I numbered the rows ascending using replace.
    Then I edited...
  24. Replies
    11
    Views
    3,659

    Thank you, Yvonne, for your offer to help! To...

    Thank you, Yvonne, for your offer to help!

    To get the sorting by "date", I did everything as suggested.
    But it remains the same (see date 09/29/1953, german: 29.09.1953 in the "ereignis" table)...
  25. Replies
    11
    Views
    3,659

    Dankeschön, Yvonne! Web is ok now. But sorry...

    Dankeschön, Yvonne!

    Web is ok now. But sorry the desktop isn't sorted right.
    Very strange! Special Lianja problem?

    Georg
Results 1 to 25 of 308
Page 1 of 13 1 2 3 4
Journey into the Cloud
Join us