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...
Type: Posts; User: gcjm
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...
oh, why didn't I know that sooner! Thank you, Yvonne!
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?
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 =...
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...
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...
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)
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...
How can I insert a calculated column with left(xyz,80) in a grid section with a memo column xyz?
Thanks Georg
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...
Thank you, Yvonne!
I would like to show a pdf with
Lianja.showDocument("https://www.abc.com/xyz.pdf");
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...
Thank you, Yvonne!
Lianja.clearSearch works!
I didn't know that "All" does the same. :-(
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...
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...
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...
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...
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
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...
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...
Now it is ok.
I dropped the autoinc for ident too before... but via via menu
Thankful
Georg
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...
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...
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)...
Dankeschön, Yvonne!
Web is ok now. But sorry the desktop isn't sorted right.
Very strange! Special Lianja problem?
Georg