|
From: Scott R. <s....@pr...> - 2005-11-28 17:02:57
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type"> <title></title> </head> <body bgcolor="#ffffff" text="#000000"> <font size="-1">I believe that it is a function used to retrieve transaction numbers from the systypes table for financial transactions. It allows you to start certain financial transaction, like sales orders or invoices, at something other than 1, which helps when transitioning from an old system.<br> <br> Regards,<br> Scott<br> </font><br> Clay Mockus wrote: <blockquote cite="mid...@bi..." type="cite"> <pre wrap="">Hi Everyone Just curious - what's the purpose of GetNextTransNo()? Is it for databases that don't have auto_increment functionality? Can I just ignore this and make my primary key auto_increment when designing a new table? Thanks, Clay Mockus SE Solutions <a class="moz-txt-link-abbreviated" href="mailto:cla...@se...">cla...@se...</a> ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! <a class="moz-txt-link-freetext" href="http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click">http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click</a> _______________________________________________ Web-erp-developers mailing list <a class="moz-txt-link-abbreviated" href="mailto:Web...@li...">Web...@li...</a> <a class="moz-txt-link-freetext" href="https://lists.sourceforge.net/lists/listinfo/web-erp-developers">https://lists.sourceforge.net/lists/listinfo/web-erp-developers</a> </pre> </blockquote> </body> </html> |