ISTech Support Forum
http://www.istechforum.com/YaBB.pl
Evo-ERP and DBA Classic >> Installation >> May Update
http://www.istechforum.com/YaBB.pl?num=1307370408

Message started by Kelloggs on 06/06/11 at 07:26:48

Title: May Update
Post by Kelloggs on 06/06/11 at 07:26:48

After the may update, we are unable to minimize Evo's main window

>:(

Kelloggs

Title: Re: May Update
Post by GasGiant on 06/07/11 at 05:00:49

That was one of the upgrades :-p

Try clicking on Evo in the task bar. That has always been the "right" way to minimize it :-/

Title: Re: May Update
Post by Kelloggs on 06/07/11 at 08:54:13


GasGiant wrote:
That was one of the upgrades :-p

Try clicking on Evo in the task bar. That has always been the "right" way to minimize it :-/


Windows XP: Thanks!!!

Windows 7: It does not work!


:-?

Title: Re: May Update
Post by GasGiant on 06/07/11 at 13:14:39

Win 7 works here, but I am not on the newest Evo version.

Title: Re: May Update
Post by NovaZyg on 06/08/11 at 12:31:52

I removed the minimize from the Evo main menu because of a scary bug we found.. (don't try this on live data) if you call up a customer in ARA then minimize the menu, when you restore the menu you will be missing info from the Customer record.. Not all just some of the fields.. the restore is jumping into random parts of code.. I suspect the min/restore is popping the stack and causing code to run that was never called. So until TASPRO7 fixes this issue I have killed the minimize button on the menu.


I am running Win 7 and I see the Evo task on the taskbar an if I click that task it disappears. then if I click it again it reappears. This accomplishes what minimize does.

 

Title: Re: May Update
Post by Kelloggs on 06/08/11 at 14:25:20

It does minimize

;)

Allen what about my little request?

John

Title: Re: May Update
Post by NovaZyg on 06/09/11 at 08:41:16

It is in there John, go to SU-A choose a grid, Say POHEADERS.  There is a new button at the bottom of the screen "EXT. UDF"  press this new button.  This will bring up a hidden section on the screen and let you enter an External Program (any windows application) and then choose the fields you want to pass as parameters to that program.

Once this is assigned, a new button will appear on the standard POHEADERS lookups that will call your Application and pass the fields you specified for the record you are on at the time.

:)

Title: Re: May Update
Post by Kelloggs on 06/09/11 at 10:19:50

so let the testing begin

:D

Title: Re: May Update
Post by ddlong on 08/08/11 at 06:35:28

We just did the update and can't minimize...is there a patch for this yet?


Title: Re: May Update
Post by ddlong on 08/08/11 at 06:49:44

never mind...just read all of the posts and have informed our users how to minimize.


Title: Re: May Update
Post by Kelloggs on 12/28/11 at 11:50:27

Hi Allen,

I see the little window and the button on the grid, unfortunately it gives me an error

Notepad
Cannot find the 78866 (PO Number)
RPISTE011.txt file (Vendor ID)
do you want to create a new file?





NovaZyg wrote:
It is in there John, go to SU-A choose a grid, Say POHEADERS.  There is a new button at the bottom of the screen "EXT. UDF"  press this new button.  This will bring up a hidden section on the screen and let you enter an External Program (any windows application) and then choose the fields you want to pass as parameters to that program.

Once this is assigned, a new button will appear on the standard POHEADERS lookups that will call your Application and pass the fields you specified for the record you are on at the time.

:)


Title: Re: May Update
Post by Kelloggs on 12/29/11 at 09:11:08

Now I know what is going on here.

how are you pasing the values??

my_app.exe /po /vendor_id  ???
my_app.exe po vendor_id (I know it is not this one!!)
my_app.exe :po :vendor_id ???

I just need that piece of information

thanks allen!!!

john
:P

Title: Re: May Update
Post by Kelloggs on 12/29/11 at 12:54:49

this little vb6 will pick up the parameters send by EVO
I just need to know how are you separating them. I assuming you are using an "space" between them but
no idea why I can not capture the second parameter

Dim strCommand As String
Dim aryParameters() As String
Dim intParam As Integer
Dim po As String
Dim ven As String

strCommand = Command()
aryParameters = Split(Trim(strCommand), " ")
For intParam = LBound(aryParameters) To UBound(aryParameters)
po = aryParameters(0)
ven = aryParameters(1)
Next

MsgBox po

Getting there!!!!

8-)

ISTech Support Forum » Powered by YaBB 2.1!
YaBB © 2000-2005. All Rights Reserved.