[icf-dev] Object type

Posted by LegacyUser on 10-Jul-2002 07:17

Hi,

I am looking for a standard way to determine for each

handle what kind of object it is:

- dynviewer

- dynlookup

- dyncombo

and so on.

Is that available?

Best regards,

Martin Bos - mailto:martin.bos@cargomate.com

CargoMate BV - Meerwal 21 B - 3432 ZV - Nieuwegein - NL

tel. +31(0)30-6048811 - fax +31(0)30-6090000 -<http://www.cargomate.com/>

CargoMate - Global Logistics Software Solutions

Bangkok - Dubai - Amsterdam - Miami - San Francisco - Los Angeles

To unsubscribe, e-mail: dev-unsubscribe@icf.possenet.org

For additional commands, e-mail: dev-help@icf.possenet.org

All Replies

Posted by LegacyUser on 10-Jul-2002 07:19

Hi Martin,

Try

DYNAMIC-FUNCTION('getobjecttype' in handle)

Frank

-Original Message-

From: Martin Bos

Sent: Wednesday, July 10, 2002 14:18

To: 'dev@icf.possenet.org'

Subject: Object type

Hi,

I am looking for a standard way to determine for each

handle what kind of object it is:

- dynviewer

- dynlookup

- dyncombo

and so on.

Is that available?

Best regards,

Martin Bos - mailto:martin.bos@cargomate.com

CargoMate BV - Meerwal 21 B - 3432 ZV - Nieuwegein - NL

tel. +31(0)30-6048811 - fax +31(0)30-6090000 -CargoMate - Global Logistics Software Solutions

Bangkok - Dubai - Amsterdam - Miami - San Francisco - Los Angeles

To unsubscribe, e-mail: dev-unsubscribe@icf.possenet.org

For additional commands, e-mail: dev-help@icf.possenet.org

To unsubscribe, e-mail: dev-unsubscribe@icf.possenet.org

For additional commands, e-mail: dev-help@icf.possenet.org

Posted by LegacyUser on 10-Jul-2002 07:35

Hi Arnold,

This does not return "dynlookup" but only SmartDataField

for lookups and other smartdatafields.

martin

-Original Message-

From: Frank Arnold

Sent: Wednesday, July 10, 2002 2:19 PM

To: 'dev@icf.possenet.org'

Subject: RE: Object type

Hi Martin,

Try

DYNAMIC-FUNCTION('getobjecttype' in handle)

Frank

-Original Message-

From: Martin Bos

Sent: Wednesday, July 10, 2002 14:18

To: 'dev@icf.possenet.org'

Subject: Object type

Hi,

I am looking for a standard way to determine for each

handle what kind of object it is:

- dynviewer

- dynlookup

- dyncombo

and so on.

Is that available?

Best regards,

Martin Bos - mailto:martin.bos@cargomate.com

CargoMate BV - Meerwal 21 B - 3432 ZV - Nieuwegein - NL

tel. +31(0)30-6048811 - fax +31(0)30-6090000

-CargoMate - Global Logistics Software Solutions

Bangkok - Dubai - Amsterdam - Miami - San Francisco - Los Angeles

To unsubscribe, e-mail: dev-unsubscribe@icf.possenet.org

For additional commands, e-mail: dev-help@icf.possenet.org

To unsubscribe, e-mail: dev-unsubscribe@icf.possenet.org

For additional commands, e-mail: dev-help@icf.possenet.org

To unsubscribe, e-mail: dev-unsubscribe@icf.possenet.org

For additional commands, e-mail: dev-help@icf.possenet.org

Posted by LegacyUser on 10-Jul-2002 09:00

Hi Martin,

I believe you want the following:

MESSAGE DYNAMIC-FUNCTION('getObjectName':U IN ) VIEW-AS ALERT-BOX.

Sincerely,

Brian K. Maher

Principal Technical Support Engineer Phone : 781-280-3075

Progress Software Corporation E-Mail: maher@progress.com

Dual G4 CPUs and Mac OS X ... The Only Way to Compute

To unsubscribe, e-mail: dev-unsubscribe@icf.possenet.org

For additional commands, e-mail: dev-help@icf.possenet.org

Posted by LegacyUser on 10-Jul-2002 09:06

Hi Brian,

Sorry but this does not return the dynamics-objecttype.

The getObjectName returns several kind of values, dependent

on how you have put the lookup on you dynamic or static

viewer.

I have seen values like:

- name of the lookup

- "dynlookup"

- "dynlookup(2)", "dynlookup(3)", and so on...

Martin

-Original Message-

From: Brian K. Maher

Sent: Wednesday, July 10, 2002 4:01 PM

To: dev@icf.possenet.org

Subject: RE: Object type

Hi Martin,

I believe you want the following:

MESSAGE DYNAMIC-FUNCTION('getObjectName':U IN ) VIEW-AS ALERT-BOX.

Sincerely,

Brian K. Maher

Principal Technical Support Engineer Phone : 781-280-3075

Progress Software Corporation E-Mail: maher@progress.com

Dual G4 CPUs and Mac OS X ... The Only Way to Compute

To unsubscribe, e-mail: dev-unsubscribe@icf.possenet.org

