Expand my Community achievements bar.

dannygeo
dannygeo
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Here it is:xfa.sourceSet.DataConnection.open();xfa.sourceSet.DataConnection.first();  var oDataConnList = xfa.sourceSet.DataConnection.nodesvar nCount = oDataConnList.length;  for (var i = 0; i < nCount; i++){    if (CurrentRecord.rawValue != SearchField.rawValue){        xfa.sourceSet.DataConnectio...

    Type

    Questions

    Views

    293

    Likes

    0

    Replies

    0
  • Ok...so I think i can get it to work by doing something like:xfa.sourceSet.DataConnection.open();xfa.sourceSet.DataConnection.first();var oRecordList = ???????????var nCount = oRecordList.length;for (var i = 0; i < nCount; i++){    if (CurrentRecord.rawValue != SearchField.rawValue){        xfa.sour...

    Type

    Questions

    Views

    291

    Like

    1

    Replies

    0
  • I am creating a few forms that access an Access database that will be used to enter data into the database.  I am able to open records from the database and scroll through records one at a time and have added features to be able to search for and display a single record.  The problem that I am havin...

    Type

    Questions

    Views

    852

    Likes

    0

    Replies

    2
Top badges earned by dannygeo
Customize the badges you want to showcase on your profile