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.
recurring cleaning service Wilmette ..Have you noticed WordPerfect is gearing up for a comeback... Read More
Adobe Photoshop is one of the world's leading graphics editing... Read More
Microsoft Business Solutions Great Plains has Project Accounting module where... Read More
New post-recession era has new features, which didn't exist in... Read More
Microsoft Business Solutions Great Plains is Dexterity-written application and currently... Read More
There are certain pluses and minuses in both cases and... Read More
With this small article we are continuing Microsoft Business Solutions... Read More
.NET platform does not support multiple inheritance. Do not confuse... Read More
Here is some free software tools to help you build... Read More
Great Plains Accounting, accounting package for mid-size and small companies... Read More
Every day millions of new web documents emerge on the... Read More
Shareware has been fighting the stigma of being misunderstood for... Read More
Microsoft Business Solutions CRM proved to be reliable solution in... Read More
Small can be beautiful! Working with Knoppix for the past... Read More
When it comes to running an office, the SOHO entrepreneur... Read More
Now that spyware is the single most dangerous threat to... Read More
In today's business world it's all but impossible to escape... Read More
What is Groupware?Have you ever had to manage document collaboration... Read More
Microsoft Business Solutions CRM is present several years on the... Read More
Microsoft CRM is CRM answer from Microsoft and attempt to... Read More
We don't think about mainframe software pricing anymore, we just... Read More
Microsoft Great Plains is now targeting large and midsize businesses... Read More
In order to implement VLANs in a network environment, you'll... Read More
Microsoft Business Solutions Great Plains, Navision, Axapta, Solomon and CRM... Read More
Let us give you - developer some hints in the... Read More
reliable maid service Morton Grove ..You have gotten those E_Mails buy software at deep discounts.... Read More
So let's begin crunching down these 300 images using Adobe... Read More
Introduction to C++Why Learn C++?C++ may at first seem like... Read More
Although statistics often is blamed for various deadly sins --... Read More
Microsoft Business Solutions Great Plains might be considered as ERP... Read More
As seeing large number of implementations ? in our case... Read More
COMMAND LINE FUNCTIONA powerful command line script processor has been... Read More
The java programming language is becoming more and more popular... Read More
For a windows user like me, just can watch with... Read More
I like my software simple. If it's too complex or... Read More
While Adobe is the most known maker of PDF tools,... Read More
Our opinion is based on our Microsoft Business Solutions Great... Read More
Microsoft Business Solutions ? Great Plains is designed to meet... Read More
Sticky Noteshttp://www.deprice.com/stickynote.htmWith StickyNote 9.0, you can create beautiful 3D notes... Read More
The stakes are high when considering security, privacy, and savings,... Read More
Customer Relationship Management (CRM) is a strategy and processes used... Read More
ERP Consulting industry is on the way to serve clients... Read More
Icons are used everywhere; right from software applications, to internet... Read More
Do you want to get quality software at a reasonable... Read More
Beginning with Domino version R4 it has integration with the... Read More
C++ Function templates are those functions which can handle different... Read More
Adware is a type of Spyware program that displays some... Read More
Microsoft Business Solutions Great Plains is marketed for mid-size companies... Read More
GroupwareEfforts are continually made to manage the unavoidable ad hoc... Read More
Words we choose to describe things and phenomena often show... Read More
Software |