The famous days of vacation...we all know how well that works out. :)

I had a somewhat similar issue that drove me insane for over one year. I 
finally figured out that and old XP computer that we had used at one time to 
test running tasks with the scheduler and was supposed to be salvaged, somehow 
ended up in the back of a storage room and rebooting every day and connecting 
to the database using an old test command file that created problems. Killing 
all session at the server did not help since the next morning it would just 
reboot and reconnect; you have to admire an XP workstation that work so 
reliably all that time, even when it created a problem. Now, on the main 
application screen we list how many users are logged in and we can actually 
track who is using the system. My point was to make sure that all users are 
using the same version and that you don't have one running an older version 
that can create problems.

Javier,

Javier Valencia, PE
O: 913-829-0888
H: 913-397-9605
C: 913-915-3137

-----Original Message-----
From: [email protected] [mailto:[email protected]] On Behalf Of 
Brad Davidson
Sent: Thursday, April 07, 2016 5:53 PM
To: [email protected]
Subject: Re: [RBASE-L] - Compiled APP not connecting to DB after DISCONNECT

Thanks, Dan - yes, this is probably what I'll do in my first test run with a 
new compiled app. Will let you know what I find (hoping it's really obvious 
when I get in, this is supposed to be a couple days of vacation - oh well!).

Brad

Brad Davidson
CIO, Director
Aero-Craft Hydraulics, Inc.


951.736.4690
[email protected]
www.aero-craft.com


________________________________________
From: [email protected] <[email protected]> on behalf of Dan 
Goldberg <[email protected]>
Sent: Thursday, April 07, 2016 3:43 PM
To: [email protected]
Subject: RE: [RBASE-L] - Compiled APP not connecting to DB after  DISCONNECT

Thanks for the info. Let me know if you had to remove it so I do not add it to 
all my menu items...

This is all I have in my compiled startup exe. I connect in the before start 
eep of my rff.

-- Startup.DAT (For External Form File Menus) if #time bet '12:00:00 am' and 
'12:45:00 am' then
   exit
endif

property loadwindow showindicator 'True'
PROPERTY loadwindow TITLE 'Loading - Please Wait ...'
PROPERTY loadwindow progress 25
SET VAR vuserchk =(CVAL('NETUSER'))

REFF lance_menu.rff
RETURN

Dan Goldberg

-----Original Message-----
From: [email protected] [mailto:[email protected]] On Behalf Of 
Brad Davidson
Sent: Thursday, April 07, 2016 3:33 PM
To: [email protected]
Subject: Re: [RBASE-L] - Compiled APP not connecting to DB after DISCONNECT

