Ah, found! THX! :)
Type: Posts; User: zehnernet
Ah, found! THX! :)
Thanks barrymavin. :)
I never said this was like VFP. "As in VFP", it was all about "browse()" and record pointers ...
Here I did it according to the Lianja documentation. It just doesn't say...
Ah! Thanks to everyone!
So far I have assumed that the same commands/functions will also work the same, unless the documentation states something else.
Unfortunately, BROWSE doesn't say that it...
I have to do it like this not in an App. It's just a script to import data from other tables...
All you !found() works, but not a BROWSE after a search. Why does the record pointer ist not on the...
Hi there! :)
It's very confusing and Lianja is not doing what I expect and understand from the documentation.
The goal is simple: Open the table and search for a data record with LOCATE, SEEK /...
WOW! What a result:
With the above information on the table and the index ...
Without SET ICACHE: Well over 30 minutes
With
nsize = icache(process_id)
set icache to nsize
That sounds good, I'll start reading ...
Regarding the question of size etc .:
3.5 million records
1 record has 27 fields and is 337 bytes long.
The field to be indexed is Char (50)
Is at least interesting to research how long something takes to adapt the code accordingly. But it only provides information after something has been completed, for example after the index has been...
Hello!
I have a few questions about the App Builder IDE. So NOT for apps that will be created with it, but directly to the work environment:
- Is there a status bar somewhere, similar to...
...just want to subscribe to this thread...
I'll try my best. :)
Using the fictitious example of CUSTOMER:
1. I have manually created a database "VFPSOUTHWIND" in the data workspace.
2. I dragged and dropped all tables of the Southwind...
No! The structure of the new table is different to the old one. So I have to do it field by field and record by record...
Yes typo in here. It's fake code...
Oh man! Actually, I assume that as a newbie I am making mistakes here and not that there is a bug ...
Anyway, I'll try to create an example with the southwind database.
First of all, an overview...
Thanks, josipradnik! :)
Maybe it would be a nice idea to combine "USE" under "See also" with "CLOSE" in the documentation. :cool:
if used("myTable")
close myTable
endif
Hi there,
what's going wrong at this point?
open database myDatabase
if used("myTable")
use in myTable
endif
Hi barrymavin,
Q1 next year there are only a few days left: cool:
Hi again,
thank you for all the information. You have helped a lot. :-)
Of course, I don't miss anything in Lianja for the technical creation of a database. The question was more in the...
Hi barrymavin,
Thank you for your answer. That of course makes me think about it again. I pretend to be extra stupid to be open to everything. I would like to discuss what is good and safe for us,...
Perfect! Thank you Yvonne! :-)
Thanks, barrymavin, for your detailed answers. :-)
Only thing I hve to answer right now is your question about not using native lianja tables.
Am I right, that native lianja tables is a file...
I am a german developer who comes from VFP. So I apologize for my English in forehand ;-).
For the past few days I have pored over the documentation, taken my first steps after videos and turned...
In first place for me now, on my developing machine. Just to figure out things for later. And later for all Desktop clients in a LAN.
Here is a fresh start of a group: https://www.facebook.com/groups/VFPLianja
Hi!
Is there another way in 5.5.1?
I can change any login or login_rdp.rsp. Nothing changes...