Can I Use dbDatasource for a Business One Form

Hi,
I have to update the sales order items grid from a user defined add on form. I am using dbDatasorce for my user defined form. to fill the grid, but i am unable to create dbdatasource for the sales order form.
Can any one help me plzzzzzzzz.

hi, you can not create a dbdatasource for the system form.
For this you can create column objects and assign them to the sales order matrix and you can update the matrix with those column objects.
SAPbouiCOM.Column oColumn1 = null;
SAPbouiCOM.Column oColumn2 = null;
SAPbouiCOM.Item oItem = null;
SAPbouiCOM.Matrix oM = null;
SAPbouiCOM.EditText oEdit1 = null;
SAPbouiCOM.EditText oEdit2 = null;
oItem = oForm1.Items.Item("38");
oM = (SAPbouiCOM.Matrix)oItem.Specific;
oColumn1 = oM.Columns.Item("1");
oColumn2 = oM.Columns.Item("11");
for (int j = 0; j < DBTable.Rows.Count; j++)
oEdit1 = (SAPbouiCOM.EditText)oColumn1.Cells.Item(oM.RowCount).Specific;
oEdit1 .Value = DBTable.GetValue("U_ItemCode", j).ToString();
oEdit2 = (SAPbouiCOM.EditText)oColumn2.Cells.Item(oM.RowCount).Specific;
oEdit2 .Value = DBTable.GetValue("U_ItemDes", j).ToString();
Try this one...
Regards,
Jagadeesh.v