For additional commands, e-mail: dev-help@icf.possenet.org

To unsubscribe, e-mail: dev-unsubscribe@icf.possenet.org

For additional commands, e-mail: dev-help@icf.possenet.org

Posted by LegacyUser on 10-Jul-2002 09:12

Hi Martin,

Does the "dynxxx" part of the value stay consistent?

If so, just check the return value to see if the result begins

with "dyncomb", "dynview" or "dynlook".

Sincerely,

Brian K. Maher

Principal Technical Support Engineer Phone : 781-280-3075

Progress Software Corporation E-Mail: maher@progress.com

Dual G4 CPUs and Mac OS X ... The Only Way to Compute

-Original Message-

From: Martin Bos

Sent: Wednesday, July 10, 2002 10:07 AM

To: 'dev@icf.possenet.org'

Subject: RE: Object type

Hi Brian,

Sorry but this does not return the dynamics-objecttype.

The getObjectName returns several kind of values, dependent

on how you have put the lookup on you dynamic or static

viewer.

I have seen values like:

- name of the lookup

- "dynlookup"

- "dynlookup(2)", "dynlookup(3)", and so on...

Martin

-Original Message-

From: Brian K. Maher

Sent: Wednesday, July 10, 2002 4:01 PM

To: dev@icf.possenet.org

Subject: RE: Object type

Hi Martin,

I believe you want the following:

MESSAGE DYNAMIC-FUNCTION('getObjectName':U IN ) VIEW-AS ALERT-BOX.

Sincerely,

Brian K. Maher

Principal Technical Support Engineer Phone : 781-280-3075

Progress Software Corporation E-Mail: maher@progress.com

Dual G4 CPUs and Mac OS X ... The Only Way to Compute

To unsubscribe, e-mail: dev-unsubscribe@icf.possenet.org

For additional commands, e-mail: dev-help@icf.possenet.org

To unsubscribe, e-mail: dev-unsubscribe@icf.possenet.org

For additional commands, e-mail: dev-help@icf.possenet.org

To unsubscribe, e-mail: dev-unsubscribe@icf.possenet.org

For additional commands, e-mail: dev-help@icf.possenet.org

Posted by LegacyUser on 10-Jul-2002 09:23

Hi Brian,

As already said, sometimes it returns the name of the

lookup which does not match "dynlookup*" .

There is already a getAstraObjectName, so actually I expect a kind of

getDynamicsObjectType.

In case I have to write this my own, where should I put such function?

Martin

-Original Message-

From: Brian K. Maher

Sent: Wednesday, July 10, 2002 4:12 PM

To: dev@icf.possenet.org

Subject: RE: Object type

Hi Martin,

Does the "dynxxx" part of the value stay consistent?

If so, just check the return value to see if the result begins

with "dyncomb", "dynview" or "dynlook".

Sincerely,

Brian K. Maher

Principal Technical Support Engineer Phone : 781-280-3075

Progress Software Corporation E-Mail: maher@progress.com

Dual G4 CPUs and Mac OS X ... The Only Way to Compute

-Original Message-

From: Martin Bos

Sent: Wednesday, July 10, 2002 10:07 AM

To: 'dev@icf.possenet.org'

Subject: RE: Object type

Hi Brian,

Sorry but this does not return the dynamics-objecttype.

The getObjectName returns several kind of values, dependent

on how you have put the lookup on you dynamic or static

viewer.

I have seen values like:

- name of the lookup

- "dynlookup"

- "dynlookup(2)", "dynlookup(3)", and so on...

Martin

-Original Message-

From: Brian K. Maher

Sent: Wednesday, July 10, 2002 4:01 PM

To: dev@icf.possenet.org

Subject: RE: Object type

Hi Martin,

I believe you want the following:

MESSAGE DYNAMIC-FUNCTION('getObjectName':U IN ) VIEW-AS

ALERT-BOX.

Sincerely,

Brian K. Maher

Principal Technical Support Engineer Phone : 781-280-3075

Progress Software Corporation E-Mail: maher@progress.com

Dual G4 CPUs and Mac OS X ... The Only Way to Compute

To unsubscribe, e-mail: dev-unsubscribe@icf.possenet.org

For additional commands, e-mail: dev-help@icf.possenet.org

To unsubscribe, e-mail: dev-unsubscribe@icf.possenet.org

For additional commands, e-mail: dev-help@icf.possenet.org

To unsubscribe, e-mail: dev-unsubscribe@icf.possenet.org

For additional commands, e-mail: dev-help@icf.possenet.org

To unsubscribe, e-mail: dev-unsubscribe@icf.possenet.org

For additional commands, e-mail: dev-help@icf.possenet.org

Posted by LegacyUser on 10-Jul-2002 09:26

Hi Martin,

Sorry. You didn't make it entirely clear the first time (the "*"

was missing).

Sincerely,

Brian K. Maher

Principal Technical Support Engineer Phone : 781-280-3075

Progress Software Corporation E-Mail: maher@progress.com

Dual G4 CPUs and Mac OS X ... The Only Way to Compute

To unsubscribe, e-mail: dev-unsubscribe@icf.possenet.org

For additional commands, e-mail: dev-help@icf.possenet.org

This thread is closed