Software Information



Articles Main Page | Main Site Home Page





Text Ad's by TextAdPro.com
Make Money For Real doing nothing - 3 ways to profit - EZmatic.com.

ThatsNeato.com - That's Neato!

Home Business Money Making - How to make money on the net.

2coolhair.com - Over 5,000 Hairstyles Pitcures.



Upgrading Great Plains Dexterity Customization - switching to new technologies: SQL, Crystal, eConne


1.  Replace Dexterity cursor with SQL Stored Procedure

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.

 

2.  Use Crystal Reports, call them from via VBA in Modified form

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 (www.albaspectrum.com), he is Dexterity, SQL, C#.Net, Crystal Reports and Microsoft CRM SDK developer.


MORE RESOURCES:
table border=0 width= valign=top cellpadding=2 cellspacing=7trtd valign=top class=jfont style=font-size:85%;font-family:arial,sans-serifbrdiv style=padding-top:0.8em;img alt= height=1 width=1/divdiv class=lha href=http://news.google.com/news/url?sa=Tct=us/0-0fd=Rurl=http://www.marketwatch.com/news/story/WorkForce-Software-Host-its-First/story.aspx%3Fguid%3D%257B48B209E3-58EF-4A15-A6CA-BF0854FDE997%257Dcid=1277502452ei=mw84SdawLJqO9QSulLmjDwusg=AFQjCNGc_q8rfIZfeFjMOAv3jFdFYEryKgWorkForce bSoftware/b to Host its First Annual Career Fair in Michigan/abrfont size=-1font color=#6f6f6fMarketWatchnbsp;-/font nobr35 minutes ago/nobr/fontbrfont size=-1Due to our rapid expansion, we are hiring for several positions within our bsoftware/b development and implementation departments. b.../b/fontbrfont size=-1a href=http://news.google.com/news/url?sa=Tct=us/0-1fd=Rurl=http://www.marketwatch.com/news/story/WorkForce-Software-Delivers-430-ROI/story.aspx%3Fguid%3D%257B4238B00B-C8BF-4D69-AA1B-DA091D0FAD62%257Dcid=1277502452ei=mw84SdawLJqO9QSulLmjDwusg=AFQjCNE0bXTDCzTxOvtprvvCPOzFpxBpwgWorkForce bSoftware/b Delivers 430% ROI for University with EmpCenter/a font size=-1 color=#6f6f6fnobrMarketWatch/nobr/font/fontbrfont class=p size=-1a class=p href=http://news.google.com/news?sourceid=navclientie=ISO-8859-1rls=GGLG,GGLG:2005-22,GGLG:enncl=1277502452hl=ennobrall 9 news articles/nobr/a/font/div/font/td/tr/table

