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.
move in cleaning service Mundelein ..I have always regretted how Microsoft price gouges and rips... Read More
First we had the original Google search that evolved into... Read More
Microsoft Business Solutions Great Plains is marketed for mid-size companies... Read More
The US House of Representatives has recently passed the "Spy... Read More
MS CRM is very close to document workflow automation, including... Read More
Find out why Spyware Removal from computers is important and... Read More
ERP (Enterprise Resource Planning) Overview covers What is ERP, Brief... Read More
C/SIDE (Client/Server Integrated Development Environment) - The core of... Read More
What is Tripwire?Tripwire is a form intrusion detection system (IDS)... Read More
Programming Help for BeginnersWe write programs to instruct computers. When... Read More
Microsoft PowerPoint has dramatically changed the way in which academic... Read More
Customer Relationship Management, abbreviated "CRM," is the term for a... Read More
As you probably know, when Microsoft purchased Great Plains Software... Read More
Does Microsoft care for WebmastersIt's always been a problem with... Read More
Introduction To ISDN, Part III: Configuring PPP PAP AuthenticationNow we... Read More
We would like first emphasize the change in the paradigm.... Read More
Every day millions of new web documents emerge on the... Read More
Logistics automation is often considered as barcoding extension to Sales... Read More
Configuring PPP PAP AuthenticationNow we know how the ISDN link... Read More
If there still are few unprotected computers left, I haven't... Read More
Microsoft Business Solutions is emerging as very attractive vendor for... Read More
Introduction to C++Why Learn C++?C++ may at first seem like... Read More
It is a well known fact that Java as a... Read More
MSN messenger is a pretty cool invention. I mean I'm... Read More
Three highly respected names in Human Resources have joined forces... Read More
insured cleaning company Highland Park ..Microsoft Business Solutions CRM is present several years on the... Read More
Microsoft Great Plains is main Microsoft Business Solutions product, targeted... Read More
Microsoft Business Solutions Great Plains is very popular ERP/MRP applications... Read More
Fleet Maintenance Management is a critical position in any company... Read More
If you have been running Windows XP for a couple... Read More
Microsoft CRM was designed to be easily customizable. Microsoft CRM... Read More
When you think... Read More
Introduction: The creating of a computer program involves a number... Read More
OEComplete is a utility for managing the personal information of... Read More
Looks like Microsoft Great Plains becomes more... Read More
Microsoft CRM customization techniques are very diversified and based on... Read More
We are in a transition phase in the Managerial Administration... Read More
What is Colossus?Colossus is software licensed to about twenty-five insurance... Read More
And kill the best layout software in the process of... Read More
Collaboration SoftwareCollaboration Software, also known as group collaboration software or... Read More
In order to meet regulatory and corporate compliance requirements reporting... Read More
With the advent of 'Service Pack 2' for Windows XP... Read More
As Mozilla Firefox nears 10% market share, with well over... Read More
We've all seen the ads on TV for Netzero 3G.... Read More
People often ask me: What image file formats will Photoshop... Read More
Microsoft Business Solutions CRM is now approaching the phase of... Read More
FTP stands for "file transfer protocol". FTP is basically a... Read More
Lotus Notes Domino is very efficient in electronic document workflow... Read More
Microsoft SQL Server is the leader for inexpensive and middle... Read More
#5 All your hardware components like Printers, PCs etc come... Read More
Software |