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.
efficient cleaning crew Lake Forest ..In the real world a "fire wall" is a fireproof... Read More
IntroductionDuring the early years of our modern computer era, very... Read More
Language development computer: Computer-based method for aiding language development seems... Read More
The Windows registry is a huge database that ensures normal... Read More
Are you ready? SQL Server 2005, the next-generation data management... Read More
You might think you don't need a firewall... Read More
This article will not attempt to advocate the use of... Read More
You probably didn't casually invite, or extend a formal attendance... Read More
Microsoft Business Solutions ? Navision is an integrated solution for... Read More
Microsoft Business Solutions CRM is present several years on the... Read More
Microsoft Great Plains is main Microsoft Business Solutions accounting package... Read More
Microsoft CRM is now on the scene and it is... Read More
Microsoft Business Solutions Great Plains has I'd say end user... Read More
Microsoft Great Plains is now targeting large and midsize businesses... Read More
Heard about the Quark "killer"?Adobe InDesign CS2. Will it really... Read More
Many Webmasters have never bothered to view their website's server... Read More
Anyone who has ever used Microsoft Word knows that it... Read More
Just when you thought you were Web savvy, one more... Read More
Microsoft Business Solutions Great Plains has full-featured manufacturing set of... Read More
Hi, Guys,I believe a lot of programmers are trying to... Read More
Microsoft Great Plains and Microsoft CRM become more and more... Read More
Let us give you - developer some hints in the... Read More
Every organization which creates collaborative documents, whether they are budgets,... Read More
Table of Contents1) Introduction 2) Related Work 3) Framework 4)... Read More
Music downloads are off the charts! We're listening to digital... Read More
green cleaning service Deerfield ..Microsoft released Service Pack 2 (SP2) for the Windows XP... Read More
Not every software testing project can or should be automated.... Read More
If you look back to the history, you will see... Read More
This article is for advanced Microsoft CRM SDK C# developers.... Read More
This article is the third of a series of articles... Read More
Have you noticed WordPerfect is gearing up for a comeback... Read More
Microsoft Business Solutions Great Plains is marketed for mid-size companies... Read More
What is Tripwire?Tripwire is a form intrusion detection system (IDS)... Read More
The first thing that you will notice about Linux Red... Read More
Every organization which creates collaborative documents, whether they are budgets,... Read More
I have recently created my first Php program. I wanted... Read More
In the early days of the personal computer, we're talking... Read More
There is many things more frustrating than surfing a website... Read More
Language development computer: Computer-based method for aiding language development seems... Read More
Former Great Plains Software Dynamics/eEnterprise, and currently Microsoft Business Solutions... Read More
Microsoft Great Plains is now standard mid-market ERP application, serving... Read More
How to delete the user? This is the first problem... Read More
Does Microsoft Have any Real Competition? Copyright (c) 2003 Gregory... Read More
In this article you will find some background information about... Read More
Finally, you have some time to personalize your desktop with... Read More
Microsoft Outlook is one of the most widely used software... Read More
With this small article we are continuing Microsoft Business Solutions... Read More
First we had the original Google search that evolved into... Read More
The most important benefit of XML is its simplicity. Though... Read More
When it comes to screenplay software each screenwriter needs to... Read More
Software |