table border=0 width= valign=top cellpadding=2 cellspacing=7trtd width=80 align=center valign=topfont style=font-size:85%;font-family:arial,sans-serifa href=http://news.google.com/news/url?sa=Tct=us/1i-0fd=Rurl=http://news.cnet.com/8301-10805_3-10112904-75.htmlcid=1277436405ei=mw84SdawLJqO9QSulLmjDwusg=AFQjCNHi8tDSoEhWIsMuCEoRxIntfTuNCwimg src=http://news.google.com/news?imgefp=HBRLgL3DerAJimgurl=news.cnet.com/i/bto/20081203/blue_2_270x284.JPG width=76 height=80 alt= border=1brfont size=-2CNET News/font/a/font/tdtd valign=top class=jfont style=font-size:85%;font-family:arial,sans-serifbrdiv style=padding-top:0.8em;img alt= height=1 width=1/divdiv class=lha href=http://news.google.com/news/url?sa=Tct=us/1-0fd=Rurl=http://www.crn.com/software/212201891cid=1277436405ei=mw84SdawLJqO9QSulLmjDwusg=AFQjCNHu1DfcTGVJNJg_f7CxJWKeZdmoiQMicrosoft Warns Against Fake #39;Blue Edition#39; bSoftware/b/abrfont size=-1font color=#6f6f6fCRN,nbsp;NYnbsp;-/font nobr59 minutes ago/nobr/fontbrfont size=-1Microsoft said it has been receiving complaints from unsuspecting customers having been stung after buying counterfeit Windows XP bsoftware/b and quot;illicit b.../b/fontbrfont size=-1a href=http://news.google.com/news/url?sa=Tct=us/1-1fd=Rurl=http://www.sfgate.com/cgi-bin/blogs/sfgate/detail%3Fblogid%3D19%26entry_id%3D33206cid=1277436405ei=mw84SdawLJqO9QSulLmjDwusg=AFQjCNHFz9Hij5uwIbW6CsgB4flrW34CTgMicrosoft goes after bsoftware/b pirates/a font size=-1 color=#6f6f6fnobrSan Francisco Chronicle/nobr/font/fontbrfont size=-1a href=http://news.google.com/news/url?sa=Tct=us/1-2fd=Rurl=http://www.techflash.com/microsoft/New_Microsoft_piracy_case_targets_bogus_Blue_Edition_software35512684.htmlcid=1277436405ei=mw84SdawLJqO9QSulLmjDwusg=AFQjCNH2BDq6k1kXzk8iLLOJRoCTY4STQANew Microsoft piracy case targets bogus ‘Blue Edition’ bsoftware/b/a font size=-1 color=#6f6f6fnobrTechFlash/nobr/font/fontbrfont size=-1a href=http://news.google.com/news/url?sa=Tct=us/1-3fd=Rurl=http://uk.sys-con.com/node/767835cid=1277436405ei=mw84SdawLJqO9QSulLmjDwusg=AFQjCNFnvoBj_cg6p9PCq93CkesTxbISWA#39;Buyer Be Smart#39; on Online Auctions/a font size=-1 color=#6f6f6fnobrSYS-CON Media/nobr/font/fontbrfont size=-1 class=pa href=http://news.google.com/news/url?sa=Tct=us/1-4fd=Rurl=http://seattlepi.nwsource.com/business/390552_msftpiracy04.htmlcid=1277436405ei=mw84SdawLJqO9QSulLmjDwusg=AFQjCNHjHHNJbl7tz1a3qsbw2qZmVicgOwnobrSeattle Post Intelligencer/nobr/anbsp;- a href=http://news.google.com/news/url?sa=Tct=us/1-5fd=Rurl=http://www.pcworld.com/article/154925/microsoft_targets_auctions_in_counterfeit_crackdown.htmlcid=1277436405ei=mw84SdawLJqO9QSulLmjDwusg=AFQjCNGP9WK5iT_y5ORIFnkF_hAgU1osSwnobrPC World/nobr/a/fontbr/font class=p size=-1a class=p href=http://news.google.com/news?sourceid=navclientie=ISO-8859-1rls=GGLG,GGLG:2005-22,GGLG:enncl=1277436405hl=ennobrall 29 news articles/nobr/a/font/div/font/td/tr/table

table border=0 width= valign=top cellpadding=2 cellspacing=7trtd valign=top class=jfont style=font-size:85%;font-family:arial,sans-serifbrdiv style=padding-top:0.8em;img alt= height=1 width=1/divdiv class=lha href=http://news.google.com/news/url?sa=Tct=us/2-0fd=Rurl=http://online.wsj.com/article/SB122840422009579487.html%3Fmod%3Dgooglenews_wsjcid=1277452365ei=mw84SdawLJqO9QSulLmjDwusg=AFQjCNG_S-p_ELZgNPjqB5BzYfD7GT995AJDA bSoftware/b, i2 Scrap Merger/abrfont size=-1font color=#6f6f6fWall Street Journalnbsp;-/font nobr1 hour ago/nobr/fontbrfont size=-1By KERRY E. GRACE I2 Technologies Inc. ended its planned $346 million sale to JDA bSoftware/b Group Inc., under which the two supply-chain bsoftware/b companies b.../b/fontbrfont size=-1a href=http://news.google.com/news/url?sa=Tct=us/2-1fd=Rurl=http://www.reuters.com/article/mergersNews/idUSBNG30148820081204cid=1277452365ei=mw84SdawLJqO9QSulLmjDwusg=AFQjCNEfRSzO4uTmyY-rkGdSonnzKtRwPwUPDATE 1-I2 Technologies ends merger deal with JDA bSoftware/b/a font size=-1 color=#6f6f6fnobrReuters/nobr/font/fontbrfont size=-1a href=http://news.google.com/news/url?sa=Tct=us/2-2fd=Rurl=http://newsticker.welt.de/index.php%3Fchannel%3Dfin%26module%3Dsmarthouse%26id%3D819028cid=1277452365ei=mw84SdawLJqO9QSulLmjDwusg=AFQjCNG2f5oW9s7qijSXPA3wo-HoJLaG6gi2 Announces Termination of Merger Transaction with JDA bSoftware/b b.../b/a font size=-1 color=#6f6f6fnobrWELT ONLINE/nobr/font/fontbrfont size=-1a href=http://news.google.com/news/url?sa=Tct=us/2-3fd=Rurl=http://www.dallasnews.com/sharedcontent/dws/bus/stories/120508dnbusjdai2.2d693dad.htmlcid=1277452365ei=mw84SdawLJqO9QSulLmjDwusg=AFQjCNHnSQltgQNEWyscHFMvUTEYgXaZSwJDA, i2 Technologies deal falls through 9:59 AM CT/a font size=-1 color=#6f6f6fnobrDallas Morning News/nobr/font/fontbrfont class=p size=-1a class=p href=http://news.google.com/news?sourceid=navclientie=ISO-8859-1rls=GGLG,GGLG:2005-22,GGLG:enncl=1277452365hl=ennobrall 20 news articles/nobr/a/font/div/font/td/tr/table

