Hi all
I wish to custom the navigation bar by changing its height and replacing the standard CRUD icons with my own icons for New, Delete, Edit.
May I know how this can be done if it is...
Type: Posts; User: tekhong
Hi all
I wish to custom the navigation bar by changing its height and replacing the standard CRUD icons with my own icons for New, Delete, Edit.
May I know how this can be done if it is...
Hi Barry
Many thanks for considering my request
Lianja team response is unmatched by all the previous frameworks I have used!!
Best Regards
Hi Barry
Thanks for the new unique check function. It would be good if we can have a parameter to allow the check to ignore blank or NULL values when checking duplicates
Your kind consideration...
Hi Barry
Thanks for this very useful form enhancements!!! Building UI in Lianja just got a lot easier.
Best Regards
Hi Jon
Tab key does work for me in form section in browser view
May I know what section are you referring to that you cannot tab to next field?
Thanks & Best Regards
Hi Gacesor
I am building my first Lianja app with MSSQL using VT. I find Lianja a very productive environment to build web app which I have not been able to do before. I think it is good...
Hi All
Thanks for your advice!! Will explore Python library for XLSX automation
Best Regards
Hi All
I have a some 3rd party VFP classes that I dont have the source to convert.
One such is VFPxWorkBookXLXS.VCX which I use to call to update XLSX workbook celle without MS Excel
Was...
Hi All
My Lianja is installed in my local PC and I wish to connect to the Lianja DB from my VFP program
May I know how do set the user and password in my ODBC connecting string in following?
...
Hi All
I have a canvas section with a non table bound field that I wish to update its value when another field on the form is changed.
May I know what delegate can I use to add code to achieve...
Hi All
I have a canvas form which I need to make scrollable. I have set the Section "Scrollable" to Yes. May I know what other attributes that I need to set to make the form scrollable? I have...
HI Hank
Thanks for sharing. BTW, if my app uses MSSQL and my Lianja app uses VT to access MSSQL, can I still use the index tag approach to sort my grid?
Once again, your advice most appreciated...
Hi All
I have a page with a form section and a child grid section. Using the Southwind database, I would have customer in the form and Orders in the grid. I wish to display the grid records in...
Hi All
I have a grid section and enable a split Edit Window
By default only fields on the grid will appear in the side edit form window
Is there a way to have a field not in grid but appear in...
Hi All
Just to check if there is a way to create a new Lianja user account programmatically instead of using the User workspace to create new user account?
Your advice is much appreciated
...
Hi Lianja Team
This is a major step towards NoCode app development as Canvas section allows VFP9 drap and drop method of building UI
With able to convert canvas section to a component, this will...
Hi WJ
For best practice, the PK of a table should be a single field only
You need to use ALTER TABLE command to set the PK field for a table
Thanks & Best Regards
Hi WJ
It is not necessary to set constraints as I know.
Just build the tables using the Lianja data workspace and related the tables by joining the section headers.
Thanks & best Regards
Hi Lianja Team
Many thanks for another great release!!!
Best Regards
Hi Olaf
If you use exports.conf, you do not need Lianja.evaluate. So it is a matter of preference.
Lianja.evaluate() is like VFP DO or RUN command. It might return value or not to the...
Hi
My understanding is for webapp the UI code need to be in Javascript. However, the javascript code can call VFP functions that runs on the server. The VFP functions will return values to...
Hi All
I have 60+ code tables that basically have the same field names. I am looking at possibility of a single page reusable for all the 60+ code tables for easier testing and maintenence.
Is...
Hi Hank
Tested the following works!!!
XXXXXX {CHR(13)+CHR(10)} XXXXXXXXXX
Thanks again
HI Hank
Thanks for the tip!! Will try out
Best Regards and Happy New Year!!!
Hi all
I have a tabview section with multiple tabs.
I wish to display some info from the table of the 1st tab in the 2nd tab and 3rd tab pages.
In my case, I need the info to be spread out...