Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. sepiaRabbit

    Builder Pattern

    Ok, darn looks like it is not possible. Thank you though for all of your help guys!
  2. sepiaRabbit

    Builder Pattern

    Yup each method returns "this", so it should return the current object. It is kind of weird because I can set the result of one method to new builder object, but cannot chain them. Here is a pretty close example of what I am looking for written in java that I found. public class User {...
  3. sepiaRabbit

    Builder Pattern

    That did work, kind of. I guess the end goal was to put this in as a parameter when a sandwich object is created and Foxpro didn't like when I used the with statement in there. anyway around that?
  4. sepiaRabbit

    Builder Pattern

    Hey guys, I am pretty new to Foxpro and I was trying to make a simple class that implements the builder pattern. Everything seems to work fine except when I try to chain methods together. Is this something that is not supported by Foxpro? or maybe I am missing something? Here is an example of...

Part and Inventory Search

Back
Top