table border=0 width= valign=top cellpadding=2 cellspacing=7trtd valign=top class=jfont style=font-size:85%;font-family:arial,sans-serifbrdiv style=padding-top:0.8em;img alt= height=1 width=1/divdiv class=lha href=http://news.google.com/news/url?sa=Tct=us/3-0fd=Rurl=http://www.marketwatch.com/news/story/Everest-Software-Partners-Foxfire-Offer/story.aspx%3Fguid%3D%257B092D7510-C1DD-4358-989F-CEB7B9B6375F%257Dcid=1277511233ei=mw84SdawLJqO9QSulLmjDwusg=AFQjCNEnQsDToNH8y96XwcZllhL6bk081gEverest bSoftware/b Partners with Foxfire to Offer Integrated b.../b/abrfont size=-1font color=#6f6f6fMarketWatchnbsp;-/font nobr57 minutes ago/nobr/fontbrfont size=-1The partnership creates a powerful integrated bsoftware/b product suite that includes ecommerce, point of sale, accounting, and real-time inventory and b.../b/font/div/font/td/tr/table

table border=0 width= valign=top cellpadding=2 cellspacing=7trtd width=80 align=center valign=topfont style=font-size:85%;font-family:arial,sans-serifa href=http://news.google.com/news/url?sa=Tct=us/4i-0fd=Rurl=http://blogs.zdnet.com/security/%3Fp%3D2242cid=1276552788ei=mw84SdawLJqO9QSulLmjDwusg=AFQjCNGkjtv8sBKLcy9GwTggyKrOyLv8SAimg src=http://news.google.com/news?imgefp=K5gxmlGfKB8Jimgurl=blogs.zdnet.com/security/images/macbook_monoculture.jpg width=80 height=53 alt= border=1brfont size=-2ZDNet/font/a/font/tdtd valign=top class=jfont style=font-size:85%;font-family:arial,sans-serifbrdiv style=padding-top:0.8em;img alt= height=1 width=1/divdiv class=lha href=http://news.google.com/news/url?sa=Tct=us/4-0fd=Rurl=http://computerworld.com/action/article.do%3Fcommand%3DviewArticleBasic%26articleId%3D9122359cid=1276552788ei=mw84SdawLJqO9QSulLmjDwusg=AFQjCNE6XpC7dwXmrSMxnjEcXgSKKeDX0AApple yanks antivirus advice from its Web site/abrfont size=-1font color=#6f6f6fComputerworld,nbsp;MAnbsp;-/font nobr2 hours ago/nobr/fontbrfont size=-1quot;The Mac is designed with built-in technologies that provide protection against malicious bsoftware/b and security threats right out of the box,quot; he went on. b.../b/fontbrfont size=-1a href=http://news.google.com/news/url?sa=Tct=us/4-1fd=Rurl=http://www.informationweek.com/news/hardware/mac/showArticle.jhtml%3FarticleID%3D212201455%26subSection%3DNewscid=1276552788ei=mw84SdawLJqO9QSulLmjDwusg=AFQjCNH-pjSD91jeNA2RdonZ-xbrm31jTgApple Recommends Antivirus bSoftware/b For Mac OS X/a font size=-1 color=#6f6f6fnobrInformationWeek/nobr/font/fontbrfont size=-1a href=http://news.google.com/news/url?sa=Tct=us/4-2fd=Rurl=http://blog.wired.com/business/2008/12/apple-on-the-ne.htmlcid=1276552788ei=mw84SdawLJqO9QSulLmjDwusg=AFQjCNFCvATU4N7Y1wHsWRBGqvhltzZqMwApple on the Need for Anti-Virus bSoftware/b: Now You Do, Now You Don#39;t/a font size=-1 color=#6f6f6fnobrWired News/nobr/font/fontbrfont size=-1a href=http://news.google.com/news/url?sa=Tct=us/4-3fd=Rurl=http://news.cnet.com/8301-1009_3-10110852-83.htmlcid=1276552788ei=mw84SdawLJqO9QSulLmjDwusg=AFQjCNHlRu7MTym13kbRxfvfoGhodm4T2wApple suggests Mac users Install antivirus bsoftware/b/a font size=-1 color=#6f6f6fnobrCNET News/nobr/font/fontbrfont size=-1 class=pa href=http://news.google.com/news/url?sa=Tct=us/4-4fd=Rurl=http://www.toptechnews.com/story.xhtml%3Fstory_id%3D0030003Q2LU6cid=1276552788ei=mw84SdawLJqO9QSulLmjDwusg=AFQjCNHJg2Zr4HT8gCmHH-YZEZ4pr5-U_AnobrCIO Today/nobr/anbsp;- a href=http://news.google.com/news/url?sa=Tct=us/4-5fd=Rurl=http://www.businessweek.com/magazine/content/08_50/b4112084938245.htm%3Fchan%3Dtechnology_tech%2Bmaven%2Bpage%2B-%2Bnew_this%2Bweek%27s%2Bcolumncid=1276552788ei=mw84SdawLJqO9QSulLmjDwusg=AFQjCNEDvDn9wE-NefBsWYRvam9APzfQtwnobrBusinessWeek/nobr/a/fontbr/font class=p size=-1a class=p href=http://news.google.com/news?sourceid=navclientie=ISO-8859-1rls=GGLG,GGLG:2005-22,GGLG:enncl=1276552788hl=ennobrall 249 news articles/nobr/a/font/div/font/td/tr/table

