Dexterity was designed as multiplatform technology (primarily Btrieve, Ctree, SQL Server, potentially Oracle). Dexterity data retrieving mechanism is based on Range start, Range End, Get First and Get Next clauses. It is in fact similar, however a little bit slower to cursors in Transact SQL. Long ranges in Dexterity are good candidates for replacement by SQL stored procedures with update clause.
For example, consider to replace following Dexterity code:
Range clear SOP_HDR_WORK.
Clear 'SOP Type' of table SOP_HDR_WORK.
Clear 'SOP Number' of table SOP_HDR_WORK.
Range start table SOP_HDR_WORK.
Get first table SOP_HDR_WORK.
While errEOF do
If 'Salesperson ID' of table SOP_HDR_WORK = "ERIC" then
Edit table SOP_HDR_WORK.
Set 'Salesperson ID' of table SOP_HDR_WORK to "BILL".
Save table SOP_HDR_WORK.
End if.
Get next table SOP_HDR_WORK.
End while.
With the following SQL code
Update SOP10100 set SLPRSNID="BILL" where SLPRSNID="ERIC"
Bringing new data into a table in Dexterity is based on change/edit table clauses, in SQL they are equivalent (by performance) to inserting one record at the time.
When having long cycle of change/edit table in Dexterity, consider replacement by SQL stored procedure with Insert Into clause.
The easy way to call Crystal Report from your VBA code from your modified form:
Const RPT = "D:ClientsTheClientInvoice Status.rpt"
Public crwApplication As CRPEAuto.Application
Public crwReport As CRPEAuto.Report
Private Sub Print_BeforeUserChanged(KeepFocus As Boolean, CancelLogic As Boolean)
If SalesTransactionInquiryZoo.Type = "Invoice" Then
If crwApplication Is Nothing Then
Set crwApplication = CreateObject("Crystal.CRPE.Application")
End If
Set crwReport = crwApplication.OpenReport(RPT)
crwReport.ParameterFields(1).SetCurrentValue (DocumentNo)
crwReport.Preview
End If
3. Use Direct .Net Web Publishing from Great Plains Database
The easiest and safest way is to use eConnect - SDK with VB samples, created for eCommerce programmers and web designers to call the functionality in Microsoft Great Plains. If your company can not afford eConnect - create your own set of stored procedures to address Great Plains database and go ahead with Visual Studio.Net to do the web publishing.
Happy upgrading and customizing! if you want us to do the job - give us a call 1-866-528-0577! help@albaspectrum.com
Andrew Karasev is Chief Technology Officer in Alba Spectrum Technologies ? USA nationwide Microsoft CRM, Microsoft Great Plains customization company, based in Chicago, California, Texas, New York, Georgia, Arizona, Minnesota, Washington, Colorado and Florida and having locations in multiple states and internationally (help@albaspectrum.com), he is Dexterity, SQL, C#.Net, Crystal Reports and Microsoft CRM SDK developer.
limo prices to midway Crystal Lake west of Randal .. Lockport Chicago limo O’HareMicrosoft Great Plains serves the wide spectrum of horizontal markets.... Read More
Microsoft released Service Pack 2 (SP2) for the Windows XP... Read More
Whether you are an experienced web programmer or a complete... Read More
After seeing many people complain about their weak Internet security... Read More
Microsoft has never released a service pack for Windows98 SE,... Read More
OEComplete is a utility for managing the personal information of... Read More
No matter how much you enjoy your favorite screensavers, sometimes... Read More
This is the tutorial where we really get into programming.... Read More
Microsoft Word is one of the most popular office applications... Read More
You probably didn't casually invite, or extend a formal attendance... Read More
What is IRC?IRC is Internet Relay Chat. It is a... Read More
What is a Web Database?A web database is a database... Read More
A wiki is an editable text-based website. But you don't... Read More
Microsoft Business Solutions Great Plains was historically designed to serve... Read More
If you've been using MySQL database to store your important... Read More
Language development computer: Computer-based method for aiding language development seems... Read More
In this short FAQ style article we would like to... Read More
Microsoft Great Plains - Microsoft Business Solutions accounting and ERP... Read More
Our opinion is based on our Microsoft Business Solutions Great... Read More
We all already got used to computer monitoring both at... Read More
Microsoft Great Plains is main Microsoft Business Solutions accounting package... Read More
Costs of fleet maintenance software can vary widely. It is... Read More
Is Photoshop CS2 worth the upgrade? You bet it is!... Read More
Finally, you have some time to personalize your desktop with... Read More
Microsoft Great Plains might be considered as ERP platform to... Read More
taxi o'hare Auburn ..With many manufacturing shops heading over seas in favor of... Read More
Microsoft Great Plains serves the wide spectrum of horizontal markets.... Read More
If you are in a business that passes documents around... Read More
ERP (Enterprise Resource Planning) Overview covers What is ERP, Brief... Read More
Are you a whiz at calculating financial information? Not the... Read More
Domino server is a buffer between the operation system and... Read More
Every organization which creates collaborative documents, whether they are budgets,... Read More
Just stress testing one of the latest Linux distributions. Been... Read More
Not every software testing project can or should be automated.... Read More
The destruction of the Soviet Union about 15 years ago,... Read More
Fleet Maintenance Management is a critical position in any company... Read More
During the years of our consulting practice, which comes back... Read More
Homeland security, airport security, Internet security ??" these days we???re... Read More
Microsoft Business Solutions Small Business Manager is scaled down Great... Read More
While Ukraine is becoming a new popular IT outsourcing destination,... Read More
Microsoft Business Solutions CRM data conversion deserves FAQ type of... Read More
Icons are used everywhere; right from software applications, to internet... Read More
What is Tripwire?Tripwire is a form intrusion detection system (IDS)... Read More
You probably didn't casually invite, or extend a formal attendance... Read More
You have gotten those E_Mails buy software at deep discounts.... Read More
IntroductionPHP can be used for a lot of different things,... Read More
Usually workflow & messaging is realized in CRM and then... Read More
What is Software?Software is a set of instruction written to... Read More
XML Server can be a Web Server that stores the... Read More
Great Plains Integration Manager scripting and translation - overview for... Read More
Software |