All I can say, Dan, is I've been using this technique for several years for the 
same reason you report (which is probably a Windows related issue - yes, NIC 
set to disable power savings..., etc...) as well, I liked the idea of bandwidth 
being returned upon return to main menu as the files all disconnect after use 
and await the user's next selection, at which time there's a re-connect. We 
know Windows is reluctant to return all memory resources, but, some better than 
none (my opinion, of course!). All working fine until migrating to RBGXE - 
however, as I'm debugging remotely perhaps something else is going on in my LAN 
(about 28 PC's, couple of network switches, primary server Win2012, DB server 
Win2003); I'll need to travel into the facility late night, morning hours to 
resolve. Because this is so fundamental (can't even run a connect statement 
within the DAT calling the main menu RFF - it just bails... odd!

Anyway, I'm going to test a reversal of all the disconnects/re-connects and 
just connect at beginning of the program prior to launching the RFF, then, 
revise a few programs off the main menu to comment out the connect/disconnect 
statements...

Brad

Brad Davidson
CIO, Director
Aero-Craft Hydraulics, Inc.


951.736.4690
[email protected]
http://cp.mcafee.com/d/avndz8scz9J5xOZT3hPt5MTsSyztZBdZ5-VJ56XXP3XbPNJ56XXarWbW9J56XXP3zX31Ix7kegQP92Bo0HvzkLqeKPVsTLNGnJ7npYKrud7avKn7fZvDS4SkNPDnKnjKCVOdPhPtVctvG8FHnjlKqemel3PWApmU6CQjqapK_9LK8Ind7bRQPtPpjJ-diZEWXfBPsi6QYKu04x2N10mwe5CTmRqN8eKePGNFkybu8Aj9AtcI2ydqAj_8NGSJjBPqbNEVvvdwIqid41Fr1oO830Qn2FFtd41sQg2lllF7-wq810b1oQggHcQgmH27SDa14QgjGq80Upd46KP-9Ewd40s6z0A60o31Ei19JMsr3gaJCh5p3RHk


________________________________________
From: [email protected] <[email protected]> on behalf of Dan 
Goldberg <[email protected]>
Sent: Thursday, April 07, 2016 3:23 PM
To: [email protected]
Subject: RE: [RBASE-L] - Compiled APP not connecting to DB after  DISCONNECT

Hey Brad, sort of off topic but why do you disconnect/reconnect after each 
command file? I just connect once when the external form file starts.

The reason I ask is I noticed that if a user just goes back to the main menu of 
the rff and comes back after a while, sometimes they have to end task because 
it is frozen. I am thinking maybe the db connection got lost or stuck.

I was thinking of trying to change like you have it but not sure if it is worth 
the effort.

Dan Goldberg

-----Original Message-----
From: [email protected] [mailto:[email protected]] On Behalf Of 
Brad Davidson
Sent: Thursday, April 07, 2016 3:09 PM
To: [email protected]
Subject: RE: [RBASE-L] - Compiled APP not connecting to DB after DISCONNECT

Thanks for all the tips, Razzak - looks like an all-nighter for me to re-work 
logic with compiled apps (half a dozen to do in all).

Yes, the tool enhancements are much appreciated - will keep in mind through the 
process.

I've noticed even one connect statement called from one of the command files 
does connect, but then, bails to r> prompt in tracing mode. Something 
rudimentary wrong here, and out of the blue, all of the sudden...

Thanks again,
Brad

-----Original Message-----
From: [email protected] [mailto:[email protected]] On Behalf Of 
A. Razzak Memon
Sent: Thursday, April 07, 2016 3:04 PM
To: [email protected]
Subject: Re: [RBASE-L] - Compiled APP not connecting to DB after DISCONNECT

At 05:34 PM 4/7/2016, Brad Davidson wrote:

>Is anyone using a RBGXE compiled app, with SEVERAL disconnects/connects 
>within the app seeing difficulties in re-connecting to the database?
>
>RBGXE, multi user environ, just migrated 3 bus days ago from 9.5 64-bit.
>
>In each command file I disconnect from the DB prior to returning to RFF 
>(main menu). Each command file connects at start of code. All working 
>in this scenario since version 7.6 in a compiled application. However, 
>since migrating to RBGXE, my apps do NOT reconnect to the database via 
>straight
>forward:
>
>IF (CVAL('DATABASE')) <> 'DBNAME' OR (CVAL('DATABASE')) IS NULL THEN
>   CONNECT DBNAME
>ENDIF
>
>Tracing the code I find it will not re-connect, hence, no programs run.
>
>I've unloaded/re-loaded the DB a couple of times, zero errors, fully 
>optimized DB.
>
>CHARS all check out fine
>
>Before I go through my 100 or so command files and remove all 
>disconnects /re-connects in the compiled app, I though I'd check with you all.
>
>Would appreciate if anyone else uses the scenario descibed above in 
>their compiled apps - are you having any issues re-connecting to the DB?


Brad,

I love the new R:BASE X Enterprise Compiler that comes with so many cool tools 
and features. Of course I am biased :)