table border=0 width= valign=top cellpadding=2 cellspacing=7trtd valign=top class=jfont style=font-size:85%;font-family:arial,sans-serifbrdiv style=padding-top:0.8em;img alt= height=1 width=1/divdiv class=lha href=http://news.google.com/news/url?sa=Tct=us/5-0fd=Rurl=http://www.marketwatch.com/news/story/FOX-Systems-Relies-Robust-Neocase/story.aspx%3Fguid%3D%257B2B1D87CC-52EE-47CD-849A-9C4D52B3DB32%257Dcid=1277479348ei=mw84SdawLJqO9QSulLmjDwusg=AFQjCNEcgZn3ocOS4L_JeJ-nQc0h8bMJxQFOX Systems Relies on Robust Neocase bSoftware#39;s/b Solutions for b.../b/abrfont size=-1font color=#6f6f6fMarketWatchnbsp;-/font nobr3 hours ago/nobr/fontbrfont size=-1SAN FRANCISCO, Dec 04, 2008 (BUSINESS WIRE) -- Neocase bSoftware/b, a leading provider of customer service solutions for shared service centers and customer b.../b/fontbrfont size=-1a href=http://news.google.com/news/url?sa=Tct=us/5-1fd=Rurl=http://www.zdnetasia.com/toptech/2008/0,3800017271,62048725,00.htmcid=1277479348ei=mw84SdawLJqO9QSulLmjDwusg=AFQjCNG3CMLiVx6s-2-lpbnE2rocARjlcQSiemens IT Solutions and Services/a font size=-1 color=#6f6f6fnobrZDNet Asia/nobr/font/fontbrfont class=p size=-1a class=p href=http://news.google.com/news?sourceid=navclientie=ISO-8859-1rls=GGLG,GGLG:2005-22,GGLG:enncl=1277479348hl=ennobrall 10 news articles/nobr/a/font/div/font/td/tr/table

