Search:

Type: Posts; User: Phjr

Page 1 of 4 1 2 3 4

Search: Search took 0.04 seconds.

  1. Replies
    1
    Views
    1,474

    form section refresh

    what is this supposed to refresh? or should the refresh delegate be used for something to happen?
    Regards
  2. Replies
    4
    Views
    17,002

    Thanks, it is fine now. Regards

    Thanks, it is fine now.
    Regards
  3. Replies
    0
    Views
    1,985

    handling duplicates in a form

    hi, in a before_update delegate i find that i am about to add a duplicate field, how can i revert/rollback ?

    How about errors while working with an (ODBC) virtual table, is "on error" the way to...
  4. Replies
    4
    Views
    17,002

    No ODBC connectivity with Windows 7 64 bits

    Hi, ODBC test from console fails while "Datasource" test from "Administrative Tools" panel succeeds. This does'nt happen on Vista 32bits.
    Driver is "MySQL ODBC 5.2 ANSI DRIVER" for Windows 64bits...
  5. Replies
    7
    Views
    6,707

    Both issues, seqno() and SQL count(), are sorted...

    Both issues, seqno() and SQL count(), are sorted with RC8, great!
    Best regards
  6. Replies
    7
    Views
    6,707

    Thanks a lot.

    Thanks a lot.
  7. Replies
    7
    Views
    6,707

    then no delegate is associated to the...

    then no delegate is associated to the "commit/validate" action in a way similar to the "refresh" action?
  8. Replies
    7
    Views
    6,707

    This is an ordinary form section, I first...

    This is an ordinary form section, I first validate with the "green tick", is this associated to a delegate? (I put "skip 0" in the refresh delegate (after validating) and update was written)
    Regards
  9. Replies
    7
    Views
    6,707

    ODBC Write to database delayed

    I noticed that an update in a form is written only when I change record (next, previous ...), is there a way to make sure it is written immediately ?
    form is based on a virtual table mapped to a...
  10. Replies
    10
    Views
    5,643

    unless I am doing something wrong, seqno()...

    unless I am doing something wrong, seqno() does'nt behave that way
    table structure
    Structure for table : tab.dbf
    Alias : tab
    Number of records : 4
    Date of creation ...
  11. Replies
    10
    Views
    5,643

    you mean in RC8?

    you mean in RC8?
  12. Replies
    10
    Views
    5,643

    I can't use seqno(), as it is re-initialised at...

    I can't use seqno(), as it is re-initialised at app startup. It has to be a sequence used by surrogate keys. My workaround is a virtual table invoking a function defined on the db side.
    Regards
  13. Replies
    10
    Views
    5,643

    default value for a field

    can one use a select statement returning a single value for "default" ? what would be the syntax ? (enclosed, not enclosed ...)
    ex : select max(id) from ids

    Regards
  14. Replies
    3
    Views
    2,787

    done Regards

    done
    Regards
  15. Replies
    1
    Views
    1,581

    aftercreate delegate & available values

    Hi, delegate below is defined on a table with an autoincrement field "myid".
    When creating a record, value in "myid" field is incremented but getElementById on this field returns the previous...
  16. Replies
    3
    Views
    2,787

    SQL count returns 'nothing" instead of 0

    Should'nt a count on a table return 0 is no record is found? (as on all other databases)

    open database southwind
    select count(1) from employees where employeeid>0
    No records selected
    ...
  17. Replies
    8
    Views
    2,490

    I could'nt reproduce on another machine with same...

    I could'nt reproduce on another machine with same software (centos 6.4 & builder RC7)...

    can KEYMATCH() be used with a virtual table where primary indexes are a remote database?
    Regards
  18. Replies
    8
    Views
    2,490

    builder exist when no record into table

    in console

    open database southwind
    set debug on
    select count(1) from employees where firstname='Anne......'

    then Builder exists and debug_client.txt is empty

    How, in a delegate, can I...
  19. Replies
    3
    Views
    1,775

    with "get data mapping" only set for field...

    with "get data mapping" only set for field cities.provinceid
    keylookup("provinces","xprovinceabrv",cities.provinceabrv,provinceid)
    correct value for provinceid is return in form section from...
  20. Replies
    3
    Views
    1,775

    keylookup with 2 fields

    hi, i can lookup a field using the content of another field but it is not written in table

    table provinces ( provinceid integer, provinceabrv char(4) )
    with index xprovinceabrv on...
  21. Replies
    3
    Views
    9,487

    ok, it worker better, there is still something...

    ok, it worker better, there is still something wrong when accessing photo through the virtual table.

    I ried to create a catalog view section and no picture was displayed.

    virtual table...
  22. Replies
    3
    Views
    9,487

    virtualtable & object

    Hi, fail to retrieve employees.photograph through a virtualtable mapping a Lianja Sql Server table. This does'nt happen with ordinary colums.

    virtual tables definition...
  23. Replies
    2
    Views
    11,774

    Its ok now, thanks

    Its ok now, thanks
  24. Replies
    2
    Views
    11,774

    DSNLess connection to Lianja Sql Server

    Hi, can connect with following data source
    [LianjaDemo]
    Driver = Lianja
    DATABASE = ODBC:RECITAL:SERVERNAME=10.231.92.232;USERNAME=?;PASSWORD=?;DATABASE=southwind;

    isql test
    [root@lnxdev ~]#...
  25. Well, it is working well with mysql ! All DML...

    Well, it is working well with mysql ! All DML statements issued from a small app referencing 3 virtual tables mapping mysql tables went through successfully.
    (Linux Builder RC7, MySQL 5.6.12,...
Results 1 to 25 of 88
Page 1 of 4 1 2 3 4
Journey into the Cloud
Join us