Author Topic: stupid,stupid,stupid  (Read 3062 times)

sargasso

  • EA Practitioner
  • ***
  • Posts: 1406
  • Karma: +1/-2
  • 10 COMFROM 30; 20 HALT; 30 ONSUB(50,90,10)
    • View Profile
stupid,stupid,stupid
« on: September 26, 2004, 08:03:59 pm »
I've just created about 50 odd event elements as Send's ( [> ) instead of Receives ( >] )

Is there any way to change them?

tia
Bruce (it must be Monday)
"It is not so expressed, but what of that?
'Twere good you do so much for charity."

Oh I forgot, we aren't doing him are we.

sargasso

  • EA Practitioner
  • ***
  • Posts: 1406
  • Karma: +1/-2
  • 10 COMFROM 30; 20 HALT; 30 ONSUB(50,90,10)
    • View Profile
Re: stupid,stupid,stupid
« Reply #1 on: September 26, 2004, 08:12:00 pm »
 ;D
Panic over.

I've just found the context menu item - Make Receiver.


B
"It is not so expressed, but what of that?
'Twere good you do so much for charity."

Oh I forgot, we aren't doing him are we.

Bruno.Cossi

  • EA User
  • **
  • Posts: 803
  • Karma: +0/-0
    • View Profile
Re: stupid,stupid,stupid
« Reply #2 on: September 26, 2004, 08:21:01 pm »
Hi Bruce,

I was going to suggest Element > Change Type, but it won't help as both Send and Receive show up as Event there (potential room for improvement, is not there?).
You can however make the change directly in the database:
Table: t_object
Object_Type = 'Event'
Column NType is the one you are looking for, value 0 = Send, 1 = Receive (or maybe the other way around, I do not remember off the top of my head).

Here it is still Sunday, thank God! :-)

Bruno

Bruno.Cossi

  • EA User
  • **
  • Posts: 803
  • Karma: +0/-0
    • View Profile
Re: stupid,stupid,stupid
« Reply #3 on: September 26, 2004, 08:21:55 pm »
Beat me to it - invariably I find the most complicated solution, and a minute too late, too!

Quote
;D
Panic over.

I've just found the context menu item - Make Receiver.


B