RE: [icf-dev] Creating SDO's on temp-tables

Posted by LegacyUser on 23-Apr-2003 05:04

Hello Greij,

I've read this document from J Sadd. and I put the code in my SDO (fullo).

This works fine, my data is available in the browser which i've connected

to this SDO.

But how can i put this code in my Data Logic-procedure (logcp) ?

I don't want to put code in the SDO (fullo) itself, because this isn't the

Dynamics way.

regards

Eddy Kusters.

-Oorspronkelijk bericht-

Van: Paul Greij

Verzonden: donderdag 23 januari 2003 13:37

Aan: dev@icf.possenet.org

Onderwerp: RE: Creating SDO's on temp-tables

Hello Wouter,

You can currently build them against static SDOs. Read the whitepaper

"Building SmartDataObjects Against Temp-Tables" available in the Whitepapers

section of possenet - http://docs.possenet.org/whitepapers/#adm

Paul Greij

-Original Message-

From: Wouter Dupré

Sent: Thursday, January 23, 2003 6:01 AM

To: 'dev@icf.possenet.org'

Subject: Creating SDO's on temp-tables

Is it possible to create a Static or Dynamic SDO on a temp-table? If so,

what would be the best way to do this?

Dynamics 2.0A, Windows 2000 Pro

All suggestions are welcome.

Best regards,

Wouter Dupré

R&D/Support

ORGANI B.V.B.A.

Dynamicalaan 15

2610 Wilrijk

Belgium

Tel.: +32 3 820 63 00

Fax.: +32 3 830 07 98

mailto:wd@organi.be

http://www.organi.be

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@dynamics.possenet.org

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

All Replies

Posted by LegacyUser on 23-Apr-2003 09:35

Hello Eddy,

If you're trying to get similar functionality for a temp-table SDO as

for regular SDO, then you're in for a long painful path.

I tried to use a temp-table SDO in a Dynamics 1.1 Object-Controller

(SDO, browser, viewer), which is called as a child of another object

controller (similar to customer calling order, order would be my

temp-table sdo). The main question was where to put the initialization

of the temp-table: I used the function OpenQuery in one example and

sendRows in another one. In any case I needed to overwrite

compareDBRow and RefetchDBRow with a blank procedure (NOT calling

SUPER!).

I had no problems with the log-procedures. I use them just like with

regular SDOs.

If you want to put the temp-table initialization procedure into the

log-.p, you should be able to do that by just putting

it there, instead of the SDO-.w.

What I continue to have problems is, that when I use the Appbuilder to

work on these SDOs, it generates a faulty .i file for the rowObject

temptable definition. So I either use the plaine ditor for simple

tasks, or I save off the correct .i and overwrite the newly generated

one everytime I save the sdo from the appbuilder.

In summary: It is not easy to get a temp-table SDO to do all the things a

regular SDO does, but it is possible...

Until later,

Thomas mailto:tmh@TheNatureIsle.com

--

Wednesday, April 23, 2003, 6:04:33 AM, you wrote:

EKHello Greij,

EKI've read this document from J Sadd. and I put the code in my SDO (fullo).

EKThis works fine, my data is available in the browser which i've connected

EKto this SDO.

EKBut how can i put this code in my Data Logic-procedure (logcp) ?

EKI don't want to put code in the SDO (fullo) itself, because this isn't the

EKDynamics way.

EKregards

EKEddy Kusters.

EK-Oorspronkelijk bericht-

EKVan: Paul Greij

EKVerzonden: donderdag 23 januari 2003 13:37

EKAan: dev@icf.possenet.org

EKOnderwerp: RE: Creating SDO's on temp-tables

EKHello Wouter,

EKYou can currently build them against static SDOs. Read the whitepaper

EK"Building SmartDataObjects Against Temp-Tables" available in the Whitepapers

EKsection of possenet - http://docs.possenet.org/whitepapers/#adm

EKPaul Greij

EK-Original Message-

EKFrom: Wouter Dupré

EKSent: Thursday, January 23, 2003 6:01 AM

EKTo: 'dev@icf.possenet.org'

EKSubject: Creating SDO's on temp-tables

EKIs it possible to create a Static or Dynamic SDO on a temp-table? If so,

EKwhat would be the best way to do this?

EKDynamics 2.0A, Windows 2000 Pro

EKAll suggestions are welcome.

EKBest regards,

EKWouter Dupré

EKR&D/Support

EKORGANI B.V.B.A.

EKDynamicalaan 15

EK2610 Wilrijk

EKBelgium

EKTel.: +32 3 820 63 00

EKFax.: +32 3 830 07 98

EKmailto:wd@organi.be

EKhttp://www.organi.be

EK

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

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

EK

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

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

EK

EKTo unsubscribe, e-mail: dev-unsubscribe@dynamics.possenet.org

EKFor additional commands, e-mail: dev-help@dynamics.possenet.org

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

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

This thread is closed