I'm running an XML upload routine which uses SAX to process the file. The following error is appearing when I try to run it on our test box:
Could not open Dynamic Library: /usr/progress/10.0b/dlc/lib/libicuuc-psc.a
(8013)
does anyone have any idea how to fix this?
My only concern with changing the rtb_object.object field is it is a key field, since I am not changing the actual name just the case, this may work, I’ll give it a test.
Cheers
We have various mixed case filenames for programs, these now reside on Unix and we would like to make all filenames lowercase. The problem is roundtable keeps checking the object out with the original case. Is there a way around this.
Cheers
Multiple checkout
I have uploaded a program which will locate and checkout the programs which use the changed include file.
Thanks for your reply gcampbell.
Does anyone know how I can get the tasks completed for a release. I have looked at the release report which seems to include tasks from previous releases for some reason (maybe something to do with object deletes).
Your Move is one of the largest independent Estate Agencies in Europe, a
dynamic, forward looking company keen to use technology to sustain a
competitive advantage in the Estate Agency Industry.
Your Move is currently seeking a number of Developers to work within a
small team using the...
If you have more than one column enabled in you browse you will need to use the following instead:
FUNCTION is_browse_column RETURNS LOGICAL
( lh_browse AS WIDGET-HANDLE,
lh_column AS WIDGET-HANDLE ) :
DEFINE VARIABLE ll_ret AS LOGICAL NO-UNDO INITIAL FALSE.
DEFINE VARIABLE li_i...
Try the following code in your ROW-LEAVE:
DEFINE VARIABLE lh_wig AS WIDGET-HANDLE NO-UNDO.
DEFINE VARIABLE lh_frm AS WIDGET-HANDLE NO-UNDO.
ASSIGN
lh_wig = LAST-EVENT:WIDGET-ENTER
.
IF BROWSE {&BROWSE-NAME}:CURRENT-COLUMN = lh_wig THEN
DO...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.