cool solution, but i think i need to figure out a little different because because of the large remote tables, "select *" would take too long.
Type: Posts; User: strato
cool solution, but i think i need to figure out a little different because because of the large remote tables, "select *" would take too long.
Hi Herb,
this is a very kind offer from you, it would be great if I could use it :)
The real word problem is that the data is on an SQL server that I want to work with using Lianja App. I first thought of creating a Lianja database with virtual tables and creating the Apps (Lianja...
thank you Hank for your attention
Are you thinking of making a "modal" visual component? I'm afraid this call (Lianja.ShowDucument ()) will remain asynchronous ...
... or that I can somehow...
is there any way to control the App launched with Lianja.showdcument()?
I am thinking of something like the Edit method launched in "modal mode". or a callback() function from the save(), cancel()...
In this post I asked how to define a VT with a parameterized WHERE condition.
Now I want to ask if I need to fill in these Section attributes, if using a properly defined VT when designing a...
in the text of https://www.lianja.com/doc/index.php/Using_Parameters_Views description I read this:
Default values for named parameters can be specified in the Virtual Table "properties" e.g....
I have some virtual tables whose definition contains a parameterized WHERE condition. In many cases this is in the form of "FIELD = m_var". I can handle this, if I understand correctly, in several...
I found that if the Page.Add() and/or Page.save() custom action properties are filled out (the custom delegate is papulated) on the Page Attributes tab, the default action will not occur even if the...
yes, this is exactly what I want ...to use the Page (framework class)'s Add action.
in the table(s) to which the new records are added, there are some data fields used by the system, hidden from users (similar to, for example, ROWID in Lianja). I want to fill in these fields either...
I want to add custom additional code to the original operation of the page.add (and/or page.save()) operation. I tried to use dodefault() (https://www.lianja.com/doc/index.php/DODEFAULT()) but...
Hi Hank,
I didn't find a detailed description of add() and save() actions, just these:
(thanks for posting the links I need to read)
https://www.lianja.com/doc/index.php/Page...
how can i find out exactly what is going on
- Page.add() and Page.save() operations?
- how does the section.deffered_add property affect this?
- what should be entered for the custom add() and...
Can a section, like a Lianja framework class, be programmatically added to any container object, just like other objects?
If I want to use a grid type, what parameters should I use for the...
hi Stefan,
I also started Lianja as a VFP user and that is a very strange difference. I think BROWSE always starts from the "first" record (depending on the order and the filter). If you are using...
in the system to be rewritten from VFP, I have a function that works on a grid basis and its purpose is very similar to section2 of example_multiselectrows App. I tried to rewrite this function into...
the timer() event may be a better solution for this purpose
Hi Hank,
First of all, thank you very much for this post. It was very helpful and inspiring for me to rethink my own work as well.
It’s especially exciting what you’re writing about the new project...
I work on such a system. I don’t know the question about it yet, but I’m seriously curious about Hank’s (HankFay) opinion.
I think I understand what you are saying. I thought about the processes that appear in the Call stack. Indeed, I don’t want to stop Lianja’s run, only the ones I started (including custom delegates)....
how can I stop the program from running (and clear the Call stack) while using step-by-step troubleshooting? Pressing the "Stop" button stops the troubleshooter, not the program being monitored. The...
this is very good news :)
is it possible to change the control source of the grid gadget runtime? If so, what is the usual way to do this?
If not, is it possible to reset (re-initialize) or replace a gadget in a working...
this is great! special thanks for the cursoradaptor.translatequery () method :)