Hi Karl,
BROWSE is a command, not a function. Can you describe in operational terms what you are attempting to achieve?
Hank
Type: Posts; User: HankFay
Hi Karl,
BROWSE is a command, not a function. Can you describe in operational terms what you are attempting to achieve?
Hank
Ah .. that's a good point. Coming from VFP that would be an easy mistake to make. I would have made it. <s>
Hank
Hi Georg,
Check out: https://www.lianja.com/doc/index.php/DocumentView_Options
Hank
Hi T,
Go to this page: https://www.lianja.com/doc/index.php/Lianja_Methods#Text_Output
and go to the Reports and Printing section
Basically, you can take what you want to print, stick it in...
3160
Perhaps a different exporter will help: http://digitalimprint.com/misc/oooexport/#:~:text=To%20use%20the%20exporter%2C%20simply,That's%20it.
Hank
If you contemplate moving the server to Linux then a Python library, e.g., pyserial, is a way to go. Lianja has interop between programming languages so accessing is pretty easy.
Hank
lo = newobject("timer")
hth,
Hank
1. Use a project to hold the 3 applications.
2. Gitkaken makes Git user easier.
Hi Olaf,
When I open Lianja Demo App and switch to Desktop App View, the right-most icon on the app toolbar looks like a document, and has the tooltip "Development view."
...
Hi Olaf,
Did you deploy the background image to the web app?
How did you specify the image file? Is that "location specification" valid from the perspective of the web app?
Hank
Hi,
An app has a default database which you chose as the first step in creating an app.
3099
Then, when you go to a create a section, you choose a table from among those in the database.
...
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:...