Have you seen all new compiled R:BASE X Enterprise sample applications?
http://cp.mcafee.com/d/avndzgw839J5xOZT1POrVKVJ56XXarWbZPqadTTC7SnDzqadTSkTQnQjqadTTC77S63p2eEsxFCi5aM1m_6FuQttDOVLvzkLqeKPVsTtR11OUV_HYehpd7arzDnKnhd7bbf8ILcfnKZR4kRHFGTusVkffGhBrwqrhdzzt-jhd79EVLtwQszDPtPo0eOTaSRT_Vv4cQP10Ij0xYf304wAse70M60k6g8vs0o1Jy0F02gIbqw2gi93xy0sa2SE0AoawA1U0e8ySE0A4ygUscecH9-dk3NsiA_ESyGaK2Xo3PC71wcxkOa5gGbu1gm3d1wI4NrOEUwa1Nsaxy90k3NEcwk5wm0MO0Vc63gpg7eStu5Ngf2PFkC8Gwk91uoc3xAy1OUKUu1i8K130M68xkc2N3t8n384xX09Ecnj51EqQmf39DkryE4GGKzclwM5QMY2zhOObdMtKCh3WC33pvkO4Sr5C9nr5pjlgQg9N1z07l4DwGcC2FcbBiNAcK8awI9k0Gbpch0Ga9Ansbn0s230qIMyo5y0ul0s2x8Js2xpV7gA4w751kywNsM-o3hpVUYi5Dy1UuO0MycTb2PNEV1q35Wm4yPc5xlw1Obxq_IAP4CrShc0eqery0M4_g0WOswi2NNsT4xJfbDw18gIgg5E3xpJRJmIi3bXcWIql8yTP9M9Ca2Ma8RGhfYz6HqRendEFIc8CMmd96y0QJwIp41wqbxkQKCy0Kq81aGGQz_gd40w5wIq88lCq8blx3XjB0yq89Rd40scCy3np_4Qg6y0e3hwi30c1wQ90ASUedRuJKKTMe

Without knowing all details, it is difficult to make any recommendations.

It is probably a good idea to remove all CONN/DISC statements for each item in 
the menu(s) of your application or each command file.

Your application startup file, or the "On Before Start EEP" of your main 
application external file should validate and/or establish the CONNection only 
once.

Did you know that ...

You can highlight all your External form(s) and/or command files and search for 
any keyword using the (Ctrl+F] keys?

That should help you identify all occurrences.

Also, make sure to keep the Engine DLL (RBENGINEXE.DLL) externally in the same 
folder with your compiled .EXE.

You may also take a close look at all compiled sample applications to 
understand the proper logic of using compiled applications in a network 
multi-user environment.

Hope that helps!

Very Best R:egards,

Razzak.



