Jump to content

Matthew Pereira

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by Matthew Pereira

  1. Hi there, (I am using sage 200/Evolution) I am trying to build a variable that would be able to replace certain parts of string in my function with blank spaces or just remove them completely from my report for me , I also need to build a variable that would take one half of my text from a textbox , and then populate another textbox with that half of text while removing it from the current textbox here is what I have done so long in terms of the string replacement: StringReplaceAll(Transactions['TxDescription'], 'Previous Allocations', '', IgnoreCase) no luck I'm afraid the system told me that I have an issue with IgnoreCase (undeclared identifier)
  2. Hi Ian, it is part of the purchase order module.
  3. Hi I wrote myself a program that takes a CSV(comma separated file) and then reads the lines in one by one into the preceding field in Sage. So far everything works expect for the lot number that just refuses to populate if the lot numbers are the same. (This was all coded to work with Sage 200) if you guys would like I wont mind sharing a screenshot of the code on here that reads the data into sage from the CSV . My assumption is that that's the way sage 200 is intended to work , that similar lot numbers are a no go ?
×
×
  • Create New...