In demo example_webapp1 I can rearange (reorder) tabs Categories and Shippers (which will be the firstly shown).
Can you do this?
Maybe to show us the screenshot to better understand your...
Type: Posts; User: josipradnik
In demo example_webapp1 I can rearange (reorder) tabs Categories and Shippers (which will be the firstly shown).
Can you do this?
Maybe to show us the screenshot to better understand your...
Hi Strato,
What did you put in "Data source" exactly ?
RLOOKUP: https://www.lianja.com/doc/index.php/RLOOKUP()
Woody,
I was really laughing loud that at first you were concerned by the post title -
that Barry messed up Lianja and is calling for help.
This made my day. :D
Are you looking for PageBuilder: https://www.lianja.com/doc/index.php/PageBuilder
Try VFP ODBC driver: https://www.lianja.com/community/showthread.php?3109-Answers-VFP-ODBC-Driver
Also: https://lianjadeveloper.wordpress.com/category/vfp-odbc-driver/
Lianja's BROWSE is rudiment and is shown modal.
So you cannot move the pointer like in VFP old days when BROWSE played the main role of UI.
I am not a fan of noSQL and BROWSE, but try this:
LOCATE FOR customerid = "EASTC"
?found()
.T.
BROWSE for customerid = "EASTC"
set order to customerid
I am not sure but try IOSTATS: https://www.lianja.com/doc/index.php/IOSTATS()
Can you explain in the terms of southwind database tables what do you want to achieve?
Maybe there is a simpler way.
For example,
after converting data VFP-> Lianja you got the table CUSTOMERS...
When I do not use "myDB!" in DROP TABLE, the file is gone.
Try
if used("myTable")
close myTable
endif
drop table myTable
and submit the ticket for bug for not erasing the file...
Try this:
if used("myTable")
close myTable
endif
drop table myDatabase!myTable
See: http://www.lianja.com/community/showthread.php?3283-Use-in-console-doesn-t-close-previous-table
Error messages are here: https://www.lianja.com/doc/index.php/Error_Messages:_Lianja/VFP
Hi Georg,
You need to create your database and table(s) in it.
I did it and implemented in lianjademo app.
I added Lianja's message "Record was updated." in original field and my translation in...
Hi Strato
Here is a collection of information regarding memo fields in one place: https://lianjadeveloper.wordpress.com/category/memo-field/
Hi Strato,
Show us some of your code so we can find what is wrong.
Or upload the package (lpk) of your app so we can reproduce your problem.
Josip
In documentation: https://www.lianja.com/doc/index.php/Database_Tenancies
Hi tekhong,
I have just tried VFPxWorkBookXLXS.VCX and it works well as a COM in Lianja. It seems like a nice VFP class.
But I would rather that you try it first with Python and then show us...
Hi Fabio,
You should show me error text or a screenshot.
I suppose your C# does not start with
using System.Runtime.InteropServices;
I need not to worry about registering it because C# project has set in its Properties,
Tab "Build Events",
in "Post-build event command line" something like that:
"C:\Program Files...
It's red all the time.
20:58:26 start, 20:59:16 - red
21:00:56 restart, 21:02:41 -red
2220
Nothing shows. No .F. result.
Debug_client.txt:
Beta5. Red while runnung.
2219
If I properly understand where to put int(),
?ox2.dynamicCall("foxproc5(int(),int()",3,4)
.F.
Beta5, the same result in all four variants.
I made 4 variants of procedure's returned value (foxproc2,foxproc3,foxproc4,foxproc5):
2217
According debug_client.txt It is irrelevant for dynamicCall():