Search:

Type: Posts; User: zehnernet

Page 1 of 2 1 2

Search: Search took 0.00 seconds.

  1. Ah, found! THX! :)

    Ah, found! THX! :)
  2. Replies
    14
    Views
    4,703

    Thanks barrymavin. :) I never said this was...

    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...
  3. Ah! Thanks to everyone! So far I have assumed...

    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...
  4. I have to do it like this not in an App. It's...

    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...
  5. [solved] USE and SEEK / SEEK () as the target

    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 /...
  6. Replies
    6
    Views
    4,858

    WOW! What a result: With the above information...

    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
  7. Replies
    6
    Views
    4,858

    That sounds good, I'll start reading ... ...

    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)
  8. Replies
    6
    Views
    4,858

    Is at least interesting to research how long...

    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...
  9. Replies
    6
    Views
    4,858

    App Builder IDE

    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...
  10. ...just want to subscribe to this thread...

    ...just want to subscribe to this thread...
  11. Replies
    14
    Views
    4,703

    I'll try my best. :) Using the fictitious...

    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...
  12. Replies
    14
    Views
    4,703

    No! The structure of the new table is different...

    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...
  13. Replies
    14
    Views
    4,703

    Yes typo in here. It's fake code...

    Yes typo in here. It's fake code...
  14. Replies
    14
    Views
    4,703

    Oh man! Actually, I assume that as a newbie I am...

    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...
  15. Replies
    14
    Views
    4,703

    Thanks, josipradnik! :) Maybe it would be a...

    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
  16. Replies
    14
    Views
    4,703

    Drop and delete tables from a database

    Hi there,

    what's going wrong at this point?



    open database myDatabase
    if used("myTable")
    use in myTable
    endif
  17. Replies
    9
    Views
    2,904

    Hi barrymavin, Q1 next year there are only a...

    Hi barrymavin,

    Q1 next year there are only a few days left: cool:
  18. Replies
    9
    Views
    2,904

    Hi again, thank you for all the information....

    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...
  19. Replies
    9
    Views
    2,904

    Hi barrymavin, Thank you for your answer. That...

    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,...
  20. Perfect! Thank you Yvonne! :-)

    Perfect! Thank you Yvonne! :-)
  21. Replies
    9
    Views
    2,904

    Thanks, barrymavin, for your detailed answers....

    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...
  22. Replies
    9
    Views
    2,904

    Ultimate start for a VFPer!

    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...
  23. In first place for me now, on my developing...

    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.
  24. Replies
    7
    Views
    5,294

    Here is a fresh start of a group:...

    Here is a fresh start of a group: https://www.facebook.com/groups/VFPLianja
  25. Hi! Is there another way in 5.5.1? I can...

    Hi!

    Is there another way in 5.5.1?
    I can change any login or login_rdp.rsp. Nothing changes...
Results 1 to 25 of 33
Page 1 of 2 1 2
Journey into the Cloud
Join us