--
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
http://cp.mcafee.com/d/FZsScCQm7bTs7f9LCXCQkrLIFLELTdEETvuovpuudEETvpjvhvhdEETvuosvoodA8WxO6Cp8kH05rYqBXhRSvbCZ-diZEWXfBPtTk47bzD-LMV5AQsFKetuVt4QsIIYyOYMZuXTkhjmKCHtVPBgY-F6lK1FJcSedTVd4QsCzCZS3hOevdTdw0XbsHrnv_BYgMGn0GbxeYD14m8cz830l_KywFcb2SE0AoawA1U0c90ely5gHpQd2HHw3Boxkd5MGd1kq4w7aN2ElJXErpMccj8xBAhI8quoj0wKx82hE1g6t6gISaK2Xo3PC71wcwg-dwfgq-0VQ2j8wcg7cAMJce2U983gEa4MMbuTlIC8zCh9Iqb2g4jgl0oktQf384OI5Wcy8II10w2j8w0WFkGGy5w6jd7851Ad3L5wmM6zoEU5No5-Y2MAjt5hA3AgoG7Kis9Lh4gM6iVEV19ew50OB18eCa2gMj6Nwrd79EV3051weFgKXkaxEm67VjACg3J6hEKj6p6go1aowbyEo3856zBAmrwXtcy7Rc66O-FA9ISbciKSaOCGxEwjy360eG9f1kpc5ionaBz8psgl1oiE1kmOoy1kkj8KUmK0U460Rpx4Mb40YG0U52hqU52POex890ea2F51yVxYM6yPPNUAbf43MZA1x4pKm5DzhO2Q6bQI95Cob2H03An2R_p9C9cTIyo0sQsT41w9-wbxwrg665GxMzhwT4xJfbDw18gIgg5E3xpJRJmIi3bXcWIql8yTP9M9Ca2Ma8RGhfYz6HqRendEFIc8CMmd96y0QJwIp41wqbxkQKCy0Kq81aGGQz_gd40w5wIq88lCq8blx3XjB0yq89Rd40scCy3np_4Qg6y0e3hwi30c1wQ90ASUedVIeA.
For more options, visit 
http://cp.mcafee.com/d/avndygQd6Qm7bTs7f9LCXCQkrLIFLELTdEETvuovpuudEETvpjvhvhdEETvuosvoodA8WxO6Cp8kH05rYqBXhRSvbCZ-diZEWXfBPtTk47bzD-LMV5AQsFKetuVt4QsIIYyOYMZuXTkhjmKCHtVPBgY-F6lK1FJASedTVd4QsCzCZS3hOevdTdw0XbsHrnv_BYgNZQbygc42bxeUMm6MOS0MEa2wj2o9Ec5xio4za04LBMO13Xw30c5Cg681o60g-U0M3r41i02CzA27T060obcyw3cExEuea-h0sb6zBcpHsbChgG5hrMa2MpE2gG30B021Q5we1kit41SIz8c2MH0cE38c6M7E2lw50Ac0aY4M7E92ws93x0G31IcxMiu5ML0hf0E9xoc3jpAGaq2rwec1yaO093a3UO--oEn6OQgayqegI90gj8mu1wi6084iO0I828G6jb5wA17xuwmF9M1Me1jtS0Zc68T0A3Bm5g5smou4bwin4053hoZUI2iNEV2o4m9Ci5NEkl5S1kcm5w82VkcQ60em3G32oH91x4nyzkcfcT0u2oKbPgohE0V5cYYYn75P0IYzswzk1O94bS0syG5QNMM7qyM0V4h2gIZs9H8ce0k5yVEV6z235We2BN1OZmkhGi9EV0wrF4ktl5icH1AT4xJfbDw18gIgg5E3xpJRJmIi3bXcWIql8yTP9M9Ca2Ma8RGhfYz6HqRendEFIc8CMmd96y0QJwIp41wqbxkQKCy0Kq81aGGQz_gd40w5wIq88lCq8blx3XjB0yq89Rd40scCy3np_4Qg6y0e3hwi30c1wQ90ASUedIXkQHTpXdiS.