Similar Messages

  • Can I use Skype for my business?

    Hi,
    I have a SKype number and been using it for my business for a year already. Today I've received an email from Skype saying that I can't use Skype for commercial purpose. I'm confused because I've seen so many people saying that they use Skype for their business. Here's the message I've just received:
    "We have noticed some prohibited usage of your subscription.
    We will continue to monitor your account, your calling behavior and your overall activity using Skype. If the prohibited usage still continues, your subscription will be disconnected. You will no longer be able to use or purchase any of Skype’s paid-for products.
    The suspension of your access to Skype paid-for products will be permanent and you will be unable to transfer any existing products to a new Skype account, or receive a refund. However, you will be able to continue to make Skype-to-Skype calls and send instant messages.
    We remind you that Skype’s products are for personal, individual and non-commercial use only. Our Fair Usage Policy can be found within our term of uses. Our subscriptions cannot be shared or used for commercial gain, such as telemarketing or call centre operations"
    Do I have to register for a business account or what? Or what should I do now? This number have been using as my business contact and I can't change it. Please help.

    Hello and welcome to the Skype Community.
    What type of business are you engaged in?
    https://support.skype.com/en/faq/FA34551/what-s-the-difference-between-skype-and-skype-for-business
    http://www.skype.com/en/legal/tou/
    TIME ZONE - US EASTERN. LOCATION - PHILADELPHIA, PA, USA.
    I recommend that you always run the latest Skype version: Windows & Mac
    If my advice helped to fix your issue please mark it as a solution to help others.
    Please note that I generally don't respond to unsolicited Private Messages. Thank you.

  • Can I use itunes for more than one device?

    Recently my son has aquired an ipod touch, he needs to be able to use itunes so he used my computer, however all my apps and music synced to his device, I managed to sort it out but when I plugged my ipod in I lost all my music and ended up with just his music.
    What I'm trying to say is do I need itunes on another computer to prevent all our stuff getting mixed up all the time or is there a way for me to use both ipods individually on one itunes?

    No. See:
    How to use multiple iPods, iPads, or iPhones with one computer
    If you use the same iTunes account, you can do it just by ensiring that the devices have different names. Then just go to the various panes (Apps, music etc.) and check the boxes so that only selected items sync to the iPod.

  • Can I use iSync for more than one user on my .mac family account?

    I just got a new MacBook Pro 17" to replace my Pro 15", which I want to give to my hubby who's using an old MacBook. I have successfully synched my old Pro to the cloud and my new Pro, thereby rolling over all my settings, widgets, address book, etc. But now I want to roll-over my husband's settings from the MacBook to the old 15" Pro. I'm afraid if I just perform a sync, MY settings out there in the cloud will overwrite his. What's the proper procedure to follow here? He's got a lot of passwords and really wants his bookmarks saved to the 15" MacBook Pro-- that's the most important info he wants to maintain. Recommendations?

    iSync is for syncing mobile phones and PDAs - it has nothing to do with syncing between Macs.
    You post your question in one of the more relevant MobileMe forums.

  • Can i use ABAP in SAp Business One

    Hi expert,
    I am working on SAP B1 last three years. Now i want to know ABAP program in SAP. How can i learn ABAP and get ABAP tools. Also develop myself in this area.
    Please help me regarding this.
    Best Regards,
    Mizan

    hi Depak,
    How can i convert SAP B1 to R3? is there any tools and software? or buy R3 license?
    Mizan

  • HT2589 We have purchase 5 apple minis and would like them all on one account.  That way we can monitor the use of these units.  they will be used strickly for a business application.  can I use one account in itunes or must i have multiple.

    We have purchased 5 apple minis and would like them all on one account, that way we can monitor the use of these units.  They will be used strickly for a business application.  Can I use one account in itunes or must i have multiple.

    Not going to happen the way you want it to.
    When you add a gift card balance to the Apple ID, it's available for the Apple ID.
    Probably best to create unique Apple ID's for each... this will also make things easier in the future as purchases are eternally tied to the Apple ID they were purchased with.

  • Error while deleting Cash Journal (Numbering group 1001 can be used only for one CoCd and cash journal number)

    Hi,
        While i am try to delete Cash Journal system throws me error (Message No.:FCJ065: Numbering group 1001 can be used only for one Co. Code  and Cash Journal). Kindly provide me solution on that.
    Regards,
    Tarak

    Hi Tarak,
    You can use the config nodes in SPRO to set up number ranges for your cash journal documents.
    IMG Path> FI Global Settings>Bank Accounting>Business transactions>Cash Journal
    Define Number Range Intervals for cash Journal documents
    Define Numbering Groups
    Define Number Ranges for numbering groups
    After defining the number group here, you assign that in "Set up Cash Journal" Check if there is any clash anywhere in your configuration for different cash Journals.
    Regards,
    Kavita

  • Can w use rsync for Business Continuity for Oracle Applications Release12 ?

    Hi ,
    One of our customer has implemented Oracle EBS R12 (12.0.6) on HP-UX (IA).
    Database Tier on a Two Node Oracle Database 10g R2 RAC
    Application Tier on Two Node using Shared APPL_TOP with Load Balancer.
    They want to implement DR site using Oracle Data Guard (RAC to Non-RAC).
    I was referring to Note: 452056.1 +( Business Continuity for Oracle Applications Release 12 on Database Release 10gR2 - Single Instance and RAC )+.
    In this note its mentioned that:
    If you wish to synchronize your concurrent manager log and out files between production and standby, you need to create folders matching to the APPLCSF environment variables for each others......................... For example, set up an rsync job similar to the below example in cron, to run every few minutes.
    Can we use rsync for Production systems without any issues? Customer is concerned about using freeware on their Production systems.
    Rgds,
    Thiru.

    Thiru,
    Can we use rsync for Production systems without any issues? Customer is concerned about using freeware on their Production systems.You can use it with no issues. Or, you could use any other copy tool to copy those files.
    Thanks,
    Hussein

  • Can I use two Time Capsules? one as an extension of my laptop (for music and video storage) and the other one to back up everything from the laptop and  Time Capsule (for music and videos)

    Can I use two Time Capsules? one as an extension of my laptop (for music and video storage) and the other one to back up everything from the laptop and  Time Capsule (for music and videos)

    Not via Time Machine.   It cannot back up from a network location.
    The 3rd-party apps CarbonCopyCloner and ChronoSync may be workable alternatives.
    EDIT:  And, if you're going to do that, you could back up from the Time Capsule to a USB drive connected to the TC's USB port.  Second TC not required.
    Message was edited by: Pondini

  • Numbering Group G1 can be used only for one CoCd and cash journal number

    Hello,
    I was trying to create a cash journal when I got the error message:
    "Numbering Group G1 can be used only for one CoCd and cash journal number".
    Does anyone have an idea what could be wrong?
    Thank you,
    Bola

    Hi,
    Please check whether more than one number range is maintained in  transaction code FBCJC1. If yes, please keep only one as Cash Journal has only one number range. This is the internal number range for Cash Journal.
    If you want different number range for accounting documents then create new document types and assign number ranges to it.
    Regards,
    Tejas

  • Is there any where that I can voice why I returned my beloved new Ipad? I was told I could move my Keynote presentations to it and then use it for my business presentations. Unfortunately that turned out to not be true. I need the IPad to work with a remo

    Is there any where that I can voice why I returned my beloved new Ipad? I was told I could move my Keynote presentations to it and then use it for my
    business presentations. Unfortunately that turned out to not be true. I need the IPad to work with a remote.
    The Ipad is on a short cable to my projector. I am usually on a podium 30 feet away. No infra red receiver on the IPad and
    the Iphone remote needs wi fi which is not always available in all the locations I do my teaching and lecturing in.
    If you can build a remote into the Ipad in the future I would really like to use an Ipad to replace my heavier lap top for business travel. Thank You Kathy McNeil.

    "The Ipad is on a short cable to my projector."
    Get a longer cable?

  • If i buy an iphone 5s sprint can i use it for CDMA? I ask that because i went out of the country one time and used it on a CDMA network but that was my iphon 5 not an i phone 5s.

    if i buy an iphone 5s sprint can i use it for CDMA? I ask that because i went out of the country one time and used it on a CDMA network but that was my iphon 5 not an i phone 5s.

    Sprint is a CDMA carrier, same as Verizon so it will work on CDMA.

  • Crystal Reports background processing for SAP Business One 8.8

    Dear Partners,
    I have an SDK program developed in SAP Business One SDK that works in 2007, it calls crystal reports externally and can be executed as a background task using the windows schedular or from the command prompt.
    My problem is it does not work under SAP Business One SDK 2008 PL18 with SQL Server 2008, Visual Studio 2008.
    I receive the following message after this line in my code,"oReport.PrintToPrinter(CopyNo, False, 0, 0)".
    'CrystalDecisions.CrystalReports.Engine.LogOnException: Logon failed.
    Error in File XX_Report_Ver_0.01 {1A6620A2-5D73-49D2-9347-32ED068AA64E}.rpt:
    Unable to connect: incorrect log on parameters. ---> System.Runtime.InteropServices.COMException (0x8004100F): Logon failed.
    Error in File XX_Report_Ver_0.01 {1A6620A2-5D73-49D2-9347-32ED068AA64E}.rpt:
    Unable to connect: incorrect log on parameters.
       at CrystalDecisions.ReportAppServer.Controllers.ReportSourceClass.GetLastPageNumber(RequestContext pRequestContext)
       at CrystalDecisions.ReportSource.EromReportSourceBase.GetLastPageNumber(ReportPageRequestContext reqContext)
       --- End of inner exception stack trace ---
       at CrystalDecisions.ReportAppServer.ConvertDotNetToErom.ThrowDotNetException(Exception e)
       at CrystalDecisions.ReportSource.EromReportSourceBase.
       at CrystalDecisions.ReportSource.EromReportSourceBase.GetLastPageNumber(ReportPageRequestContext reqContext)
       at CrystalDecisions.CrystalReports.Engine.FormatEngine.PrintToPrinter(Int32 nCopies, Boolean collated, Int32 startPageN, Int32 endPageN)
       at CrystalDecisions.CrystalReports.Engine.ReportDocument.PrintToPrinter(Int32 nCopies, Boolean collated, Int32 startPageN, Int32 endPageN)
       at BGProductionRpt.ECR_Common.ECR_PrintReport(Int32 CopyNo) in C:\SDK Development\8.8\test\XX_Rpt\ECR_Common.vb:line 485'
    My Question is what Crystal Reports libraries or other method should I be using ?
    Crystal Reports 2008 for SAP Business One eg. 51038978.zip - downloaded from portal obviously dosn't contain the CrystalDecisions libraries.
    Crystall Reports 2008 - cr2008_sp3_fullbuild, cr2008fp33.exe, cr2008fp33_mm, cr2008fp33_clickonce - also download from the portal, the cr2008_sp3_fullbuild does contain the crystal decisions libraries.
    Finally other choices are crystal reports included with the visual studio 2008 and crystal reports full version direct from Business Objects.
    I have tried different versions of crystal decision libraries- eg, 12.0110 or 12.02 but still no joy.
    Also if I manage to get the report to fire what should the client be running eg, if they have the Crystal Reports 2008 for Business One do they also need to install the Crystal Reports Run time - cr2008fp33_clickonce.
    Any help would be appreciated.
    Thanks.

    Hi John
    Since the SDK works in 2007 it will be using the OLD DB access method.
    Change the Crystal report to use an OLE DB datasource rather than the SAP Business One data source.
    Regards
    Rob

  • Know more detail about the Remote Support Platform for SAP Business One ?

    SAP Business One 9.1 is about to release this year and we can see in the feature enhancements that a significant update is planned in the Remote Support Platform for SAP Business One, more commonly known as RSP. Let’s have a quick look what update is planned for RSP in version 9.1:
    Enhancements planned in Remote Support Platform for SAP Business One 9.1
    RSP is planned to support both SAP Business One on Microsoft SQL Server as well as SAP Business One on HANA Database
    RSP Processes and Reports adapted to SAP HANA Database
    With this plan RSP will help in the areas of Download, Installation, Go-Live Check, Monitoring, Upgrade and Support for SAP Business One both   on SQL Server and HANA.
    But like me (non-SAP B1 Consultant) many of you have the question what is RSP and how it helps in support? Here I have tried to gather all information.
    What is Remote Support Platform for SAP Business One?
    The remote support platform for SAP Business One is designed to protect a SAP Business One installation by providing automated and remote support in a high-volume business.
    The platform monitors the entire SAP Business One environment. By significantly reducing the time between the appearance, identification, and resolution of issues, the remote support platform for SAP Business One minimizes the impact on customer databases and processes.
    Some Key Features of Remote Support Platform:
    Showing alerts to SAP B1 Admin about the events which require their attention, such as low disk space, database backups, etc.
    Incident Reports against the issues identified which require attention of SAP Support
    Company Database Backup and Restore options
    Regular fixes of Company Database inconsistencies
    Check, Download and Install regular updates in SAP Business One
    Upload Logs and required files to SAP Support or to Partner Support on regular basis
    Some details about RSP Backup Management
    Schedule daily, weekly, and monthly backups
    Perform differential and full database backups
    Back up transaction logs
    Back up files to shared folders on a network
    System Status Report through RSP
    From June 1st 2013, it will be mandatory to install, configure and upload the System Status Report (SSR) from Remote Support Platform (RSP) for SAP Business One in order to receive support for messages of a technical nature (upgrades, performance & crashes, etc).
    Database uploads only via RSP
    From June 1st 2013 SAP Business One Support will only accept database uploads to SAP via remote support platform for SAP Business One. In certain exceptional circumstances STFP may be used but this will constitute a minority of cases.
    Microsoft Windows PowerShell Scripting
    In the remote support platform studio, you can create tasks using Microsoft Windows PowerShell scripting. PowerShell enables you to perform remote administrative tasks on customers’ Microsoft Windows operating systems, by providing full access to Component Object Model (COM) and Windows Management Instrumentation (WMI).Some Network Prerequisite for RSP
    To achieve the internet connection test, you must allow port 80 for the RSP external communication
    Disabling antivirus firewall or add the RSP to the trusted zone of the antivirus
    Set the correct proxy
    Disabling Windows firewall in the TP_link Wireless Configuration Utility
    Want to now More about It Click Here :   Remote Support Platform for SAP Business One

    SAP Business One 9.1 is about to release this year and we can see in the feature enhancements that a significant update is planned in the Remote Support Platform for SAP Business One, more commonly known as RSP. Let’s have a quick look what update is planned for RSP in version 9.1:
    Enhancements planned in Remote Support Platform for SAP Business One 9.1
    RSP is planned to support both SAP Business One on Microsoft SQL Server as well as SAP Business One on HANA Database
    RSP Processes and Reports adapted to SAP HANA Database
    With this plan RSP will help in the areas of Download, Installation, Go-Live Check, Monitoring, Upgrade and Support for SAP Business One both   on SQL Server and HANA.
    But like me (non-SAP B1 Consultant) many of you have the question what is RSP and how it helps in support? Here I have tried to gather all information.
    What is Remote Support Platform for SAP Business One?
    The remote support platform for SAP Business One is designed to protect a SAP Business One installation by providing automated and remote support in a high-volume business.
    The platform monitors the entire SAP Business One environment. By significantly reducing the time between the appearance, identification, and resolution of issues, the remote support platform for SAP Business One minimizes the impact on customer databases and processes.
    Some Key Features of Remote Support Platform:
    Showing alerts to SAP B1 Admin about the events which require their attention, such as low disk space, database backups, etc.
    Incident Reports against the issues identified which require attention of SAP Support
    Company Database Backup and Restore options
    Regular fixes of Company Database inconsistencies
    Check, Download and Install regular updates in SAP Business One
    Upload Logs and required files to SAP Support or to Partner Support on regular basis
    Some details about RSP Backup Management
    Schedule daily, weekly, and monthly backups
    Perform differential and full database backups
    Back up transaction logs
    Back up files to shared folders on a network
    System Status Report through RSP
    From June 1st 2013, it will be mandatory to install, configure and upload the System Status Report (SSR) from Remote Support Platform (RSP) for SAP Business One in order to receive support for messages of a technical nature (upgrades, performance & crashes, etc).
    Database uploads only via RSP
    From June 1st 2013 SAP Business One Support will only accept database uploads to SAP via remote support platform for SAP Business One. In certain exceptional circumstances STFP may be used but this will constitute a minority of cases.
    Microsoft Windows PowerShell Scripting
    In the remote support platform studio, you can create tasks using Microsoft Windows PowerShell scripting. PowerShell enables you to perform remote administrative tasks on customers’ Microsoft Windows operating systems, by providing full access to Component Object Model (COM) and Windows Management Instrumentation (WMI).Some Network Prerequisite for RSP
    To achieve the internet connection test, you must allow port 80 for the RSP external communication
    Disabling antivirus firewall or add the RSP to the trusted zone of the antivirus
    Set the correct proxy
    Disabling Windows firewall in the TP_link Wireless Configuration Utility
    Want to now More about It Click Here :   Remote Support Platform for SAP Business One

  • Project Management Add-on  for SAP Business One.

    Dear All,
    I am looking for a project management  add-on for SAP Business One that can be used  by any company in services sector or an NGO to manage their projects.
    Thanks

    Hi,
    We have a addon for Project Management in phase of certification for SAP Store.
    For further informations please send e-mail [email protected]
    Regards,

