Blog Comments

  1. barrymavin's Avatar
    Quote Originally Posted by leon@doene.net
    Is it possible to do this with foxpro2.6 free tables?

    I've tried but can't get the foxpro2.6 table to update with that changed in the virtual table.
    Hi Leon,

    What version of Lianja are you using?

    If you submit a ticket and attach the VFP 2.6 table I will test with the latest version.
  2. leon@doene.net's Avatar
    Is it possible to do this with foxpro2.6 free tables?

    I've tried but can't get the foxpro2.6 table to update with that changed in the virtual table.
    Updated 2022-06-30 at 08:59 by leon@doene.net
  3. Schlingmeier's Avatar
    Thanks Barry, but I added the improvement a few months ago. You also asked me for a sample link, which I submitted as well. I hope I posted it correctly.
  4. barrymavin's Avatar
    Quote Originally Posted by Schlingmeier
    If that works, that would be a great thing. There are still good VFP programs that cannot easily be switched. This would make the transition much easier. Thank you! Is it rude to ask at this point whether there are already plans to improve the calendar function? That would be a great thing from my point of view. I'd rather have everything from one source than involve other third parties. From my point of view, the current calendar function in Lianja has come a long way, only a few small adjustments are missing.
    Hi Olaf,

    If you submit an enhancement request ticket on Lianja.com I will look into it for you. It will not be in Lianja 7.0 as we expect to release that soon.
  5. Schlingmeier's Avatar
    If that works, that would be a great thing. There are still good VFP programs that cannot easily be switched. This would make the transition much easier. Thank you! Is it rude to ask at this point whether there are already plans to improve the calendar function? That would be a great thing from my point of view. I'd rather have everything from one source than involve other third parties. From my point of view, the current calendar function in Lianja has come a long way, only a few small adjustments are missing.
  6. cchsr's Avatar
    This is great now we can have the freedom to build a lot of stand alone exe's.
  7. josipradnik's Avatar
    I will add some more examples to view data:

    Free VFP dbf:

    Code:
    create virtualtable vt_cus connstr "oledb:Provider=VFPOLEDB;Mode=Share Deny None;Data Source=C:\myfreedbf\customers.dbf;Exclusive=No" as select * from customers
    use vt_cus
    browse
    MSSQL:

    Code:
    create virtualtable vt_por connstr "oledb:Provider=MSOLEDBSQL; Server=MYPC\SQLEXPRESS; Database=EVIO;Trusted_Connection=yes;" as select * from poruke
    use vt_por
    browse
  8. HankFay's Avatar
    Fantastic, Barry. This simplifies complex programming in the right way.
Journey into the Cloud
Join us