Copy NER object Failure

manishmpradhan

Member
Hi List,
I am working with Xe version. I was trying to copy an existing NER as I
need to do some custom modification, but the copy buttion becomes disabled
or grey out as soon as I highlight the NER object. Is there some kind of
security set up which is preventing me from doing this? Any insight will be
appreciated!
Thanks in advance.
manish
 
Hi Manish,

Sorry to say, OneWorld do not support currently to copy NER BSFNs.
You can copy it with its header at C++ source level as files (.c and .h) and make some renames inside the copied sources and define it in OMW as C BSFN. This was already discussed here or on the other (developer) List/Forum. Please, check the archives of the Forum for more details.

The disadvantage of this method that the copied BSFN will be a C BSFN instead of a NER one.

An other but a bit complicated solution could be copying the NER code through the ClipBoard. In this case:
1.) First create all variables in the same order and with exactly the same name (you can use very well a "print to file" ER to support yourself).
2.) Copy the NER code through Clipboard.
3.) Verify all NER lines (open them in the designer) and correct them when necessary.

Regards,
Zoltán



B7332 SP11, ESU 4116422, Intel NT4, SQL 7 SP1
(working with B7321, B7331, XE too)
 
Watch out using the NER .c and .h files, as OneWorld doesn't actually use
them, they are not always correct when shipped, especially in ESU's!!!



OW733.3 Xe SP 14.2
Enterprise Server - Intel NT + Oracle 8.0.6
Client - Citrix TSE + 4 NT PC's for development
 
Back
Top