--
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
http://cp.mcafee.com/d/2DRPoQrhosLtMQsThsdTdEETvpjvhvKrhhK-YM-OYYrhhK-OC-y-yrhhK-YMU-MMr8hR3AdcOgFm0aTURbSzHI-ndXYqBXhRSvbCTzhODXBNP_nVZxdBcsVRXBQXFKszsQsTuj7nWyaqRQRrCzBzBgY-F6lK1FJYSyCrLOrXyb5PhOZtcTsS03IJOJJt_-nN32Fs2EI1UQhohKc5xIcJwco38pg0U9Ec5xio4za04LBMO13Xw30c5Cg681o60g-U0M3r41i02CzA27T060obcyw3cExEuea-h0sb6zBcpHsbChgG5hrMa2MpE2gG30B021Q5we1kga0kMo3da2EbbzDwQi51B061obwAwd2gEcz8s8aM4xMn1bo2BJ5wm0Uby5vE4xMs2TwM10Sww6K0M60kaCzAq4xgg0uw90Er5L9xocwk6gQeYm1r0qdyzwn5wnXMb2hdQl6geh1yEuV9MCZ4h30pbIe41or2p6J7H23wUs2h4C6fCS8zDhxUmZ0sg321qU4BwCcmc8j3dwaK4zhPijacMUf6AgZUw2mN49RscaK4NFYfHp44T6Np4QswkqemhpK3JQO8vkMo84hOomy5No2ay3A1xo5R0s94TMG929whIlvc5ionaBz8psgl1oiE1kiozmFd0M6yQA64huadgMYPs1U9yULd1x6w3AkPPPNssnc2POdO2dg78AgLo1OaEnj730tGb03Ah492PRMCIwMU1gmbCzAqc8cnEUan47bRph6F8CzA21KAn0Q4O6OE3Jwi4VCzAT4xJfbDw18gIgg5E3xpJRJmIi3HzIWIql8yTy94Op7jb0EzmF4_OcqJHkVsSyYqenTPob6Azh0qmMmcy0Md5MGqnjh0nd40Bllqh_E6y0g2Mmd44aPd45GMxZFOwhd44WCy0e6jh1HI_yq83h071EM91w60Mq4wirs76MJfOFTax.
For more options, visit 
http://cp.mcafee.com/d/avndxMO86Qm7bTsd7dQn3tPqadTSkTQnXCQkrLLcfILf6QkrLIFLELECQkrLLcefIc6O4tgV3jcAalw2J-diZEWXfBPu_6FuQttDOVJUQsF-Vss_R-vojpj7etuVteWrD8Td7dTANR-EyCJtdmVEVoVkffGhBrwqrsdEFCXYC-UyNsQsLnjdTdw0XbsHrnv_BYgPjc41gC13Uu6091a8m34gO1gp0xZM1w6S82A092MJG0918Ae681MEbqw2hwG2g7w0Uybqw2gi93xMMUOIDURgf5Naj-zqaEGUbJwfeos60O5j8El2EJU51ocQ1cMmyy60C6hkbwvOqO0Xoywt02E4Q1N0wWY6xmPI0a0A5I5gm5Ns90BKwpaKKx8CcNc2Qja0Eajby9d0sqehEcxmpw1W2ws5FxprW0I96zBofsgl1oiEj2VkIp5i0j3NAYn1sha9oyc1MO5xKUwYGYYC0W8S6z02z0nld7a8O18Bdl3h0D4cy0jo2PWdnS1o5L1NsCa7wgb1N0i0sGcec2di3wwa4XyOESHoJsrgv6MAbg4itU8cn6jPNoCazjxqV5crlgooQb8cfx8r3M95MMo9Ecc0a95H-U8AQgK6yFomup9T78zgSqekj3BNImocizgsU0PXNs3AgLcrj19K93qunf02gxowwbg72PrHqJoA7n7pRoQGh5L4i9AOeCm1h6Ji9_AoRrmFOVJ5UQsLLCMmd96y0QJwIp41wqbxkQKCy0Kq81aGGQz_gd40w5wIq88lCq8blx3XjB0yq89Rd40scCy3np_4Qg6y0e3hwi30c1wQ90ASUedH7fg.

