Search:

Type: Posts; User: davefoss

Page 1 of 5 1 2 3 4

Search: Search took 0.00 seconds.

  1. Replies
    14
    Views
    11,310

    Try: DATABASE=BDFICC

    Try:

    DATABASE=BDFICC
  2. Replies
    2
    Views
    1,717

    SCAN ... ENDSCAN is documented here: ...

    SCAN ... ENDSCAN is documented here:

    http://www.lianja.com/doc/index.php/SCAN

    The "&" character indicates a macro substitution:

    http://www.lianja.com/doc/index.php/%26

    So basically the...
  3. Replies
    7
    Views
    8,494

    As long as the DSN exists when you try to use it...

    As long as the DSN exists when you try to use it then you shouldn't have any issues.
  4. Replies
    7
    Views
    8,494

    Lianja currently only supports 32 bit ODBC...

    Lianja currently only supports 32 bit ODBC drivers so you will want to verify that you are using the 32 bit version of the SQL Server ODBC driver as well as the 32 bit ODBC Administrator (usually...
  5. Replies
    14
    Views
    9,229

    Hi Cory, "m.varname" is a VFP convention, not...

    Hi Cory,

    "m.varname" is a VFP convention, not JavaScript. Try removing the "m.".
  6. Replies
    2
    Views
    2,123

    What is the key expression for the tag?

    What is the key expression for the tag?
  7. Replies
    2
    Views
    2,481

    Hi Fabio, This is expected behavior and...

    Hi Fabio,

    This is expected behavior and exactly what VFP does if there are no records in a table. If the table is at EOF then RECNO() will report RECCOUNT()+1.

    Hope this helps.
  8. Replies
    13
    Views
    4,953

    Hi Cory, Can you be a little more specific? ...

    Hi Cory,

    Can you be a little more specific? It's probably just me, but the way I'm reading your post it seems to be contradicting itself. The first paragraph seems to be asking about a...
  9. Replies
    2
    Views
    2,149

    Hi Cory, Check out SYSRESULTSET: ...

    Hi Cory,

    Check out SYSRESULTSET:

    http://www.lianja.com/doc/index.php/SYSRESULTSET

    You should be able to do something like this:

    SELECT FILE("orders.dbf") AS mylogical FROM SYSRESULTSET
  10. Replies
    4
    Views
    2,524

    Hi Frank, Lianja does this via Virtual Tables....

    Hi Frank,

    Lianja does this via Virtual Tables. Take a look at this doc, it should tell you everything you need to get started:

    http://www.lianja.com/doc/index.php/Virtual_Tables
  11. Replies
    5
    Views
    2,820

    Hi Larry, Lianja also saves changes you make...

    Hi Larry,

    Lianja also saves changes you make to your App, so if you find that you've broken something you can use the Versions Workspace to restore an earlier version of the App.
  12. Replies
    4
    Views
    2,681

    Hi Cory, If I'm understanding what you're...

    Hi Cory,

    If I'm understanding what you're asking you could pass the array name and macro substitute it where necessary. Something like this, but with the looping:


    public arr1(5,3)
    arr1(1,1)...
  13. Hi acrien, Bear in mind that Lianja is ...

    Hi acrien,

    Bear in mind that Lianja is designed to help you be as productive as possible by allowing you to create Apps with little to no code. That being said, you can use code in a couple of...
  14. Replies
    5
    Views
    4,410

    Just download and install the new version. ...

    Just download and install the new version. Anyone that has a licensed copy of 1.x is entitled to version 1.3 at no additional charge.
  15. Replies
    10
    Views
    4,840

    Sorry, I seem to always be a step behind! :D ...

    Sorry, I seem to always be a step behind! :D Looks like you're back to testing with telnet using the link I posted above.
  16. Replies
    10
    Views
    4,840

    Just double checking the doc - you may also have...

    Just double checking the doc - you may also have to BASE64_ENCODE() the user/pass:

    http://www.lianja.com/doc/index.php/MAILOPEN%28%29
  17. Replies
    10
    Views
    4,840

    Looks like you've got an ESMTP server then. We...

    Looks like you've got an ESMTP server then. We just added support for ESMTP so you should be able to just replace SMTP with ESMTP.
  18. Replies
    10
    Views
    4,840

    Hi Cory, The settings in Outlook should...

    Hi Cory,

    The settings in Outlook should include the port.

    You can also use telnet to test SMTP:

    https://technet.microsoft.com/en-us/library/aa995718%28v=exchg.65%29.aspx
  19. Replies
    11
    Views
    4,872

    Hi Fabio, A VT can be created against a local...

    Hi Fabio,

    A VT can be created against a local table. Just specify "local" as the ODBC Connection and enter a SQL statement.
  20. Replies
    2
    Views
    2,071

    Hi Cory, DEFAULT() or even SYS(2003) should do...

    Hi Cory,

    DEFAULT() or even SYS(2003) should do it for you.
  21. Replies
    11
    Views
    6,406

    For development purposes you can create a...

    For development purposes you can create a config.db in the .\Lianja\conf\ directory and put your SET commands there.
  22. Hi Herb, Yes, there is VT support in the 1.3...

    Hi Herb,

    Yes, there is VT support in the 1.3 RC 10 release.
  23. Replies
    8
    Views
    4,012

    Hi Harry, Thanks, I was able to reproduce the...

    Hi Harry,

    Thanks, I was able to reproduce the behavior with the logical column and submitted a new ticket under your name. You should be receiving emails as the tickets are updated, or, as Hank...
  24. This is specifically an issue with setting the...

    This is specifically an issue with setting the default in the table column attribute - setting it in the form/grid works fine. A ticket has been opened.
  25. Replies
    8
    Views
    4,012

    Thanks Harry, As I mentioned on the ticket,...

    Thanks Harry,

    As I mentioned on the ticket, the relationship was unnecessary - removing it solved the problem.
Results 1 to 25 of 111
Page 1 of 5 1 2 3 4
Journey into the Cloud
Join us