table border=0 width= valign=top cellpadding=2 cellspacing=7trtd valign=top class=jfont style=font-size:85%;font-family:arial,sans-serifbrdiv style=padding-top:0.8em;img alt= height=1 width=1/divdiv class=lha href=http://news.google.com/news/url?sa=Tct=us/6-0fd=Rurl=http://www.marketwatch.com/news/story/AVG-Named-Spicies-Award-Winner/story.aspx%3Fguid%3D%257B2BE49DE2-DF59-40AC-B4FA-7FB27CFBB10A%257Dcid=1277469304ei=mw84SdawLJqO9QSulLmjDwusg=AFQjCNGS0lDmCPnLWM8NR6Rfen0QhHOFIAAVG Named #39;Spicies Award#39; Winner for Top Anti-Virus bSoftware/b for b.../b/abrfont size=-1font color=#6f6f6fMarketWatchnbsp;-/font nobr3 hours ago/nobr/fontbrfont size=-1AMSTERDAM, Netherlands, Dec 04, 2008 /PRNewswire via COMTEX/ -- AVG Technologies today announced that its anti-virus bsoftware/b was voted a winner in the 2008 b.../b/font/div/font/td/tr/table

table border=0 width= valign=top cellpadding=2 cellspacing=7trtd width=80 align=center valign=topfont style=font-size:85%;font-family:arial,sans-serifa href=http://news.google.com/news/url?sa=Tct=us/7i-0fd=Rurl=http://www.pcmag-mideast.com/NewsDetail.aspx%3FID%3D2365cid=1276830944ei=mw84SdawLJqO9QSulLmjDwusg=AFQjCNHAl3W8P96cPhV0kARnlWed_pmF6Aimg src=http://news.google.com/news?imgefp=x38-KaasfAIJimgurl=www.pcmag-mideast.com/images/News/News2365_1.jpg width=80 height=49 alt= border=1brfont size=-2PC Magazine Middle amp; Near East/font/a/font/tdtd valign=top class=jfont style=font-size:85%;font-family:arial,sans-serifbrdiv style=padding-top:0.8em;img alt= height=1 width=1/divdiv class=lha href=http://news.google.com/news/url?sa=Tct=us/7-0fd=Rurl=http://www.newsoxy.com/nokia/article11423.htmlcid=1276830944ei=mw84SdawLJqO9QSulLmjDwusg=AFQjCNEWQty5y9twmMYB8Y_vneEjrUYYGwNokia Buys Mobile bSoftware/b Firm Symbian/abrfont size=-1font color=#6f6f6fNewsOXY,nbsp;FLnbsp;-/font nobr2 hours ago/nobr/fontbrfont size=-1By Rob Adams Nokia has purchased mobile bsoftware/b company Symbian Foundation. Employees are expected to join Nokia in February 2009. b.../b/fontbrfont size=-1a href=http://news.google.com/news/url?sa=Tct=us/7-1fd=Rurl=http://arstechnica.com/news.ars/post/20081203-nokias-oss-strategy-gets-boost-as-symbian-deal-completed.htmlcid=1276830944ei=mw84SdawLJqO9QSulLmjDwusg=AFQjCNFNjyGlcO7_i_YyXqzEKRS0DW_1XgNokia#39;s OSS strategy gets boost as Symbian deal completed/a font size=-1 color=#6f6f6fnobrArs Technica/nobr/font/fontbrfont size=-1a href=http://news.google.com/news/url?sa=Tct=us/7-2fd=Rurl=http://www.marketwatch.com/news/story/Maximizer-Mobile-CRM-Now-Available/story.aspx%3Fguid%3D%257B70A6A2F1-F4D8-431B-8363-B63B615EA94C%257Dcid=1276830944ei=mw84SdawLJqO9QSulLmjDwusg=AFQjCNEQfZPKyXc7SFzqfH92k-Frp3CMsAMaximizer Mobile CRM Now Available for Nokia-The Global Leader in b.../b/a font size=-1 color=#6f6f6fnobrMarketWatch/nobr/font/fontbrfont size=-1a href=http://news.google.com/news/url?sa=Tct=us/7-3fd=Rurl=http://call-center-software.tmcnet.com/topics/call-center-software/articles/46573-maximizer-crm-maximizes-reach-with-symbian-os-deal.htmcid=1276830944ei=mw84SdawLJqO9QSulLmjDwusg=AFQjCNGw417psIhqdlsgqJPSunOznYwh1QMaximizer CRM Maximizes Reach with Symbian OS Deal/a font size=-1 color=#6f6f6fnobrTMCnet/nobr/font/fontbrfont size=-1 class=pa href=http://news.google.com/news/url?sa=Tct=us/7-4fd=Rurl=http://www.straitstimes.com/Breaking%252BNews/Tech%252Band%252BScience/Story/STIStory_309486.htmlcid=1276830944ei=mw84SdawLJqO9QSulLmjDwusg=AFQjCNH6XT1jm9VNpyt9b6eOO80B2iPRqgnobrStraits Times/nobr/anbsp;- a href=http://news.google.com/news/url?sa=Tct=us/7-5fd=Rurl=http://www.tgdaily.com/content/view/40412/118/cid=1276830944ei=mw84SdawLJqO9QSulLmjDwusg=AFQjCNGc4aT9RYSgLkwcNoKZzQpAX-bNewnobrTG Daily/nobr/a/fontbr/font class=p size=-1a class=p href=http://news.google.com/news?sourceid=navclientie=ISO-8859-1rls=GGLG,GGLG:2005-22,GGLG:enncl=1276830944hl=ennobrall 80 news articles/nobr/a/font/div/font/td/tr/table

