Jump to content

wizcoder

Members
  • Posts

    7
  • Joined

  • Last visited

wizcoder's Achievements

Rookie

Rookie (2/14)

  • First Post
  • Conversation Starter
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. Got it! Thanks Ray
  2. I have a portal with a string of text follwoing. How do I make it dynamic so that the text shift according to the number of record display.
  3. Sorry I made a typo mistake, it should have been gobal date instead of purchase date. Set Field ["gobal date", "Purchase date"] Go to layout{Refresh window, "Purchase Form"] Enter Find Mode[] Set Field["Status", "Purchase"] New Record/Request Set Field["Date", "gobal date"] Perform Find[Replace found Set] I have a portal using a relationship from a calculation field thats made up of customer id & purchase date
  4. I am need to script for the following From a current form with customer id, goto report layout with the current record. ANd generate a portal containing the product that customer purchase but only with the same purchase date. I came up with Set Field ["gobal date", "Purchase date"] Go to layout{Refresh window, "Purchase Form"] Enter Find Mode[] Set Field["Status", "Purchase"] New Record/Request Set Field["Date", "Purchase date"] Perform Find[Replace found Set] Some how its not getting the date right, its return all the purchase with different date. Any Clues
  5. Its works! Thanks LaRetta
  6. I need a script to copy a date field to another date field and to clear the rest of the date field. I am using cut and paste it works but sometime the validation dialog pops up. Clearing date field leave a ? using setfield, how to get blank without activating the validation.
  7. I need help with date validation calculation. I have fields itemID, start date and end date. ItemID can be duplicated. I need to make sure current start date and end date range do not crash with preious item's I have another set of dates start date and end date form a relationships, the check need to validate with this a well.
×
×
  • Create New...

Important Information

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