Data Privacy Day
-
Recent Posts
February 2012 S M T W T F S « Jan 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 Categories
4GL Blog Blogroll Bugs Code Documentation dotNET Eclipse Events FixUps Free-bees General I-Types IBM Idea! Linux MS-Access mvdbs News Items odbc OS Personal PHP Publications Python RANT Rocket Software SB+ Client SB+ Server Seminars SOA SQL SystemBuilder Techniques Technologies U2 U2UG Uncategorized unFeature UniBasic unidata UniVerse Web Windows XMLTags
Blog Book Reviews Bug certification Code csv Data Privacy DBMS Documentation Eclipse EDA Free General Ideas InterCall Laugh MS-Access MS-Excel mysql newsletter nosql odbc openinsight oracle pdf PHP pick Python Rocket Software Shell scripting spooler SystemBuilder Test U2 U2 University UniBasic unidata UniVerse Useful Weird XMLArchives
- January 2012
- October 2011
- July 2011
- May 2011
- April 2011
- March 2011
- February 2011
- November 2010
- October 2010
- September 2010
- July 2010
- June 2010
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
- March 2007
- January 2007
- November 2006
- October 2006
- September 2006
- August 2006
- July 2006
- June 2006
- April 2006
- February 2006
- January 2006
- December 2005
- November 2005
Category Archives: 4GL
MS-Access 2010 and Calculated Fields
The new version of MS-Access (2010) has the ability for calculated fields. You may already know this concept as virtual fields, I-Descriptors, derived fields, or if you are rather long-in-the-tooth; correlatives within U2. So, does MS-Access 2010 have the same … Continue reading
MS-Access and multivalued data
Yes, Microsoft’s access database does multivalues. Well, sort of. Multivalues are only available within MS-Access 2007 and beyond and it is really all to do with MS-Sharepoint; the ability to link or select from a sharepoint field.
Validation SB Style
It would be useful to be able to validate data in a subroutine the same way that SB+ does in a field. The long way is to use the execute routine: [code] CALL SB.PROCESS("V:CUSTOMER.ID.VAL") IF RTN.FLAG NE 0 THEN ...error … Continue reading
Posted in 4GL, mvdbs, SB+ Server, SystemBuilder, Techniques, U2
Leave a comment
SB+ Report Bug
Using SB+ 5.3.6.365 (/SB.INFO). I have a report which sorts, breaks and displays only totals using a I-Type of (“1′”) to create a counting/totaling field. I sort on a coded short field and then break on an I-Type field which … Continue reading
Posted in 4GL, mvdbs, SB+ Server, SystemBuilder, U2
Leave a comment
How to read a record in SB+ style
In some situations, I have found that I need to write a routine that is too complicated for SB+. When using a SB+ screen, there is a nice ability to show who has locked the same record with options to … Continue reading
Posted in 4GL, Code, mvdbs, Publications, SB+ Server, SystemBuilder, Techniques, U2
Tagged Code, SystemBuilder
Leave a comment
