HI Glen,
So at this point you won't be using a Lianja app, just using the Lianja tables?
If you wanted to access the Lianja App from VFP that could be done -- with webservice calls to a Lianja...
Type: Posts; User: HankFay
HI Glen,
So at this point you won't be using a Lianja app, just using the Lianja tables?
If you wanted to access the Lianja App from VFP that could be done -- with webservice calls to a Lianja...
Hi,
You seem to be saying that a VFP Desktop Form will access the Lianja app. I am puzzled.
Hank
Here's the Wiki page on registering the chilkat extension: https://www.lianja.com/doc/index.php/Chilkat_Lianja_Extension
Here's the chilkat page for Lianja same code:...
Hi Otto,
Check whether you are getting the chilkat global object and that the licensing is successful.
I assume you have registered the chilkat extension in Lianja.
Hank
Hi barry,
OMG, I forget entirely about the web editor view!
Hank
Hi Olaf,
Symcfusion has a Javascript HTML5 editor with the same features as Zoople. Licensing is probably free (the Community edition):
...
Hi Barry,
Not that I have an active interest in the subject, just curious. Would CSS auto-scaling (% of viewport) work for scaling fontsize?
Hank
PS: the other related topic - -the new "best...
Laissez les bons temps rouler!
Great!
Builders save time = money and increase accuracy.
Hank
What are your anchor values for the 2 Notes controls?
Try 130 (128 + 2) for the left anchor and 40 (32 + 8) for the right anchor.
Hank
Does this answer your question? https://www.lianja.com/doc/index.php/Field_Attributes
Hank
Extremely useful in match customer preferences. Thanks!
Hi Olaf,
Switch to "Expert" view in the Properties dialog and you will see that the Visible property exists on Section.
See the docs for confirmation:...
This is Harvard's Python Course without the "Computer Science" (the theoretical background) component.
CS50's Introduction to Programming with Python
For those familiar with programming...
Hi,
Modern Windows Servers do not allow http access -- it must be https.
Hank
Hi Olaf,
Lianja.showForm("new Windows tilte","form1?section3.field2.text='hello world'")
If you have declared beforehand (using, e.g., VFP/LianjaScript):
lcTextValue = "hello world"
then...
Hi Barry,
Fantastic!
Two "best-in-class" products working together is my idea of a "dream team."
I have been using Chilkat since the "oughts" with VFP and have been using it with Lianja...
Very nice! I like the more modern rounded look.
Hnak
Hi Herb,
I hadn't tried the SET STEP ON approach. In fact I hadn't thought of doing that.
I do use the "double-click the line # to insert a visual breakpoint -- that gives the same effect. It...
Hi Steven,
Switch that combobox near the top of the attributes dialog from Basic to Advanced or Expert to see more or all properties, respectively.
Hank
IOW: 18,446,744,073,709,551,616 bytes
Go for it. :)
Hi Barry,
The issue is where the roles are set, not what can be done in terms of setting those roles.
Example: a Supervisor for the Chicopee Falls, MA factory wants to allow Susie to "receive"...
Hi Barry,
I can see a very real need for an app "Admin" to be able to create/remove users from within an app and assign roles. And also to be able to add roles.
They would be created with the...
Database: https://www.lianja.com/doc/index.php/Database_Tenancies
The Domain (Lianja Domain, set when creating an app User) of the user automatically directs the user to their domain's tenanted...
So each tenant would have their own instance of the app and their own copy of the database, right? And so the folder where the prg for the script is located would have its own path, right?
And so...