Jump to content

RLP

Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by RLP

  1. You are right I could do that. I was just exploring my options. I already use their Mailit plugin and was looking at their menu control and tool bars.
  2. Thanks Bruce, That works fine but now I have to worry about tuning off the Preview button in the View Menu. I was looking at the menu control from Dacon.
  3. I believe this has been discussed here before. Why does Preview mode always go to the first record when the print driver is set to current record? I have tried to correct this using a script to omit the current record but I'm having trouble returning to the original record. Thanks.
  4. DJ, The import is coming from a csv file and it is creating a found set. I tried using replace but same results. I can print the found set just fine. What I'm trying to do is allow the user to input a value to describe the set of imported records and insert this value into each record. Maybe I need to use a master/detail scheme instead.
  5. I'm importing new records to a table and trying to set a value into one field. As I understand it the import function creates a found set which I should be able to manipulate without affecting the rest of the records. I tried using Auto Entry with calculated values but no luck there either it updated all records!
  6. I'm trying to replace data in a field after inputing records, however it updates all the records in the database. Here is my code: Show All Records Import Records [ ] If[Get(FoundCount) > 0] Go to Record/Request/Page [ First ] Go to Record/Request/Page [ First ] Freeze Window Loop Set Field [ Marketing::Group Name; Setup::Group Name ] Go to Record/Request/Page[ Next; Exit after last ] End Loop End If Refresh Window What am I missing?
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.