Re: Question about installations

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



Hi Larry,

Thx for your input. Just to make sure there isnt any misunderstanding all I
have done in my code was increased the array size from 60,000 to 200,000. I
dont discount the need to always test but in this case it would be difficult
to get on site where the program has been running for a few years. Larry if
all I did was changed the array size in 3 arrays is it possible that the
direct replacement of the exe could cause problems?? I just dont know
enough about the details of what exaclty happens under the hood of the
compiled pkg.

Thx Larry

"Larry Serflaten" <serflaten@xxxxxxxxxxxxxx> wrote in message
news:uVMA8YreFHA.2180@xxxxxxxxxxxxxxxxxxxxxxx
>
> "Les" <vb4@xxxxxxxxxxx> wrote
> > I have put together a project which has been used by the enduser for a
few
> > years. A bug has been detected in the code, actually variable out of
range,
> > and I have corrected the code and now plan on recompiling it to send it
back
> > to the customer. My question is does the customer have to uninstall the
old
> > exe code and do a reinstall of the new code or can I just send him the
new
> > executable and have him just overwrite the old exe file.
>
> You really should test it, shouldn't you?
>
> There are enough variables involved whereby it may or may not work.
Unless
> you want to physically identify and verify all those variables, a simple
test
> would let you know right off if there were major problems.
>
> LFS


.



Relevant Pages

  • Re: Question about installations
    ... All I did to the code was changes the index of the array so that it can ... > Really depends on what changes you may have made to the EXE. ... > the customer a new EXE. ... A bug has been detected in the code, ...
    (microsoft.public.vb.general.discussion)
  • Re: Writing multicolumn array data to a worksheet range
    ... No error message appears. ... I tried using a test array that I created as follows: ... The data in the test array does get written into the worksheet range the way ... > to select the customer data. ...
    (microsoft.public.excel.programming)
  • Re: SUMPRODUCT problem
    ... Tests, like A=10 normally resolve to TRUE or FALSE, and the -- double ... unary operator is only needed if you want to coerce an array of TRUE/FALSE ... > I want to obtain the sum of all payments received for a certain part> number sold to a certain customer. ...
    (microsoft.public.excel.misc)
  • Re: Excel .match equivalent in Access
    ... The poster might be able to use a union query to get what he wants. ... With this much info in an array, ... Each customer can be used more than once. ...
    (microsoft.public.access.modulesdaovba)
  • RE: Writing multicolumn array data to a worksheet range
    ... REDIM clears th earray, you need to include teh PRESERVE keyword ... yuo can redim only the LAST column of the array with a redim, ... Dim lRows As Long, lCols As Long ... 'Fill array with data of selected customer ...
    (microsoft.public.excel.programming)