The following Pick technical tips are presented for Pick programmers and users alike. Bakken Software has specialized in providing software support primarily to the Pick and MultiValue community since 1985. Our expertise has been in creating user-friendly, efficient, and easily modifiable code to users of MultiValue software everywhere.
We have offered Pick / MultiValue education and training to the Pick community at large since 1992. Our purpose in presenting these MultiValue tech tips is to aid in the education and help to build the knowledge base of all existing and aspiring MultiValue programmers.
We have found over the years that a majority of Pick programmers emulate the style of coding of which they have been exposed to and are comfortable with. That said, we have tried to provide clear and concise examples for all of our Pick Tips & Tricks. If you find that a particular MultiValue technical tip is not clear and needs further elaboration, please feel free to email us. We will be happy to provide additional information or clarification to Pick programmers and non-programmers alike.
If you are a MultiValue programmer and have a MultiValue tech tip that you would like to submit to our website, we welcome your input. For additional information regarding submission of your Pick tech tips, please email us at pick_tech_tip@pick911.com
If you are a MultiValue user with some helpful advice that you would like to share with the MultiValue community, we welcome your input. Full credit (name, company name, website address, etc.) will be given to all submissions of Pick tech tips.
If you have a specific question or are struggling with a method or course of action to accomplish a challenge that you have been presented with, we will do our utmost to provide appropriate direction and information to you. All Pick or MultiValue 'challenges' should be submitted here, with the understanding that we at Bakken Software will do our best to provide appropriate answers to your questions or challenges in a timely manner. We might even propose your question to the Pick / MultiValue community at large for the appropriate answer.
Not enough room to display a descriptive column heading on your Access report? Create a new dictionary word that prints the column heading on more that one line.
Do you have a wrapping issue? Data wrapping around, splitting words apart because the specified length for output is less than the actual length of the data? Try this!
Note: All programs which allow updating to a file, should ALWAYS lock the record prior to allowing for updating or maintenance to the data. This helpful hint will allow other users to continue working when they encounter a record that is already locked by another user.
Hushing or suppressing messages. Years ago, some MultiValue flavors had a verb called HUSH. Need to suppress output from your screen? Are messsages cluttering up, overwriing, or causing the screen to scroll?