Layout Set Strange Problem

HI all
I have created new Layout Set - advanced copy of ConsumerExplorer-  with some changes. This layout set is assigned to <b>KM  Navigation iView</b> and as a <b>Search Results Layout Set</b>.
In this layout set in <b>KM_ConsumerCollectionRenderer</b>, in <b>Displayed Properties</b> we have put some custom properties. Some of the properties are of type <b>String</b> and other are of type <b>Date.</b>
When we see the docs in KM Navigation iView only properties having String type are getting displayed. Properties of type<b> Date</b> are displayed as blank.
But when we search for the same document its all properties are displayed including of type Date.
I am wondering, I have used same Layout Set for KM Navigation and Search iviews, but KM Navigation has some problems.
Please reply immediately.

Hi,
       Can you check by going to "presentation" in folder>details>settings>select profile> choose other layout. Under the "properties to show" tab you can click on the "add" button and choose the properties. Check the preview. By this we can check if there is any problem specific to the layout set you are using before.
Ramesh Kotagiri

Similar Messages

  • Getter Setter strange problem in interface

    hi folks I have a strange compiler error
    package  {
      public interface IGet{
      function get someInt():int;
    package  {
      public interface ISet {
      function set someInt(value:int):void;
    package  {
      public interface ISomeInt extends IGet, ISet{
    package {
      public class SomeInt implements ISomeInt {
      public function SomeInt () {
      public function set someInt (value:int):void {
      public function get someInt ():int {
      return 157;
    package  {
      import flash.display.MovieClip;
      public class InitSomeInt extends MovieClip{
      public function InitSomeInt() {
      var so:ISomeInt = new SomeInt;
      so.someInt = 15;
    compiler says: 1059: Property is read-only.
    any solutions?
    ction set someInt

    Just to chime in...I'm not sure how familiar vakhtangi is with AS and don't want him to get discouraged by wrong information by someone with a lot of reputation points. Typing it to the interface is the correct thing to do and changing to the implementation type won't help (and of course also won't accomplish the purpose of using Interfaces in the first place).
    I think what actually happens is that the IGet and ISet are defined separately, then combined in ISomeInt. When trying to set the value, the compiler sees them as separate and is picking up the IGet first (that's the order you specified in ISomeInt), which does specify someInt as a read-only property. This is strange behavior, but not illogical. It's probably an edge case that never occurred to Macromedia/Adobe.

  • Flex UI Layout set showing strange results!!!

    Hi All,
    I am facing a strange problem with the layout set being used for showing KM folder.
    Currently the layout is displaying the same results, rendering the same resources TWICE in the same page with same look. The layout set is using GridListLayoutController and a custom developed Collection Renderer. The custom developed is only rendering a fixed number of resources.
    What can be the problem? Please help me.
    Regards,
    Sandip

    Hello Sandip,
    The GridListLayoutController would be used for layouts that, for example, would display subfolders in the grid layout above and files in a list format below.  It is also used when an HTML Collection Renderer is involved... the HTML file is displayed above, with a list view of the folder contents below.  Just depends on what you need. 
    Glad that worked out for you.
    Cheers,
    Fallon

  • Help!!! The problem about the layout set

    I have created my own layoutset for the navigation and set it.Here is the question, I navigate from the iview for which  i have created the layout set to a new page.there is a return link on the new iview,i click the link of return the Browser go back to the frist  iview but the layoutset i have set is gone. When return from the iview how can i keep the layoutset .
    Any one know the answer please tell me ,  thx

    Hi Mike,
    Thank you very much for your help. I think itis better to choose another kind of smart sensor with rs232 I/O port. It is easier to connect the eight sensors to the eight bluetooth servers. The eight sensors are fixed on the different  bearing surfaces and rotate with the machine, it's difficult to use one turning adapter to connect them. So I have to use eight bluetooth servers to connect to the eight sensors.  
    The key problem ishould I use 8 bluetooth servers or 1 bluetooth server or the bluetooth vi of labview  to receive the data from the other servers and how can I drive them. Just like question 3 and 4 following:
    (3 key question)  I skimmed through the forum and noticed labview can support bluetooth. But I want to know that: If the bluetooth function of labview 8 can receive the data from the eight bluetooth servers on the machine  in the same time, how could I do? If not,
    should I use the same kinds of eight bluetooth servers to receive the realtime data in the same time, which are connected to pc I/O ports(if they are enough), or just use only one server connected to pc to receive the data from the servers in the same time ?
    (4 question) I noticed that the bluetooth servers should use drive software or programe. If necessary, how could I do for the eight servers on the machine and on the pc?

  • Missing layout set?

    Hi you all!
    I have a problem that migth be caused by a missing layout set. The problem is that I know more or less nothing about these.
    I have a role with a set of pages as an entrypoint and under this there are som more sets of pages and among these sets is of course another entrypoint. This one holds four pages which are shown in the detailed navigation. Nothing strange up to here but now to my problem: when I click a certain one of these four "links" in the det.nav. nothing at all is shown. It just happens to this very page and not to the other three.
    I have opened the role in question in our dev-portal where the page works and have made comparisons to the prod-portal but can't find any differenses. Can anyone tip me of about where to find the layout set which will affect the level in question in the structure described? The only place where I can find this attribute is at the settings of an iView on the page that errors and this iView isn't even shown. The name of it is "Site Files Master Iview" if it's a standard one and if it's of help to the solution.
    Best regards
    Benny Lange

    Hi Benny,
    it depends on the version if you can find the default.trc in the portal
    I am not totally sure, when things changed. You can have a look at 'SystemAdministration -> Support -> Support Desk -> PortalRuntime'. Here you can mybe find a Logviewer. Or you could try to use your Portal-URL without the 'irj', then click on 'SAP Netweaver Administrtator'. Then choose 'analysis -> debug -> logs and traces'. In the DropDown-Box 'Select View' choose 'default Trace'
    On the file-system you should be able to find the log here: \usr\sap\<SID>\JC00\j2ee\cluster\server0\log.
    Reproduce the error and make sure that you are looking in the newest defaultTrace
    Hope this helps
    Karin

  • ALV Grid - Very Strange Problem

    I am facing a very strange problem in ALV Grid. Our’s is a ECC5 system on SAP_APPL SAPKH50011 and SAP_BASIS SAPKB64016.
    I have implemented the ALV grid in a screen using classes. This grid by default appears in display mode however it can be switched to change mode and back to display mode using a custom button on the ALV toolbar. When the user clicks the change button the grid appears in editable mode. During the back and forth switching of the ALV between Change/Display modes the ALV grid control is not destroyed however the toolbar, fieldcatalog and ALV contents are refreshed.
    The data which is entered in an editable cell is validated using the data_changed event which has been implemented locally. If the validation fails an error message is raised using the message statement which is being issued correctly. Now when I correct the data and then click on another cell in the ALV grid the program is being aborted. Any clue why this is happening??

    Please check this code
    In the PBO of the screen set the field catalog and layout , i think this will help not to refresh the field catalog every time swtich between display and change mode
        set titlebar sy-dynnr with p_netwk.
        call method g_grid->set_frontend_fieldcatalog
          exporting
            it_fieldcatalog = gt_fieldcat[].
        call method g_grid->set_frontend_layout
          exporting
            is_layout = gs_layout.
        call method g_grid->refresh_table_display.
    2. Regarding program abort, please paste the first page of system dump

  • I am having a strange problems on the Data entry Forms

    A form that has been used since 2005 in an old version of HFM 3.51 was migrated to SYstem 11.1.2.1 in January of 2012 and has been working since then. Suddenly we start having some strange problems. Our response time has been very slow and I am wondering if there were some problems in any of the services. Maybe a service did not start properly related to the WEB forms.
    We entered a number in one of the cell to be: 348336349 as soon as we hit enter, the number was formatted to 348,336,349 but when I submit the number it came back as 3. I tried it several times and it did not work, I checked the scaling and that was set blank. One of my user tried it and it did not work. I tried looking into the Preferences and my screen froze. In the meantime one of my user was able to enter the number and was able to refresh it as well. Then she enter another number on a different cell and the same problem occurred it seemed as if it truncated all the digits except for the left most digit, we are unable to figure out how to resolve this issue. The number entereed in the cell is 826,251,218 it stores 8 and loses the rest of the 8 digits. I right click and checlk the properties and it says that it has stored 8 instead of 826,251,218.
    Following is the DEF script. Does anyone has any ideas, I am wondering if I have to restart the services..
    ReportType=WebForm
    ReportLabel=Aging_Receivables
    ReportDescription=Aging Receivables
    Instructions=Please make sure you set up your point of view (POV) appropriately. Business Unit (BU): AG, CE and Other_BU. Brand: Case, NH and Other_Brand.
    BackgroundPOV=S#Actual.Y#2011.P#Jan.w#YTD.V#<Entity Currency>.I#[ICP None].C2#SERVICED.C3#GL_INPUT.C4#Input
    SelectablePOVList=S{[Hierarchy]}.Y{[Hierarchy]}.P{[Third Generation]}.E{[Hierarchy]}.C1{[Base]}.C2{[Hierarchy]}.C3{[Base]}.C4{GL.[Hierarchy]}
    C1=A#Current
    C2=A#0_To_30
    C3=A#Total_Current
    C4=A#31_To_60
    C5=A#61_To_90
    C6=A#91_To_120
    C7=A#121 Plus
    C8=A#Total_Past_Due
    C9=A#Total_Aging_Rec
    C10=A#Current_OffBook
    C11=A#Past_Due_OffBook
    C12=A#T_Aging_Rec_OffBook
    C13=A#Total_MP_Aging_Rec
    C14=A#Aging_Rec_Diff
    R1=C1#_Retail
    R2=C1#_Wholesale_Tot
    R3=C1#_Wholesale
    R4=C1#_Wholesale_Natl
    R5=C1#_Wholesale_Othr
    R6=C1#_Credit_Card
    R7=C1#_Specialized_Lending
    R8=C1#_Marine
    R9=C1#_Soris
    R10=C1#_Other
    R11=C1#_Material
    R12=C1#Sup_Product
    FormInputBoxLength=23
    PrintNumRowsPerPage=33
    PrintNumDataColsPerPage=8
    ShowLabels=False
    ShowDescriptions=True
    SuppressColHeaderRepeats=False
    Edited by: user8267293 on Aug 8, 2012 12:41 PM
    Edited by: user8267293 on Aug 8, 2012 12:43 PM

    Hi,
    Did you find a way to solve your problem ? We have exactly the same for one application and we are using the same version of HFM : 11.1.2.1.
    This problem is only about webforms. We can correctly input data through Data Grids or Client 32.
    Thank you in advance for your answer.

  • Computer slower and a few other strange problems since upgrading to SL

    Hi all,
    About a month ago, I upgraded my mid-2009 MBP to SL. I'm now on 10.6.1. Ever since the upgrade, my computer's been somewhat slower than it was when I ran Leopard (although many people I know say their machines are faster). I did restart several times at one point, and that seemed to speed it up, although it still experiences delays I didn't have before. I've also had a bunch of strange issues:
    1) Safari is most noticeably slow, especially when using something like Top Sites on Safari 4. I alleviated this problem somewhat by setting new tabs to open a blank window rather than Top Sites, but even so, Safari is generally slower, gives me 'pinwheels' often, and also is less stable.
    2) The other day, I restarted to find that all fonts except system fonts had been mysteriously deactivated. As a designer, I rely heavily on my many fonts, which I manage using Linotype FontExplorer.
    3) Today, I opened my computer up after having it sleeping in a backpack, and it had turned off. It was not out of battery; it had just turned off for no apparent reason.
    4) Judging by Activity Monitor, RAM is being used somewhat more heavily by the system, contrary to the advertisements of a 'lighter' footprint for SL as compared to Leopard. However, according to Activity Monitor (which I check frequently), the processor does not appear to be getting taxed any more heavily than under Leopard, which makes the sluggishness more inexplicable.
    5) Yesterday, I could not get my computer to recognize my Time Machine backup disc. After restarting, it worked, but this is a pain.
    I appreciate any advice I can get. Does anyone else have similar problems or solutions? Or is the general consensus that these are SL bugs that Apple will work out by about 10.6.4 or so?
    Thanks,
    Nathan
    Message was edited by: nateeanes

    I began this thread awhile ago, but the essence of it is that I had a number of strange problems, although mostly my computer was just slower, when upgrading from Leo to SL.
    I've now wiped my HD and re-installed SL. It seems faster, although there are still a few issues:
    1) iWork (Pages, Numbers) has very weird coloring. All the text looks light blue and/or cyan, and I can't fix it.
    2) Although initially Safari worked great, lately it's been going back to its habits of being slow and showing strange things like chopping up the 'Top Sites' view, i.e. rendering it in an off way.
    3) Adobe CS3 will not install properly. I get them loaded up, but when I try to launch a program, I get an error that says "licensing for this product has stopped working". I cannot get to the 'activate' page, even though I uninstalled and deactivated CS3.
    In the interest of full disclosure, I did restore my home account after clean installing SL-- maybe I should have brought the files over folder by folder rather than bringing back my whole home folder with its settings? I wonder if I accidentally brought over Adobe's FLEXnet folder too.
    Also, does anyone know if Adobe CS3 can cause these problems with Safari and other programs? It just seems that the whole machine was slower after installing CS3, even though I wasn't running the programs.
    Any help is appreciated.
    Nate

  • Layout Set not working

    Hi all,
    I am trying to fulfill a requirement here which is to hide the "Edit Header" control on the Banner iView. I found out that this is defined in the "Components" property in the HTML Collection Renderer Settings. When i omit the component on this property, the Banner iView hides the control. So far, so good.
    Now, as i need 2 instances of the layout set (one with the component and other without) i did this:
    1) Copied the layout set to a custom one
    2) Copied the HTML Renderer to a custom one
    3) Omitted the component on the custom HTML Renderer
    4) Changed the renderer on the custom layout set to point to the new renderer
    5) Copied the Banner iView and customized it on the property "Layout Setting", putting the name of the custom layout set.
    And this won't work! When i use this iView, instead of showing the Banner and Title, it shows a KM navigation structure with the Images directory (base directory of Banners). Do you know what may be wrong? I am sure that the problem occurs when i change the iView property to point to the custom layout set. But what is wrong?

    Hi all,
    I've posted this yesterday and had no reply... can anyone help on this case? I've tried everything and nothing seems to work.
    Thanks in advance!
    Thiago

  • How to get a list of Layout Sets

    Hi Experts,
    How do I get a list of Layout sets in Portal ?
    I am using a KM Navigation IView to show a list of External Links. I have used a copy of Links IView for this. The Layout set used here is "LinkListExplorer".
    The problem with this layout set is it provides an option of Organize Entries to all End users. An end user might potentially delete a link or edit it due to this.
    I want to get rid of Organize Entries feature in this IView, which I feel can be achieved only by changing Layout of the IVIew.
    Please guide me to list of Layout sets or a way to maintain permissions for Links IView.
    Thanks,
    Yomesh.

    System Administration -> System Configuration -> Knowledge Management -> Content Management
    then,
    User Interface -> Settings -> Layout Set
    You will see lots of layouts sets that you can use...

  • Strange Problem in Oracle Forms.

    Hello,
    I have a strange problem of a form not opening in the migrated App Server but is working fine in the existing server.
    The problem is that we have now migrated to App Server 10.1.2.3.0 (patch applied to 10gR2 App Server installation) from 9.2.0.4.
    The issue is that the same form works perfectly fine in 9.2.0.4 but doesnt open up in the 10.1.2.3.0 server itself !
    The form is called using "new_form" procedure.
    I even cross checked by giving other form names; they work fine. But this set of forms (for which problem occurs) only doesnt open up.
    All the forms are compiled against 10.1.2.3 Compiler; All point to the same OLB and all of them have a common menu bar.
    Peculiar thing is WEBUTIL is working for all forms. Version is 1.0.6. No problems in WebUtil.
    Please help me making this sole out as we need to migrate this ASAP.
    Requesting one and all.
    Thanks.

    Solved it out..
    It was an error in frmwebutil.jar installation.
    Below is the link from Metalink:
    https://support.oracle.com/CSP/main/article?cmd=show&type=NOT&id=421930.1
    Cheers !

  • Search result category with a custom layout set?

    Greetings,
    I've created a nice little search IVIEW with a custom search options set that will display the document category (taxonomy) in the search result (if the resulting document is categorized, of course.)  Works great.  However there is one little problem.  The categories in the search results are hyperlinked and when you select one, you get a new window with the taxonomy rendered in the default layout set (the ConsumerExplorer I think.)  Not good.  I need this displayed in a custom layout set.
    Any ideas how to make this hyperlink use a custom layout set without changing the default?
    Regards,
    Paul Federighi

    Hi Paul,
    As per my knowledge of the basic s of layout sets and iviews.
    You want to change the layout set of the iview(window) which opens when u click the hyperlink.
    You should do this:
    1)Make a new layout set by customizing the default one.
    2)If the iview opening is a standard iview then go to its properties and change the Layout set value to ur new layout.
    Please revert in case of issues.
    I hope it helps.
    Regards,
    Sumit

  • Strange Problem - All of my preloaded .swf files play at once

    Hey guys,
      I've been getting a strange problem that I haven't been able to debug.  I recently developed an interactive audio and video treatment program that users click through in which a master swf file (DTM-Start.swf) uses ActionScript upon first being loaded to load the rest of the program in the background.  Here's how the code looks: 
    import flash.display.MovieClip;
    import flash.display.Loader;
    import flash.net.URLRequest;
    import flash.events.Event;
    // create movieclip objects to hold the loaded movies
    var intr1:MovieClip;
    var maladaptIntr1:MovieClip;
    var maladaptIntr1Loader:Loader = new Loader();
    var maladaptIntr1Request:URLRequest = new URLRequest("DTM-Maladapt1.swf");
    maladaptIntr1Loader.load(maladaptIntr1Request);
    maladaptIntr1Loader.contentLoaderInfo.addEventListener(Event.COMPLETE, maladaptIntr1Loaded);
    var intr1Loader:Loader = new Loader(); 
    var intr1Request:URLRequest = new URLRequest("DTM-Intr1.swf");
    intr1Loader.load(intr1Request);
    intr1Loader.contentLoaderInfo.addEventListener(Event.COMPLETE, intr1Loaded);
    function maladaptIntr1Loaded(event:Event):void
        maladaptIntr1 = event.currentTarget.content as MovieClip;
        maladaptIntr1.stop();
        addChild(maladaptIntr1);
        maladaptIntr1.y = -1000
        trace("maladaptIntr1");
    function intr1Loaded(event:Event):void
        intr1 = event.currentTarget.content as MovieClip;
        intr1.stop();
        addChild(intr1);
        intr1.y = -1000
        trace("intr1");
    function playIntr1() {
       intr1.y = 0;
       intr1.play();
    function playMaladapt1() {
        maladaptIntr1.y = 0;
        maladaptIntr1.play();
    So that's the idea.  What's strange is that when I load a .swf file compiled with AIR 2.6 (because the user interacts with the movie and a text file is output) it's fine too, but as soon as I add any actionscript, even if it's just a stop() command, to a .swf file compiled with AIR, the DTM-Start.swf loads and then plays all of the movies simultaneously so they're all going off at once.  Essentially, flash seems to be ignoring the maladaptIntr.stop() command in the Loaded function, for instance.  I just don't understand why adding any Actionscript whatsoever to a .swf compiled with AIR would make my DTM-Start do this.  I am very confident this is the issue too, because loading .swf files compiled with the FlashPlayer with action script are fine...AIR .swf files without Actionscript are fine too, it's only AIR .swf files with ANY actionscript that cause this problem....
    Any ideas?
    Much appreciated!
    Thanks,
    Ricky

    One solution is simply to have a stop() in the constructor of the document Class of each swf you're loading. Another solution is something like:
    package {
         class MainDocument extends MovieClip {
         protected var swfs:Array = ['DTM-Maladapt1.swf', 'DTM-Intr1.swf'];
         protected var positions:Array = [{x:0, y:0}, {x:0, y:0}];
         protected var movies:Array /*of  MovieClips*/ = [];
         protected var loadIndex:int;
         protected var playIndex:int;
         protected var curremtMovie:MovieClip;
              public function MainDocument() {
                   super();
                   loadMovie(loadIndex);
              protected function loadMovie(loadIndex:int):void {
                   var loader:Loader = new Loader;
                   loader.contentLoaderInfo.addEventListener(Event.COMPLETE, onLoadComplete);
                   loader.load(new URLRequest(swfs[loadIndex]));
              protected function onLoadComplete(e:Event):void {
                   var mc:MovieClip = LoaderInfo(e.currentTarget).content as MovieClip;
                   mc.stop();
                   var position:Object = positions[loadIndex];
                   mc.x = positions.x;
                   mc.y = positions.y;
                   addChild(mc);
                   movies[movies.length] = mc;
                   loadIndex++;
                   if (loadIndex<swfs.length) {
                        loadMovie(loadInxed);
                   } else {
                        playMovie(playIndex);
              protected function playMovie(playIndex):void{
                   if (currentMovie) {
                        currentMovie.stop();
                   currentMovie = movies[playIndex];
                   currentMovie.play();
    Note that with this approach you don't need to create a whole new set of logic each time you want to add a new swf to load.

  • Strange problem with Superdrive in 1.8 GHz iMac G5 (rev. A)

    The superdrive in my 1.8 GHz iMac G5 (rev. A) has recently developed a strange problem but only when dealing with CDs. If the computer has been on for a short time the drive won't accept any CDs be they audio, data or blank. It never has problems with DVDs but try and put a CD in and it just spits it back out; it doesn't even try to read the disc, it just goes in and one second later it ejects. Now if I turn off the computer or put it in sleep mode for a while and try again it'll work, you can leave the disc in as long as you want and use it without problems but the second you eject it you can't use CDs again. If you turn the computer on and don't use the CD drive until say ten minutes later it'll not work either. I reset the NVRAM and PRAM and re-installed the OS but it still won't work. I've already had problems with the drive before, infact this one is a replacement drive because the original was scratching my discs.
    I only have 34 days left on my warranty so I need to do something quick (if I don't want to pay) but I'm not sure what to do. The iMac Assistant in Support doesn't really cover it; do I need to make an appointment to take it into an Apple Store or can I just take it in and ask them to look at it?
    iMac G5 1.8 GHz (rev. A)   Mac OS X (10.3.5)  

    You should report it to Apple tech support. It could be that the drive is failing. My revision "A" superdrive, a Pioneer K04F, failed after six months and it did so over a period of time (I think) as a few of the disks I burned toward the end of its life would only partially play back. If the drive is not failing, Apple support may have some thoughts on how to set it right.

  • Strange problem while building a secondary index.

    Hi,
    I have a strange problem in creating a secondary index which is a part of primary data.
    I tested my program and a working sample program
    My data scheme looks like:
       Key = unique string
       Data = structure {
                        time_t timestamp;
        Secondary Key = timestamp in data (NOT unique)
    My BDB environment flags is "DB_CREATE | DB_INIT_CDB | DB_INIT_MPOOL | DB_THREAD"
    The primary DB is created as BTREE with a custom key compare function provided by calling DB->set_bt_compare.
    int my_key_compare(DB *db, const DBT *key1, const DBT *key2)
         const char *k1_v = (const char *)key1->data;
         const char *k2_v = (const char *)key2->data;
         return strcmp(k1_v, k2_v);
    The secondary Index DB is created as BTREE while permitting duplication. (DB_DUPSORT)
    It has two custom callback functions; one for data compare, the other for extracting a data from the primary data.
    int my_extract_timestamp(DB *db, const DBT *primary_key, const DBT *primary_data, DBT *secdondary_key)
         secondary_key->data = ( (MY_DATA *)(primary_data->data))->timestamp;
         secondary_key->size = sizeof(time_t);
         return 0;
    int my_secondary_dup_compare(DB *db, const DBT *key1, const DBT *key2)
         time_t      k1_v = *(time_t *)key1->data;
         time_t      k2_v = *(time_t *)key2->data;
         return k1_v - k2_v;
    The function 'my_extract_timestamp' is set by calling DB->associate().
    My problem is 'my_secondary_dup_compare' function called with a strange DBT values.
    I think the values should point to the value provided from my_extract_timestamp(), but they pointed to
    the key which provided when calling DB->put on the primary DB.
    Could somebody help me ?
    Any help highly appreciated.

    Hi,
    In the secondary database, the key is what you extract and the data is the key of the primary database. As your primary key is a unique string, your data in secondary database is also a unique string. The DB->set_dup_compare sets the comparison function for the duplicate data, so you are comparing time stamps on unique strings, not on what you extract.
    As you are comparing the time stamps which are the keys of secondary database, I guess here you want to set the bt_compare function instead of the dup_compare for the secondary database.
    Also, about this sentence:
    secondary_key->data = ( (MY_DATA *)(primary_data->data))->timestamp;
    The DBT.data should be an address, but this is a value here instead of an address.
    Regards,
    Winter, Oracle Berkeley DB

Maybe you are looking for

  • How to get the file size (in bytes) for all files in a directory?

    How to get the file size (in bytes) for all files in a directory? The following code does not work. isFile() does NOT recognize files as files but only as directories. Why? Furthermore the size is not retrieved correctly. How do I have to code it oth

  • Safari Keeps Crashing on MacBook Pro 10.9.1

    Can someone who knows what to look for take a peek and see what's up here? Here is the crash report: Process:     Safari [3178] Path:        /Applications/Safari.app/Contents/MacOS/Safari Identifier:  com.apple.Safari Version:     7.0.1 (9537.73.11)

  • Undeletable black photo in album + new pics only in places not in album

    So, I got my new iPhone 4 and have discovered that in the album there is a black photo that I can't delete either by going to the photo and clicking on the trash, or by clicking edit in the album view, selecting the photo and deleting it. It prompts

  • Circle backslash under cursor

    What does this mean and how do I get rid of it? If I move an icon on my desktop the cursor has a circlebackslash under it. And I can't delete it! What's the problem? Thank you.

  • BPM Studio

    Accept help I have a form with multiple fields " List of Value". Example: states, chiefs, positions and so on. Initially I was calling a service component that calls a dbAdapter and load a list (states) and passes humantask, but now appeared several