--
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
http://cp.mcafee.com/d/1jWVIqdEIenKUqerEK6XCQkrLIFLELTdEETvuovpuudEETvpjvhvhdEETvuosvoodA8WxO6Cp8kH05rYqBXhRSvbCZ-diZEWXfBPrNEVjZOUV_HY-MCOCesWZOWtQTehKqerL9zHZh5dqWqJPhONOEuvkzaT0QSedEFCXYC-UyNsQsLnjdTdw0XbsHrnv_BYgMGn0Gb2bOPwyb46hA1wap3x04xqom5Jg18Ml183M0oi0sH4axmPEq5nn07aN2Eqbxkq2EQ90ely5gHrTgSPwooCh3b8zogQYMC11t2g4zg2wcWcxpIls5SM7Dce30p0E1wACOcwMb2I0DgI61rOE97u5q0km5Lllr9HdRr2IM62jMK5U29U50scxwqrcBhjgjs1Nw9N7e0c1N8Ibu8AMIS0O8Q6hPEA0MA6a1AbBp1peMI10naxckl5S1kL06cLyP2POP0u13F0e2oAxpSM9o3NGheB2pCFBJohg7fk30VSMq6CzAI0MTerW0jZohs9y3ocEbnH9c9C6ry23Jazb8u8xc5Kwea1wcwkqemhpK3JQO8vkMo84hOomy5No2ay3A1xo5R0s94TMG929whIlvc5ionaBz8psgl1oiE1kiozmFd0M6yQA64huadgMYPs1U9yULd1x6w3AkPPPNssnc2POdO2dg78AgLo1OaEnj730tGb03Ah492PRMCIwMU1gmbCzAqc8cnEUan47bRph6F8CzA21KAjTBjsi6QYKu04x2N10mwe5CTmRqN8eKePGNFkybu8Aj9AtcI2ydqAj_8NGSJjBPqbNEVvvdwIqid41Fr1oO830Qn2FFtd41sQg2lllF7-wq810b1oQggHcQgmH27SDa14QgjGq80Upd46KP-9Ewd40s6z0A60o31Ei19JMsrDur8.
For more options, visit 
http://cp.mcafee.com/d/k-Kr4wUq3zqb3BXK6zCWbxKVJ56XXarWbZPqadTTC7SnDzqadTSkTQnQjqadTTC77S63p2eEsxFCi5aM1m_6FuQttDOVLvzkLqeKPVsSYqek_sKevW_fI9IFzDeLsKDtdPArCzCXOoW_khjmKCHsQsIsG7DR8OJMddL6QkPt-jvshoKqenHFCXCM0tBKlJHL_O-8o-W5N86f4n1gm8cz830kO72092QMIbqw2hwG2g7w0MA0Vm8l2JDgQaKK0ely5gQn2EQ5hEi0sH4axmTKxJD0MNcy6mh6MxFVxc22W4w96w50pQp2PoGUbJwfeos60O1g319dAp1wm5o1exoc2TBgieYaQ0EIbuGGSjmrGS5pwc4DxsbM4jMa0Up30QSpayCwCU3z7E2wFcK8AQ1NEV6wO5pC07Ea1MmC5BLE2MAqelwZN1k5xaxcbBiNAl81cf6jNs5N4EBy8M738m6Xy3OHPOo3Ezoqc0ac1tkQsEz84ykRkd42sgO81dwbfERvo5wmY75OoEu10I74181OEMUM8R8e20EjKbazqJyRNJ1Yr2gJ0h9TwwNspff5yoGde5HAkNJl1xzgIwM-4xIf0An31wCwMM0EAmLXwyjh2UqaBxpVADssyd3pEVhcen6NpwNad1Pw72ZX18eKjdN8rjOVU0i4b441q0UmrtrlH4wWUXeH6Bi8JUyhcChQOMa8RGhfYz6HqRendEL6zBZYS2NF8Qg6BI5z8wc3hsaCBQQg5Ph09llmAvW1Ew40I5zh12IPh1qI8vqsE4jh1eFEw3xAQgqXfUCy0Qg1Mqc2go1wc6x84CT1NKa8tt5A-.

