data selection

luciuslucius Member Posts: 12
edited 2005-08-15 in Navision Financials
Hi,

how could i get data from table (navision :)) with cfont?

iv connect to server, logined, opened db, opend company .. and now i cant find a reason to open table and get data :(

thx a lot
webprogress dev

Comments

  • luciuslucius Member Posts: 12
    Im using c# for access data
    webprogress dev
  • kinekine Member Posts: 12,562
    What about example in C/Front sdk folder? :-)

    OpenTable, FindRec, AllocRec, NextRec, CloseTable, GetFieldData, SetFilter, SetRaqnge... it is enough??? ;-)
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • luciuslucius Member Posts: 12
    C/front have sdk? uh i cant found id, i have only a library ..
    webprogress dev
  • kinekine Member Posts: 12,562
    If you have Navision installation cd, there is whole installer for the SDK... or ask you MBS partner (or me and I will send it to you...) it is 7MB uncompressed...
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • luciuslucius Member Posts: 12
    ok i send you message on icq .. im Lucius (198907711)

    thx
    webprogress dev
  • luciuslucius Member Posts: 12
    findrec();

    do
    {
    GetFieldDataByName("name");
    /*..*/
    }
    while(nextrec);

    is a reason thx
    webprogress dev
Sign In or Register to comment.