Search results

  1. B

    SUM SQL Query In Same Session

    I am trying to get the sum of a column with in a session when a user scans a barcode. The following is on a SQL variable field. Basically, when the index is entered of the item, I want to get the sum of a column for all references to the index. SELECT SUM(Session6.Field14) FROM Session6 WHERE...
  2. B

    Button Becomes Visible On Multiple Tabs

    I have form logic to make a button, which resides on the 2nd tab, visible if a checkbox is selected (it is by default) which is also on the 2nd tab. The problem is that on startup the button shows visible on the first tab. Any ideas? Thanks.
  3. B

    Updating Data Source Fields

    After adding fields in the desktop project, I would like to refresh the data source fields in connect so I can make the relationship. The only way I have gotten this to work when using a live profile is to recreate the profile. This can be time consuming when you have multiple sessions. Am I...
Top