Victor:
The Unload command now includes the command DROP form_name, report_name,
view_name as the first line of the unloaded files so you do not need the
DROP form_name, report_name or view_name command anymore...it t was one of
my improvement request that RBTI was kind enough to implement.
Javier,

Javier Valencia, PE
President
Valencia Technology Group, L.L.C.
14315 S. Twilight Ln, Suite #14
Olathe, Kansas 66062-4578
Office (913)829-0888
Fax (913)649-2904
Cell (913)915-3137
================================================
Attention:
The information contained in this message and or attachments is intended
only for the person or entity to which it is addressed and may contain
confidential and/or privileged material.  Any review, retransmission,
dissemination or other use of, or taking of any action in reliance upon,
this information by persons or entities other than the intended recipient
is prohibited. If you received this in error, please contact the sender and
delete the material from all system and destroy all copies.
======================================================

-----Original Message-----
From: [email protected] [mailto:[EMAIL PROTECTED] Behalf Of Victor Timmons
Sent: Monday, October 31, 2005 1:11 PM
To: RBG7-L Mailing List
Subject: [RBG7-L] - Re: updating users

I do it kind of like Sami but I have the system look for the file before
the system starts up not giving the user the option. Then I update a table
in the system so the update doent run again

--DailyUpdate.VIC

SELECT MainMenu INTO vMainMenu INDIC ivMainMenu FROM MainMenu
IF vMainMenu = '034' THEN
  DROP FORM 'AskEstimateType'
  DROP FORM 'EstimateHeader2'
  DROP FORM 'EstimateHeader'
  RUN AskEstimateType.FRM
  RUN EstimateHeader2.FRM
  RUN EstimateHeader.FRM
  DELETE AskEstimateType.FRM
  DELETE EstimateHeader2.FRM
  DELETE EstimateHeader.FRM
  UPDATE MainMenu SET MainMenu = '035'
ENDIF



On 31 Oct 2005 at 11:25, Marc wrote:

> Hi
>
> I have several out of state users and was wondering
> what is the best way to update their forms and reports.
>
>
> Thanks
>
>



Victor Timmons
Tiz's Door Sales, Inc
425-258-2391

Reply via email to