table border=0 width= valign=top cellpadding=2 cellspacing=7trtd valign=top class=jfont style=font-size:85%;font-family:arial,sans-serifbrdiv style=padding-top:0.8em;img alt= height=1 width=1/divdiv class=lha href=http://news.google.com/news/url?sa=Tct=us/8-0fd=Rurl=http://www.marketwatch.com/news/story/COPsync-Software-Called-Upon-Secure/story.aspx%3Fguid%3D%257B48C6262C-791C-4794-B854-201DAC79CB66%257Dcid=1277257809ei=mw84SdawLJqO9QSulLmjDwusg=AFQjCNHHm_L_Jrme6XkLeLWLYwAEHqIYJgCOPsync bSoftware/b Called Upon to Secure the Texas State Border/abrfont size=-1font color=#6f6f6fMarketWatchnbsp;-/font nobr20 hours ago/nobr/fontbrfont size=-1a bsoftware/b technology provider to law enforcement and emergency service professionals, is pleased to announce that the State of Texas, Division of Emergency b.../b/font/div/font/td/tr/table

table border=0 width= valign=top cellpadding=2 cellspacing=7trtd valign=top class=jfont style=font-size:85%;font-family:arial,sans-serifbrdiv style=padding-top:0.8em;img alt= height=1 width=1/divdiv class=lha href=http://news.google.com/news/url?sa=Tct=us/9-0fd=Rurl=http://www.tradingmarkets.com/.site/news/Stock%2520News/2064864/cid=1277485445ei=mw84SdawLJqO9QSulLmjDwusg=AFQjCNHslf0xuLugQMOvPh3ivgbLjeSV9QIntrinsyc Gets #39;Symbian Ready#39; LBS Validation for Its Destinator b.../b/abrfont size=-1font color=#6f6f6fTrading Markets (press release),nbsp;CAnbsp;-/font nobr11 hours ago/nobr/fontbrfont size=-1quot;We are pleased that Intrinsyc#39;s Destinator navigation bsoftware/b for Symbian OS has been validated as Symbian Ready for Location Aware Applications, b.../b/fontbrfont size=-1a href=http://news.google.com/news/url?sa=Tct=us/9-1fd=Rurl=http://www.marketwatch.com/news/story/US-Companies-Welcome-Plans-Symbian/story.aspx%3Fguid%3D%257B688361C8-C6AD-4517-AF89-12CC03CBAC56%257Dcid=1277485445ei=mw84SdawLJqO9QSulLmjDwusg=AFQjCNFclzDOwYn95EuG0Dqgw6F1aKTGogUS Companies Welcome Plans for the Symbian Foundation/a font size=-1 color=#6f6f6fnobrMarketWatch/nobr/font/fontbrfont class=p size=-1a class=p href=http://news.google.com/news?sourceid=navclientie=ISO-8859-1rls=GGLG,GGLG:2005-22,GGLG:enncl=1277485445hl=ennobrall 19 news articles/nobr/a/font/div/font/td/tr/table

Software - Google News




Articles Home Page | Site Map | Main Site Home Page
GETsonic | TrafficFish | WildThingsDesigns | NeatoDomains.com | Games | Ken J Wagner | iNetcome

© 2008