SAPbobsCOM.Contacts attatchment.Count always 0

Hi,
im Working with sboContacts (Activities in SBo)
I intend to handle with attachments in Activities.
Before i add a new Attatchment i have to check, if there ist already one.
The attachments.count returns 0, even though there are attachments existing.
Snippet----
     SAPbobsCOM.Contacts sboContacts;
     sboContacts = (SAPbobsCOM.Contacts) company.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oContacts);
     SAPbobsCOM.Recordset aktRecs = sboEntry.getSBOCompany().getRecsetBySelect(
        "select ClgCode from oclg where cardcode = 'C1050' and docnum = 174 and doctype = 17");
     if ( aktRecs.RecordCount > 0 )
        sboContacts.Browser.Recordset = aktRecs;
          log.Debug("CardCode: " + sboContacts.CardCode + " ContactCode: " + sboContacts.ContactCode +
           " Docnum: " + sboContacts.DocNum + " DocTypeEx: " + sboContacts.DocTypeEx);
        SAPbobsCOM.Attachments aktAttachments = sboContacts.Attachments;
        log.Info("anzahl Attachments: " + aktAttachments.Count);
Snippet----
Version: Business One 2004A 6.70.189 SP:00 PL:29
As a workaround it´s possible to check the attachments wich DB-Selects...
regards Matthias Lakämper

Hi,
now i solved it on this way but....
"select Attachment from oclg where cardcode = 'C1050' and docnum = 174 and doctype = 17")
this returns a list of attachments delimited by ';'
--- always add a new Attachment and add all old and new items
string [] dbAttAr = dbAttachments.Split(new Char [] {';'});
for ( int iLauf = 0; iLauf < dbAttAr.Length; iLauf++)
     aktAttachments.Add();
     aktAttachments.Item(iLauf).FileName = dbAttAr[iLauf];
if ( inNewAttachment != null )
     aktAttachments.Add();
     aktAttachments.Item(dbAttAr.Length).FileName = inNewAttachment;
A curious behavior is the following:
When i add an attachment using the GUI (Button "Durchsuchen"),
e.g. from a Path: c:/temp/file.txt this file is copied to
'.../SAP Manage/SAP Business One/Attachments/file.txt
When i add an attachment with the API the path keeps the value
"C:/temp/file.txt" and the "Anzeigen"-Button works. This effect is exactly what i need.
Is this different behavior a bug or a feature ?
regards