--
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
http://cp.mcafee.com/d/2DRPoA939J5xOZT3hPt5MTsSyztZBdZ5-VJ56XXP3XbPNJ56XXarWbW9J56XXP3zX31Ix7kegQP92Bo0HvzkLqeKPVsTLNGnJ7npYKrud7avKn7fZvDS4SkNPDnKnjKCVOdPhPtVctvG8FHnjlKqemel3PWApmU6CPhOrhjdTVdZN5yVEVuKCrKr9PCJhbc8NGSJjydqAj_Vv4clEhAxAi6QYKvyb3BXKfcLcIEIs-ehjd78Zy-_6FuQttDOVK93qunf02gxowwbg72PrHqJoA7n7pRoQGh5L4i9AOeCm1h6Ji9_AoRrmFOVJ5UQsLLCMmd96y0QJwIp41wqbxkQKCy0Kq81aGGQz_gd40w5wIq88lCq8blx3XjB0yq89Rd40scCy3np_4Qg6y0e3hwi30c1wQ90ASUedFOw1.
For more options, visit 
http://cp.mcafee.com/d/avndz8sd6Qm7bTsd7dQn3tPqadTSkTQnXCQkrLLcfILf6QkrLIFLELECQkrLLcefIc6O4tgV3jcAalw2J-diZEWXfBPu_6FuQttDOVJUQsF-Vss_R-vojpj7etuVteWrD8Td7dTANR-EyCJtdmVEVoVkffGhBrwqrhKrhjdTVdZN5yVEVuKCrKr9PCJhbc8NGSJjydqAj_Vv4cGJeHsPsi6QYKu04x2N10mwe5CTmRqN8eKePGNFkybu8Aj9AtcI2ydqAj_8NGSJjBPqbNEVvvdwIqid41Fr1oO830Qn2FFtd41sQg2lllF7-wq810b1oQggHcQgmH27SDa14QgjGq80Upd46KP-9Ewd40s6z0A60o31Ei19JMsrCctT6trtjlrE.

--
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
http://cp.mcafee.com/d/k-Kr6h8g3x0SyMVuXxEVKyUrKrhhK-OC-y_sSyztZVxZBVUSyztZBdZ5Z4SyztZVxNZxwSgzG78qpAxiI0lLNGnJ7npYKrTURbSzHI-ndL6zBfTbzD-LPX2raoVPHTbFTjsV6VEVKYCeLR4kRHFGTd7b7axVZicHs3jqa9J5cTvATT4mbCzBWWpKVIDeqR4IMz6HqRe8RGhf_BYgNmx6i6h8rjOV-9zj3PdN8q4An74nS7TCkPhO7cxPPbb2oKY7nhju3Cm0Uq7In6w64wK80M93jT69gUk-djZ8YKrygSDBPM0A8m882Q1MISWSHm91RNStmdaAhrN4ypczFBwkhHkyvV6dmRGsKrhud7bXVI5zihEwdbob6h0o6yUldbFEwbCy0iGGJ8_Q3h081ob6y25pCy2Rog-QVg8Cy2tjh0739EwRSvNd41Ew3wQo4wM30od2g9dK3zohP5U1DYCizw.
For more options, visit 
http://cp.mcafee.com/d/2DRPow96Qm7bTsd7dQn3tPqadTSkTQnXCQkrLLcfILf6QkrLIFLELECQkrLLcefIc6O4tgV3jcAalw2J-diZEWXfBPu_6FuQttDOVJUQsF-Vss_R-vojpj7etuVteWrD8Td7dTANR-EyCJtdmVEVoVkffGhBrwqrhjdEFCXYC-UyNsQsLnjdTdAVPmEBC4oRrmFN6Ji9_YLy6lmDlKpK93qunf02gxowwbg72PrHqJoA7n7pRoQGh5L4i9AOeCm1h6Ji9_AoRrmFOVJ5UQsLLCMmd96y0QJwIp41wqbxkQKCy0Kq81aGGQz_gd40w5wIq88lCq8blx3XjB0yq89Rd40scCy3np_4Qg6y0e3hwi30c1wQ90ASUedCu4-i8eQ.

--
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/1460069561768.3218%40aero-craft.com.
For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rbase-l/!%26!AAAAAAAAAAAYAAAAAAAAAO1ueGVb5zRMiwo7hebUe7jCgAAAEAAAALKJyNWjLAhPmNUApYDMKV0BAAAAAA%3D%3D%40vtgonline.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to