Maybe you are looking for

  • Ipod won't play any songs

    Ok, had this problem for a couple of week's now and am at my wit's end on it. My 5th Generation video Ipod will not play anything. With both songs and videos, I select one and it shows the play icon but just sits there with the time at 0:00 almost as

  • I cannot move, rename, or delete a Microsoft Word Document on my Finder

    I had no clue which category to put this in as I cannot find another with a similar problem. Basically I have a new Macbook Pro and a licenced version of Microsoft Office for Mac 08. I had a problem with a file the other day which would not save, and

  • Pages don't show up right in chrome??

    Hello! I'm working on a website for a ministry, and everything looks great in all browsers, except the donate page its all messed up in google chrome (latest version) here is the link: http://www.blueflame47.com/new/donate.html One interesting thing

  • Reading/Writing the Microsoft XP/OSX Memory...MUCH HELP NEEDED!!!

    (This post might not be as lengthy or as indepth as it should be because I just closed the page thinking that when you click "formating help" that it would open a popup, not paying attention, I CLOSED THE WINDOW!) This should be a pretty straight for

  • Connman_dmenu: netcfg(netctl) alternative!

    recently I tried all network manager, but eventually settled down to connman. interestingly, connman is such a powerful tool because it provides proper abstraction on top of wpa_supplicant. Pro: + super lightweight (dmenu + connman) + faster scan and