Similar Messages

  • In CLIENT_RESULT_CACHE_STATS$  "Find count always shows 0"

    In CLIENT_RESULT_CACHE_STATS$ "Find count always shows 0" even client cache is enabled.
    I am not able to enable client side result cache . I use ODAC which uses ODP.net driver internaly i have attached code file.
    I have done following settings in database
    client_result_cache_size 1048576 FALSE
    client_result_cache_lag 3000 TRUE
    result_cache_mode MANUAL
    result_cache_max_size 5373952
    result_cache_max_result 5
    result_cache_remote_expiration 0
    client_result_cache_size 1048576
    client_result_cache_lag 3000
    Database version is Enterprise Edition Release 11.2.0.1.0
    Only select * from V$RESULT_CACHE_STATISTICS where find count increases always but " Find count" in CLIENT_RESULT_CACHE_STATS$ is always 0.
    If the client side result cache enabled means it find count in CLIENT_RESULT_CACHE_STATS$ should increase rite???
    Please help me to solve this issue
    sharath

    Oops, not query the sys views.
    Thanks Chris, just read your message while post above.
    Yeah, should not use dba_objects.
    Message was edited by:
    user498460
    Message was edited by:
    user498460

  • Contacts, show count of items in group?

    If I create a custom group, there seems to be no way of knowing how many people/items there is in it.
    Well I could always start counting...but...
    Is there an option to show the count?

    Hi,
    You can run something like this in the Applescript Editor:
    tell application "Contacts"
              set group_list to every group
              set group_data to {}
              repeat with this_group in group_list
                        set group_name to name of this_group
                        set group_count to count (every person of this_group)
                        set end of group_data to (group_name & " - " & group_count)
              end repeat
    end tell
    return group_data -- look below in result window
    You can add more and place the list somewhere.
    kel

  • Why is my page count always 1 (regardless of number of pages)?

    I just created a new Numbers document. It has 3 pages.
    In the footer I display (page number) of (page count).
    I would expect to see "1 of 3", "2 of 3", "3 of 3".
    What I get is "1 of 1", "2 of 1", "3 of 1".
    What do I have to do to get the page count to count the number of pages?
    Thanks

    Hello. I was searching the boards today, because I was having this same issue.  I couldn't figure out why when I chose Insert, Page Count in the footer, it was always coming up "1" - Yet, Insert, Page Number would be correct.  This is what I would get in footer:
    Page 1 of 1, Page 2 of 1, Page 3 of 1, Page 4 of 1, etc.  Should have been: Page 1 of 5, etc.
    Not finding a "fix" here besides starting troubleshooting with creating a test User Account (which is okay), I decided to do some more troubleshooting first, and I discovered something.
    I found my fix.  I don't know if it's what was happening for you, but this fixed it for me.
    Insert the Page Count from the Menu in the footer.  Make sure the Inspector is open.  Go to the Sheet Section.  In the middle is a Page Options section.  For me, the "continue from previous sheet" was checked.  Instead, I checked the second option "Start at" and chose "1."  That worked for me.
    I started this spreadsheet from a csv document, but I tried starting one from a blank template and "continue..." was also selected.  Seems like it's the default?
    Hope this helps someone else who is having this issue.
    Have a great day!

  • The sandbox of Unified Contact Center Enterprise always shows the error "Finesse is out of service."

    Hi guys,
    I reserved the sandbox of Unified Contact Center Enterprise. But when I open the desktop application from the url "http://10.10.20.60/desktop/container". It always shows the error "Finesse is out of service.".
    Does anyone meet the issue?
    William

    Hi DeveloperMax,
    According to your description, the error occurs when you execute the package with Agent job on clustered MSSQL 2012 Enterprise Nodes.
    As per my understanding, I think this issue can be caused by you use SQL Server Agent to schedule a SQL Server Integration Services package in a 64-bit environment. And the SSIS package is referencing some 32-Bit DLL or 32-Bit drivers which are available
    only in 32-bit versions, so the job failed.
    To fix this issue, we should use the 32-bit version of the DTExec.exe utility to schedule the 64-bit SQL Server Agent to run a package. To run a package in 32-bit mode from a 64-bit version of SQL Server Agent, we can go to the Job Step dialog box, then
    select “32 bit runtime” in the Advanced tab.
    Besides, we should make sure that SQL Server Integration Services is installed on the failing environment.
    If there are any other questions, please feel free to ask.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Step Count always zero?

    Hi,
    Report generation sequence file, like reportgen_txt.seq shipped with TestStand, has step called "add step count". In my understanding it comes from model, like sequential model.seq, but I have always seen it to be zero.
    I was interpretating this parameter in report would tell how many steps a test took in total, because my test execution may take different number of steps. Is my assumption correct that this parameter would tell total number of steps executed, including all step executed e.g. in a while loop ?
    br
    petri
    Solved!
    Go to Solution.

    Thanks Sahana your reply.
    That seems to be true in my machine when I have selected report generator option DLL. But when I have selected sequence option, which I want to use because I have a custom reporter to excel sheet, the step count remains zero. I'm not sure if something has happened with sequences, they are pretty old originally coming from TestStand 3.x. Anybody help to try this ?
    Sequence file attached.
    Attachments:
    add step count to report.seq ‏7 KB

  • OSX mail counts always incorrect

    The red badges on top of the mail icon, as well as the oval dark grey badges next to mailboxes are only very rarely correct. For example, at this moment the "Flagged" mailbox has a badge with the number 4. Clicking on it reveals that there are actually only three mails in that mailbox, and that furthermore none is flagged. So it is doubly wrong. There are similar issues with the "recent" mailbox, and the Dock icon. It is very annoying to see an unread mail badge, and not being able to find any unread mails. I am mainly using IMAP mail; perhaps the problem does not occur with iCloud mail.
    This problem first appeared in OSX Leopard(!) years ago, and I have seen it on at least six different computers,  in all later versions of OSX, during many years. With every new version I am hoping that it is fixed, and with Yosemite once again I am disappointed. How hard can it be to count? Or is there perhaps something I can change to fix this problem once and for all?

    Thanks Eric,
    This has indeed solved the problem for now, but I did not award a green checkmark yet, because I want to wait and see if it comes back.
    For anyone else trying this: a lot of patience is required, and the results may not seem correct at first. Re-indexing my 29412 messages took 25 minutes. After that, my "Flagged" mailbox was empty, even though I knew I had a flagged message. My "recent" mailbox contained only 2 of the about 100 messages it should contain. These problems eventually disappeared (I expected this because I had seen empty "recent" mailboxes before), but it took at least one additional hour before  both "Flagged" and "recent" were in their correct state.
    Yes, I do have a huge number of messages, but it is well-organised in mailboxes, and my inbox has only 26 right now. It is disappointing that Mail.app has so much trouble with this.

  • The Address Book Contacts doesn't always show the Titles.

    Among the contacts I have, some entries do not show the title in the name field of the address book.  I tested on one of them that used to show the title by removing the tiltle and saved it and then putting it back in again and saved it.  From
    then onwards the title no longer shows up.

    Hi,
    Which version of Outlook are you using? Would you please provide a screenshot regarding this issue so that we can understand it more clearly? If your account is not verified to attach an image, you can share the screenshot to us via sending it to
    GBSD TN Office Information Collection [email protected]
    (The email subject should be the thread link)
    Thanks,
    Steve Fan
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • NSArray count always giving a size of 1 (instead of the expected 8)

    This obviously going to be a newbie error but I have spent several hours trying to test and research my way out of it and now need to beg for insight.
    This is an iPhone 3.1 app, I have a NSArray* declared as:
    NSArray *imagesarr;
    @property (nonatomic, retain) NSArray *imagesarr;
    It's then defined in my app as:
    @synthesize imagesarr;
    imagesarr = [NSArray arrayWithObjects:
    [[NSBundle mainBundle] pathForResource:@"bamboo" ofType:@"jpg"],
    [[NSBundle mainBundle] pathForResource:@"chysanthemum" ofType:@"jpg"],
    [[NSBundle mainBundle] pathForResource:@"citron" ofType:@"jpg"],
    [[NSBundle mainBundle] pathForResource:@"hydrangea" ofType:@"jpg"],
    [[NSBundle mainBundle] pathForResource:@"lotus"ofType:@"jpg"],
    [[NSBundle mainBundle] pathForResource:@"narcissus" ofType:@"jpg"],
    [[NSBundle mainBundle] pathForResource:@"orchid" ofType:@"jpg"],
    [[NSBundle mainBundle] pathForResource:@"peony" ofType:@"jpg"],
    nil];
    printf("[imagesarr count] == %d\n",[imagesarr count]);
    printf("%s\n",imagesarr );
    The output of the two printf's looks like:
    [imagesarr count] == 1
    \300\262A

    James,
    Thank you for the update. I ran with the correction (thanks for the tip, it will help me with future debugging as well!).
    My output was:
    2009-11-01 14:45:53.556 ShareWish[85085:20b] (
    "/Users/jasonclark/Library/Application Support/iPhone Simulator/User/Applications/5F8C3EF3-F567-4D1B-A843-0885D1C91C49/ShareWish.app/ bamboo.jpg"
    I believe that means that my array indeed contains at least one of the objects. That matches the behavior as I am able to get the first object out of the array. If that is the case than maybe the count function is reporting correctly but I wonder what is causing the others to fail to be initialized as well?
    Thanks again,
    Jason

  • SPServiceApplication.Properties.count is always 0 while accessing service applications in sharepoint2013

    i am trying to get database name and server details of service application(SPServiceApplication)
    Basically i need to get properties of Service applications pro-grammatically.
    Which we can find on selecting service and properties in the ribbon in central admin.
    i am getting services in the farm,when i check for properties always it shows count 0
    below is code snippet
    var farmServices = SPFarm.Local.Services;
    foreach (SPService service in farmServices)
    SPServiceApplicationCollection serviceApplicationColl = service.Applications;
    foreach (SPServiceApplication serviceApp in serviceApplicationColl)
    servicepp.properties.count //always 0
    i need to fetch all properties which we can see in centraladmin - ServiceApplications- Serviceapplication - properties
    Please do let me know if any way to get serviceapplication properties programmatically.

    The best way of course is know which type of service you are wanting information on. This enables you to use the GetValue method of the SPServices collection of the SPFarm. The code below uses that method to get the database for the BDC service. You must
    cast the object to that particular class since only certain types of service applications expose a database.
    public static void GetDatabaseForService()
    Microsoft.SharePoint.BusinessData.SharedService.BdcService service =
    SPFarm.Local.Services.GetValue<Microsoft.SharePoint.BusinessData.SharedService.BdcService>() as Microsoft.SharePoint.BusinessData.SharedService.BdcService;
    foreach (SPServiceApplication app in service.Applications)
    Microsoft.SharePoint.BusinessData.SharedService.BdcServiceApplication bdcApp = app as Microsoft.SharePoint.BusinessData.SharedService.BdcServiceApplication;
    string dbName = bdcApp.Database.Name;
    Unfortunately the Microsoft.SharePoint.AppManagement.AppManagementService and AppManagementServiceApplication classes are marked as internal so you cannot use the code above. So you will not be able to do this programmatically. It is easy to identify the associated
    database for a service application from Service Application Management in Central Administration. Just click on the service application and then click on the Properties button in the ribbon. The dialog will show you the associated database name.
    Blog | SharePoint Field Notes Dev Tools |
    SPFastDeploy | SPRemoteAPIExplorer

  • Adding an "activity" via the contacts object failing

    Greetings.
    I unfortunately have not been able to attend the SDK class yet, but have been doing pretty good with it until this problem.  I found example code that shows how to do it and I createad a vb project with just that code in it.  The connection to the DB is OK because when I test with the contact.update portion of the example it works fine.  If it hits contact.add it blows with "Object reference not set to aninstance of an object".
    Here's the code:
    SAP Business One SDK - DI API Version 2004  
    Adding a new activity sampleDescription
    The following sample code shows how to add an activity with a business partner.
    Source code
    Private Sub cmdTest_Click()
       On Error GoTo ErrorHandler
       Dim vCompany As SAPbobsCOM.Company
       'create company object
       Set vCompany = New SAPbobsCOM.Company
       'set paras for connection
       vCompany.CompanyDB = "SBODemo_US"
       vCompany.Password = "manager"
       vCompany.UserName = "manager"
       vCompany.Server = "(local)"
       'connect to database server
       If (0 <> vCompany.Connect()) Then
          MsgBox "Failed to connect"
          Exit Sub
       End If
       Dim nErr As Long
       Dim errMsg As String
       'We will set up a contact with BP D10008, on Dec 15, 2002
       'if the contact already exists, then just refresh it, else
       'add it.
       Dim bFound As Boolean
       bFound = False
       Dim iNum As Long
       iNum = 1
       Dim vContact As SAPbobsCOM.Contacts
       Set vContact = vCompany.GetBusinessObject(oContacts)
       While ((vContact.GetByKey(iNum) = True) And (bFound = False))
           If (vContact.CardCode = "HU1001") Then
               If (vContact.Closed = tNO) Then
                   bFound = True
               End If
           End If
           iNum = iNum + 1
       Wend
       vContact.CardCode = "HU1001"
       vContact.Closed = tNO
       vContact.ContactDate = CDate("15/12/2002")
       vContact.Notes = "Discuss next year's financial plan"
       If (bFound = False) Then
           'can't find an existing contact to use, just creat a new one
           vContact.DocType = oContacts
           If (vContact.Add() <> 0) Then
               MsgBox "Failed to add a contact"
           Else
               MsgBox ("Succeeded in add contact")
               vContact.SaveXml ("C:tempContact" + vContact.DocEntry + ".xml")
           End If
       Else
           If (0 <> vContact.Update()) Then
               MsgBox ("Failed on contact update")
           Else
               MsgBox ("Succeeded in update contact")
               vContact.SaveXml ("C:tempContact" + vContact.DocEntry + ".xml")
           End If
       End If
       'Check Error
       Call vCompany.GetLastError(nErr, errMsg)
       If (0 <> nErr) Then
           MsgBox ("Found error:" + Str(nErr) + "," + errMsg)
       End If
       'disconnect the company object, and release resource
       Call vCompany.Disconnect
       Set vCompany = Nothing
       Exit Sub
    ErrorHandler:
       MsgBox ("Exception:" + Err.Description)
    End Sub
    As I debug it, it is definitely the "vcontact.add" statement that crashed.
    (I'm using version 6.7 of the SAPbobsCom
    I would greatly appreciate any advice

    oh sorry man, im being a toffee.
    The reason it bombs out is because you adding unecaserraly. Think of it like this, the first line is always for free. So you just have to give the details for the first contact. If you want to add a second contact then you say "add". So add will give you a extra line.
    try this sample code, this works perfect. This will add one contact to a bp that exists. If you want to add a second contact then after oBP.ContactEmployees.Position = "Consultant" write two these extra lines OBP.ContactEmployees.Add()  ' extra line
    oBP.ContactEmployees.Name = "Test2 hbh"
    Dim oBP As SAPbobsCOM.BusinessPartners
    oBP = oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oBusinessPartners)
    If oBP.GetByKey("A345678") Then
         oBP.ContactEmployees.Name = "Louis"
         oBP.ContactEmployees.Position = "Consultant"
         lRetCode = oBP.Update
         If lRetCode <> 0 Then
                    MessageBox.Show("failed to update contact persons, error code: " & lRetCode)
         ElseIf lRetCode = 0 Then
                    MessageBox.Show("Update Contacts succesfully")
         End If
         Else : MessageBox.Show("Not there")
        End If
    Hope this helps

  • Skype for Business Live Tile - How to clear count

    I understand that when the live tile for Skype for Business shows a number, it means I had that many missed contacts.  But the question is "since when"? Since the last time I opened the app? If that's the intent, it doesn't seem to be working for me. My live tile always shows "6". If I open the app then exit it, the "6" disappears, but at some point in the future the "6" returns without any new missed contacts. So how do I "clear" the missed contact count so that it is actually meaningful? A related question is, how do I know what are the six missed contacts? If I scroll right to the "Recent" list, how do I know which of those contacts are counted as being among the six that were missed? If there is supposed to me some sort of "missed" indicator, I sure can't tell what it is. Any advice welcome! Thanks!

    does anyone know if there is a way to actually speak to SKYPE? i would like to discuss different business options (I have spent 20 mins searching the website and internet for a contact us and resorted to this, much like google! ridiculous that you cannot speak to a human being !!!)

  • May I change counter parameter while it is counting?

    Hi all.
    I'm using CVI 7.1 and traditional daq with a PCI-6601 board to perform simple event counting to count delays on some tested devices
    For my application I need to change the type of counting from ungated to gated while the counter is running: is it possible?
    My application is configured this way:
    GPCTR_Set_Application (1, ND_COUNTER_0, ND_SIMPLE_EVENT_CNT);
    GPCTR_Change_Parameter (1, ND_COUNTER_0, ND_SOURCE, ND_INTERNAL_100_KHZ);
    GPCTR_Control (1, ND_COUNTER_0, ND_PROGRAM);
    Now, while the counter is running I need to follow on counting only if the gate signal is high. If I simply use
    GPCTR_Change_Parameter (1, ND_COUNTER_0, ND_GATE, ND_PFI_38);
    I receive the error that "The specified resource is already armed", so I tried with
    GPCTR_Control (1, ND_COUNTER_0, ND_DISARM);
    GPCTR_Change_Parameter (1, ND_COUNTER_0, ND_GATE, ND_PFI_38);
    GPCTR_Control (1, ND_COUNTER_0, ND_ARM);
    but the counter continues counting regardless the state of the gate signal. That's why my question: how can I perform this task?
    (Note: if configured from start for gated counting, the counter operates regularly based on gate state)
    Proud to use LW/CVI from 3.1 on.
    My contributions to the Developer Zone Community
    If I have helped you, why not giving me a kudos?

    Kevin, in my application I am monitoring a long-lasting process (approx. 45 seconds long) in which I must measure the time a contact is on. 6601 card is dedicated to measure this time: the contact is used as the gate signal of the counter so that time measurement is exactly related to the process being surveyed. The problem is that during part of this process I cannot be connected to the actual contact, so I cannot use its state as the gating signal during all time.
    I was hoping that I could change counter configuration on the fly so that I can start counting based on the gate, switch to ungated counting while I cannot survey the contact and switch back to gated at the end of the interval, when I can use again the contact as counter gate.
    In the meanwhile I am monitoring some other parts of the process and acquiring measures on serial (that is intrinsically "slow") devices: due to this sum of processes going on inside the computer, I cannot rely of my program being enough fast as to monitor the state of the DUT and mirror it in a gating signal.
    I have tested my solution to sum up partial timer counts and found it not so easy to manage so I decided to introduce a little hardware modification in the measuring system and OR the gating signal with a digital output of the 6601: I can manage in the software to drive this signal with significant margin on actual phenomenon, so that I am now using the counter always in gated mode. This solution is more or less in the way of your last answer seem we arrived at it contemporarily!
    Proud to use LW/CVI from 3.1 on.
    My contributions to the Developer Zone Community
    If I have helped you, why not giving me a kudos?

  • Contacts.DocEntry

    Hi!
    I'm trying to attach Sales Order to Activity with next C# code:
    int acode = 1;
    string soentry="1";
    Contacts newb1act = (Contacts)company.GetBusinessObject(BoObjectTypes.oContacts);
    newb1act.GetByKey(acode);
    newb1act.DocTypeEx = "17";
    newb1act.DocEntry = soentry;
    int updcode = newb1act.Update();
    if (updcode != 0)
         if (company.InTransaction) company.EndTransaction(BoWfTransOpt.wf_RollBack);
         throw new Exception(string.Format("{0}: {1}",
              company.GetLastErrorCode(), company.GetLastErrorDescription()));
    soentry correct, such SO exists in database.
    But this code always generate error -1107: The object's key is not set

    Hello
    The code itself correct, and use can use the DocTypeEx as sales order and DocEntry to provide the docentry of the sales order.
    Take case, Only the related Customer sales orders can linked.
    hereby my sample code in VB.NET
      Dim oAct As SAPbobsCOM.Contacts = oCompany.GetBusinessObject(BoObjectTypes.oContacts)
    oAct.GetByKey(2)
    oAct.DocTypeEx = 17
    oAct.DocEntry = "303"
    If oAct.Update <> 0 Then
       MsgBox(oCompany.GetLastErrorDescription())
    End If
    In this example the 2nd Activity and 303rd Sales oRder  is belongs to the SAME CUSTOMER
    Regards,
    J

  • Apex_application.g_fxx.count Question (problem?)

    Do the apex_application.g_fxx variables need to be shown on the page (region) in order for apex_application.g_fxx.count to return a non-zero value?
    I'm trying to figure out why I spent a day trying to get something to work, and it seems like this is what it was, though I'm not quite sure.
    In my report region, I have a column that when shown, my process works correctly, where a loop that has the form of:
    FOR i IN 1 .. APEX_APPLICATION.g_f16.COUNT
    LOOP
    This performs the statements within the loop.
    However, if that column is not shown (under Report attributes, unclick the Show box), then the process does not seem to execute the statements inside the loop.
    The only thing I can think of is that when it's marked as not shown, then the COUNT has no value, even though it seems like it should. Does COUNT only return the count of displayable items in the column, so if it's not shown, it's zero?
    It also may be how the report region is defined as well I suppose. It seems like ApEx should understand it okay, but who knows. It's simply a join of two inline views, so I can pre-populate the region with values from another table if this table didn't have any entries.
    This is Apex 2.2.1.00.04. One of these days I'll get caught up enough to upgrade to 3.0.
    Thanks,
    Bill Ferguson

    Hi Patrick,
    I suppose I also should have stated that this is a manually generated report region, using the apex_application.[item_type] syntax, where I have to specify the array (item) number. I just tested with Firebug, and if I change the number of the second column to 22, it's shown as f22 instead of f02.
    g_f16 was the next to the last column, though the one after it is a hidden column (apex_application.hidden).
    My report region is such, that g_f03 andg f16 are the only columns I can verify will actually have some data in it, as I force a value into gf16 if the second half of my union is selecting null values, so I could get around the null sorting problem (NULLS LAST didn't work, even on 10gR2, so I'm doing something else wrong).
    Anyway, I can use the values of the columns, whether they are displayed or not, it's just that apex_application.g_f16.COUNT always returned a zero when the column was hidden, even though it consisted of an array of 5 values. Trying to track it down I was able send the value of the column to a logging table, so I was able to see that I was getting the values, just not the count of values.
    Bill Ferguson

Maybe you are looking for

  • Not getting the Document name when using CSWB

    happy New Year all! Am using SP Online. I have inserted the Content Search Web Part on a subsite to pull documents from a main list located on the parent site. It works ok but the result I am getting is the first line inside the document, so all I ge

  • Passing a variable to command in WLST script

    I have a script I have written to suspend and resume connection pools based on a specific path using the managed server as the variable. The problem is that when I pass the managed server name as a variable, the cd() command never gets it. Does anyon

  • Convert PDF to Base64

    Hello everyone, We have implemented in our SAP the Digital Invoice Mexico. We send a XML file based on the billing document according of all SAP Notes. This process was perfect. Now we have a customer that need to receive a PDF file encoding in base6

  • From apple store to hotel

    i am visiting singapore for two weeks and would like to order ipad 2 , can it be shipped to a hotel??

  • HT4623 impossible to upgrade ipad

    Both through itunes or the configuration menu directly on my machine. The message is the sames (i translate): "IOS 5.1.1 your softwares are up to date"