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.
kitchen deep cleaning Deerfield ..Anti-virus software is used to find, remove or fix files... Read More
Microsoft CRM has built-in conversion tool, however you should probably... Read More
The objective for Zandi Digital is to make available clever... Read More
It is possible that if one avoided all sources of... Read More
When Windows fails to boot it is normally caused by... Read More
Microsoft Great Plains is main Microsoft Business Solutions accounting package... Read More
Microsoft Great Plains could be tuned and setup to fit... Read More
Internet worms. Is your PC infected?If your computer has become... Read More
Combining Microsoft Business Solutions Great Plains ERP with non-Microsoft Business... Read More
Microsoft Business Solutions offers several ERP applications: Great Plains, Navision,... Read More
It's not very often I get excited about a software... Read More
Microsoft Great Plains is one of three Microsoft Business Solutions... Read More
Our hosted solution allow you to run your own search... Read More
IBM Lotus Notes with Domino email server is traditional document... Read More
(1) Avoid using the same variable again and again for... Read More
Currently Microsoft Business Solutions is on the way of creating... Read More
Microsoft CRM is relatively new player on the now becoming... Read More
Introduction: The creating of a computer program involves a number... Read More
Microsoft CRM and IBM Lotus Notes Domino seem to be... Read More
Microsoft Business Solutions CRM is web-based CRM application, deploying all... Read More
As we could imagine, if you are reading this article... Read More
One of the main reasons business owners and entrepreneurs use... Read More
Microsoft Business Solutions Great Plains is marketed for mid-size companies... Read More
We would like to give you several situations, when you... Read More
If you feel intimidated when someone tries to teach you... Read More
interior house cleaning Highland Park ..According to a survey conducted by InfoTrends/CAP Ventures entitled "Content-Centric... Read More
I have yet to see a business that, sometimes in... Read More
Microsoft CRM customization techniques are very diversified and based on... Read More
Sometimes your PC will start acting strange for no apparent... Read More
In a previous article, I wrote about OpenOffice... Read More
Just when you thought you were Web savvy, one more... Read More
Great Plains Accounting, accounting package for mid-size and small companies... Read More
It is really interesting that a bug can create problem... Read More
For a long time now Microsoft's Internet Explorer has ruled... Read More
Does Microsoft Have any Real Competition? Copyright (c) 2003 Gregory... Read More
I completed an experiment recently. I wanted to find out... Read More
In the previous ISDN article, we looked at how and... Read More
The intuitive algorithm.Roger Penrose considered it impossible. Thinking could never... Read More
We would like first emphasize the change in the paradigm.... Read More
Task Manager is a Windows system utility that displays thetasks... Read More
... Read More
Microsoft Great Plains, former Great Plains Software Dynamics / eEnterprise... Read More
It won't matter how effective your WinRunner Team is if... Read More
It is possible that if one avoided all sources of... Read More
What is Software?Software is a set of instruction written to... Read More
Traditionally we were considering functionally rich systems, such as SAP,... Read More
What is Snort?Snort is an open source network intrusion detection... Read More
The Internet is reshaping every form of communications medium, and... Read More
This article is the third of a series of articles... Read More
Looks like Microsoft Great Plains becomes more and more popular,... Read More
Software |