Multiple drop shippers question

Are there any solutions out there for a situation where you have multiple dropshippers in your store, and once you get to the shopping cart you need to have each item display their own unique shipping options, specific to the dropshipper ?
Pretty well have individual shipping options for each item, or individual shipping options for each dropshipper.
Message was edited by: Liam Dilley
Had all the post in the title.

Not out of the box, but the API allows for custom shipping amount and not a pre-fixed amount so you could re-write the shipping page and options based on the items ordered but there is nothing off the shelf to do it. You would also have to store shipping instructions and information per product either in the product itself on BC or externally on another hosted database.

Similar Messages

  • How to calculate multiple Drop Shippers in one shopping Cart/Basket?

    Hi all,
    We would like to know if it is possible for BC to calculate each drop shippers product weight individually instead of just the weight of the products in the shopping cart?
    Here is the example:
    Say the shipping is set at £3.75 for 0-500g
    Drop shipper #1 product weighs 100g and will cost them £3.75 for this particular product to be delivered. I add x1 to the cart.
    Drop shipper #2 product weighs 200g and will cost them £3.75 for this particular product to be delivered. I add x2 to the cart.
    If you add the x3 products from Drop shipper #1 & #2 the cart will calculate shipping at £3.75. But we need to give £3.75 to both drop shippers for there delivery.
    We can set it so both the products weighs 500g then the cart will calculate the cost for the shipping on the order at £11.25 this is too much.
    Is it possible to have it so BC will calculate each of the drop shippers products weight individually so at the end the shipping for x1 products from Drop shipper #1 and x2 products from Drop shipper #2 will come to £7.50.
    Sorry if the example is a bit long winded but it seems to be the only way to describe this.
    Thank You Samuel

    Hi Samuel,
    Unfortunately the system is not set up to trigger drop shipping based on various weight only by the individual product. 
    So I guess the only workaround would be to create individual product items dependant on the weight. 
    Product 1 - Item (100-199g)
    Product 2 - Item (200-299g)
    and so on...
    Not the greatest solution but the only option I see at this stage.
    Kind regards,
    -Sidney

  • I have created a PDF form with multiple drop downs, all with the same drop down values. When I select a value from 1 of the drop down fields, it replicates in all of the others - which I do not want. How can I fix this?

    I have created a PDF form with multiple drop downs, all with the same drop down values. When I select a value from 1 of the drop down fields, it replicates in all of the others - which I do not want. Can I fix this?

    I'm fairly new to this, but I think it has to do with the way you have the drop downs named. Did you copy one then keep pasting it in each field? If so, that is the problem. You should rename each one with a different number: Dropdown1, Dropdown2, etc. I think that might solve the issue.

  • How to get values from a multiple drop-down box.

    On my first page, I have a multiple drop-down box as the following code.
    <select name="selInterMethod" class="textbox" multiple>
    <option selected value="CH">Chicago</option>
    <option value="NY">New York</option>
    <option value="SF">San Francisco</option>
    </select>
    On my second transaction page, I need to save "CH-NY" into my Database column: city if the user selected Chicago and New York.
    How can I accomplish this in JSP?
    Thanks for your help.

    I figured out the solution. Here it is. FYI
    String inter_method = "";
    String Inter_Method[]=request.getParameterValues("selInterMethod");
         if( Inter_Method.length > 0 ) {
              for (int i = 0; i < Inter_Method.length; i++) {
                   inter_method = inter_method + '-' +Inter_Method;
              inter_method = inter_method.substring(1,inter_method.length());
              System.out.println("trx inter_method = " + inter_method);

  • What could be causing my multiple response survey question to show a non-response in LMS report?

    I have a 10 question survey that has been running fine and providing accurate responses in reports generated from my LMS. I made a property change to a multiple response type question that is now causing the reports to show a date/time (2003-01-01  18:00:00) response instead of the actual multiple responses the user made. The change I made to the question was to change the "Numbers property from" [ a), b), c) ] to [ 1), 2), 3) ]. This property change did not affect the reported responses for the single response questions, only the multi-response. This problem occured Using Captivate 4. I then tried using the same properties in Captivate 5.5 thinking it was a bug in CP4, but got the same results. Has anyone else run into this issue? I'm going to bring this to the attention of my LMS provider, but want to make sure CP is clean first.
    Thanks,
    Dave

    First things first. I am not an LMS expert, so this is not about troubleshooting.
    However, to ensure that your course works fine on a SCORM-compliant LMS, you can upload it to cloud.scorm.com and test it out. If the course works fine there, rest assured that it will work fine on any SCORM-compliant LMS. If your LMS team comes back with an issue after this, you can counter them with this evidence that the problem is with the LMS and not your course.
    Sreekanth

  • I am trying to complete a form but can't get to the final drop down question as it is not displayed because it falls below where my screen ends.  i have tried changing the resolution but that doesn't work.  any suggestions?

    i am trying to complete a form but can't get to the final drop down question as it is not displayed because it falls below where my screen ends.  i have tried changing the resolution but that doesn't work.  any suggestions?

    brilliant
    google chrome works where safari doesn't on my macbook air.  many thanks
    i now have an embarrassing qu.  have dowloaded spider solitaire (sad!) and i can't add cards at the bottom of a column for the same reason - the display cuts short.  i have tried to extend it with the arrows in the bottom corners but it makes no difference.  any ideas?

  • Multiple drop down menu items to populate the a separate text box...more help please

    Thanks to Gilad D67 for showing me how to have multiple drop down menu items appear in a separate text box. This stuff blows my mind. Is there any script I can use to make a new drop down menu item appear in the same text box, but on a new line below a previous entry. For example. I select 'cat' from my drop down menu and it appears in my text box. Now I choose 'dog' from my menu and it appears in my text box like so  'cat dog.' Is there any way I can make 'dog' go straight to a new line automatically without having to manually go into the text box and change it?
    cat
    dog (new selection goes straight to a new line)
    Now, I don't have a clue if this is also possible, but imagine, I don't like my drop down menu selection of 'dog' and I go back into the menu and I change to 'rat' but in the text box, 'dog' still appears and 'rat' is added. Do I have to manually delete 'dog' from the text box or is there script that can do this for me.
    Any assistance would be incredible. It amazes me how people know this stuff.
    This is the script I have so far
    (function () {
        // Do nothing if not committed
        if (event.willCommit) return;
        // Set up an array to hold the individual paragraphs of text
        var aQuotes = [3];
        // Populate the array with the paragraph text
        aQuotes[0] = "Use common singular nouns, plural nouns [plural ‘s’] and proper names to say what things are"
        aQuotes[1] = "Use numbers 1–10 to count"
        aQuotes[2] = "Use basic adjectives and colours to say what someone/something is or has"
        // Get the selected item, which is the export value of the selected combo box item
        var item = event.changeEx
        // Display the text corresponding to the selected item in the text field
        getField("Text30").value += " " + aQuotes[item];

    You have to set the option for the text field to be multiline and then change the last line of the script to:
    getField("Text30").value += "\r" + aQuotes[item];
    To reset the field you can use a separate button with a Clear Form command, and then you just select this one field from the list.

  • Partial-credit scoring in multiple response and multiple hot-spot questions

    Hello everyone,
    I'm calling on your generosity in the spirit of the holidays to help out a noob.  I would like to create matching, multiple-response and multiple-hot spot questions where the user receives credit based on the number of correct answers within the question. For example, in a matching question where there are four items; if the user gets 2 out of the four items matched correctly, I would like for him to receive 2 out of 4 points.
    I understand that Captivate doesn't support partial-credit scoring of this type, but a few posts have implied that it can be done with variables. Is there anyone who can walk me through this process, or send me to a link that will walk me through it? (I've scoured these forums and tried the Cp tutorials, to no avail.) And if it's not asking too much, please make it understandable to someone who has very little experience with variables.
    Thanks, and Merry Christmas.
    JR
    (Running CP 5 on Windows Vista)

    Hello,
    I did publish an article more specific on partial scoring, perhaps this could help you:
    Partial scores and customized feedback
    And since you are asking for more basic information, on my blog I point to some other articles to explain the meaning of variables with/without advanced actions. Feel free to have a look (there are more postings about advanced actions and links to articles over there):
    Curious about variables ?
    Unleash the power of variables with advanced actions
    Lilybiri

  • When creating my own form... is there a way to to link multiple drop down fields  to other drop down fields?

    when creating my own form... is there a way to to link multiple drop down fields  to other drop down fields?

    And in what program? You need to be more specific. Creating conditional forms is of course possible, but the procedures will depend on the actual program and target medium. HTML forms work differently from PDF...
    Mylenium

  • Multiple drop-downs

    the seeded templates only allow for one drop-down. I want to create multiple drop-downs say one for size, one for color. Some items have size selection, some have color selection, yet others have both selections. Each permutation will initially have a sku entry, eventually some permutations will need to generte an errors if you can't get say a shirt in blue if you want it small (for instance).
    Part of this is probably inventory setups, I guess, but iStore may have something for this with categorization etc..

    you will need to create a custom template (modify the seeded template) so you can have multiple drop downs...remember to register your custom template using the Template Manager so changes dont get overwritten during upgrades...

  • Multiple Column Report Question

    Post Author: LCS213
    CA Forum: Crystal Reports
    I'm creating a student transcript report that has multiple columns, and is three groups deep.  The first two groups need to be in a columnar layout. However, I'd like the third group to contain a subreport that spans the width of the entire page. 
    Are there any options within Crystal XI to do this?  I know in the Section Expert, i can format the detail level with multiple columns, and on the Layout tab, I can select "Format Groups with multiple columns".  But that seems like it either formats ALL groups or NO groups.  Am I mistaken?  Is there a workaround I'm missing?
    Thanks in advance for any help on this issue!

    Hi Dan,
    According to your description, we are not clear about the “6 sections for each Additional task”. Do you mean six data records? If so, based on my understanding, there are three groups and eighteen records in your report. You want to make those records appear
    on eighteen separated pages, right?
    In Reporting Service, we can add a page break to groups within data regions to control the amount of information on each page. In your scenario, you should add page break to group “Sub task”, group “Additional Task” and details. As we tested in our environment,
    add page break to these records, the report appears in eighteen pages. Please refer to steps below:
    1.On Group Properties of Details1, choose “Between each instance of a group” option on Page Breaks page. Please refer to screenshot below:
     Choose same option on Group Properties for group “Month” and “Name”.
    2.Click drop-down button next to Column Groups, then choose Advanced Mode.
    3.Click on Static under Row Groups, set RepeatOnNewPage as True in Tablix Member Properties.
    4.Click Preview, the results before and after adding page break look like below:
    If you still have any question, please post some detail information or screenshot about the report design you expect.
    Best regards,
    Qiuyun Yu

  • Multiple page report question

    My client would like to run a report by project. A project can have multiple sub-tasks and each sub-task can have additional tasks.  Each additional task has 6 sections on the report which all need to be separated by page breaks.  The report
    need to separated by the additional tasks so in the example below I would have 18 pages of reports, grouped by Sub task and Additional task.  How do I group this report to make it work correctly?  Would sub-reports work better - still having trouble
    with the grouping issue as well on those.
    Project
             Sub task 1
                          Additional Task1
                          Additional Task 2
             Sub Task 2
                          Additional Task 1

    Hi Dan,
    According to your description, we are not clear about the “6 sections for each Additional task”. Do you mean six data records? If so, based on my understanding, there are three groups and eighteen records in your report. You want to make those records appear
    on eighteen separated pages, right?
    In Reporting Service, we can add a page break to groups within data regions to control the amount of information on each page. In your scenario, you should add page break to group “Sub task”, group “Additional Task” and details. As we tested in our environment,
    add page break to these records, the report appears in eighteen pages. Please refer to steps below:
    1.On Group Properties of Details1, choose “Between each instance of a group” option on Page Breaks page. Please refer to screenshot below:
     Choose same option on Group Properties for group “Month” and “Name”.
    2.Click drop-down button next to Column Groups, then choose Advanced Mode.
    3.Click on Static under Row Groups, set RepeatOnNewPage as True in Tablix Member Properties.
    4.Click Preview, the results before and after adding page break look like below:
    If you still have any question, please post some detail information or screenshot about the report design you expect.
    Best regards,
    Qiuyun Yu

  • Newbie: drag n drop - stillDown question

    First of all, this is being done in AS2.
    OK, so I've got a bazillion years of Director experience and my brain tends to think in Lingo so forgive me if I have to describe what I need in some half-assed vernacular.
    I've also got 10+ years in AS but haven't run into this until today, odd as that may sound.
    I need to be able to drag a movie clip over a "hot spot" (target area).  When it's dragged over the hotspot BEFORE the mouse goes up, the movie clip being dragged needs to do a gotoAndStop to a named frame (the "I'm being rolled over a hot spot" animation).  Think of it as an enhanced mouse animation.
    I've got all the component pieces, startDrag & stopDrag, together.  Mouse down and mouse up work fine. I just need to be able to trap the "I'm over the hotspot" ***while the mouse is down and dragin', before mouseUp happens***
    If this were being done in Lingo, it would be something like:
    if the stillDown
         doSomething()
    end
    Since Flash is so much more powerful than Director, I'm sure it can be done in one or two lines of code, right? </snark>
    Sorry if this is stupid.  The Google is not much help.

    I understand that, but it has a "not working" problem. 
    I need to restate the question, though, as there's more to it now than what I described previously.
    Here's the scenario:
    On the stage there is an array of items in graphical form, each with it's own named movieClip.  Each of these in turn is associated with a companion movie clip which is basically a text definition.  These companion clips are invisible at the start.
    There is a hotspot on stage where these definitions appear if you drag and drop the graphic into it.  But it's more than just that.
    If you drag the graphic into the hotspot it *is swapped* out for the description, and back again to the graphic if you drag it back out.  So you're dragging the description instead of the graphic while you're within the hotspot, until onRelease. If you drop on the hotspot, the description pops into place and the graphic disappears.  If you drop outside the hotspot, the graphic pops back to it's original position and the description disappears.
    But wait, there's more.  Once a description has been dropped onto the hotspot, you can remove it by dragging it back out again -- and in that case, it behaves as described above (swapping out the dragged MCs based on mouse position, two different results depending on where we drop).  <<- NOTE: I haven't coded this part yet.  Still trying to get the first part down.
    One further complication: When you rollover a graphic, the cursor changes to an open hand. When you press, it changes to a fist, so that's two more movie clips that have listeners attached to the mouse.
    Finally - when I first prototyped it, I was having a big problem with the fact that the two swapping movie clips were different sizes, so they would "flicker" like mad back and forth whenever I got near the edge of the hotspot.  I fixed that by making a single-pixel mouse tracker MC and checking for collision of THAT with the hotspot instead of the graphic or text description, and all the other clips just follow along.
    So here's how it all adds up, in pseudo-code (actual code samples are in the next section):
    onPress on a graphic means --
    hideMouse
    handCursor Off
    mouseTracker on via listener
    show graphic, attached to mouseTracker x/y
    fistCursorTracker on via listener
    DescriptionTracker hidden
    graphic.onEnterFrame = {
    if the mousetracker.hittest(hotspot) {
         hide graphic
         DescriptionTracker on
         _root.hitme = 1; // flag used in drop
         } else {
         DescriptionTracker hidden
         show graphic, attached to mouseTracker x/y
         _root.hitme = 0; // flag used in drop
    onRelease on graphic means --
              delete graphic.onEnterFrame
              graphic.stopDrag();
              mousetracker_mc.stopDrag();
              fistcursor_mc.stopDrag();
              Description.stopDrag();
              mouseTrackerOff();
              handCursorOff();
              fistCursorOff();
              DescriptionTrackerOff;
    if (_root.hitme == 1) {
         hide graphic
         Description x/y = final resting place
         } else {
         hide Description
         Graphic x/y = final resting place
    HOW IT FAILS
    Everything works right right up until I drop the description into the hotspot.  It lands in the right place, but as soon as I start rolling the mouse away, the description picks right back up and continues to follow the mouse and basically behave as if the mouse were still down.  Thru using Trace, I've been able to verify that onEnterFrame is not being cleared out even though I've defined it as empty and even though I've killed all mouse tracking objects.
    To summarize: The problem is related to having to track multiple movie clips attached to the mouse on Press, and these movie clips have show/hide and have different behaviors depending on where we are onscreen. The onRelease is not clearing all the behaviors like it's supposed to, even though I've reset all the objects every way I know how.
    /////// CODE SAMPLES
    MOUSE TRACKERS
    Here's how the mouse trackers look.  They all follow the same pattern, just the names of the MCs change.
    //     e.     mouseTrackerOn
                mouseTrackerOn = function () {
                     this.attachMovie("mousetracker", "mousetracker_mc", this.getNextHighestDepth(), {_x:this._xmouse, _y:this._ymouse});
                     var mouseListener:Object = new Object();
                     mouseListener.onMouseMove = function() {
                        mousetracker_mc._x = _xmouse;
                       mousetracker_mc._y = _ymouse;
                        updateAfterEvent();
                Mouse.addListener(mouseListener);
    //     f.     mouseTrackerOff
                mouseTrackerOff = function () {
                     Mouse.removeListener(mouseListener);
                     mousetracker_mc.removeMovieClip();
                     var mouseListener = "";
    As you can see, I both remove the listener and the movie clip and init the object to "", but the objects still won't go away.
    THE ON PRESS FUNCTION
    // e.g., doDrag (gfx1, desc1);
    doDrag = function (target, desc) {
          // hide mouse
               hideMouse();
          //     hide hand
              handCursorOff();
          //     init mousedragger
              mouseTrackerOn();
         //     show fist
              fistCursorOn();       
              // drag MC around
              mousetracker_mc.startDrag(false);
              target._x = mousetracker_mc._x;
              target._y = mousetracker_mc._y;
              //     onEnterFrame
              // should this perhaps be mousetracker_mc.onEnterframe
              // even though this script is triggered from target onPress?
              target.onEnterFrame = function () {
                      target._x = mousetracker_mc._x;
                      target._y = mousetracker_mc._y;
              //     check for mousedragger/hotspot collision
              if (mousetracker_mc.hitTest(hotspot)) {
              _root.hitme = 1; // used in drop script, instantiated on init
              hideGfx(target); // uses _visible boolean = 0
              descTrackerOff(desc); // get rid of any previous instances
              descTrackerOn(desc);
              showGfx(desc); // make visible
               } else {
               _root.hitme =  0;
              descTrackerOff(desc);
              hideDesc(desc);
              showGfx(target);
              target._x = mousetracker_mc._x;
              target._y = mousetracker_mc._y;
               // since onRelease wasn't working I tried tying it to mouse up.
               // it does trap the event, but doesn't completely solve problem
         target.onMouseUp = function () {
             // redefine enerFrame as blank
               target.onEnterFrame = function () {};
               // just in case
              target.stopDrag();
              mousetracker_mc.stopDrag();
              handcursor_mc.stopDrag();
              fistcursor_mc.stopDrag();
              desc.stopDrag();
         /// kill kill kill
              mouseTrackerOff();
              handCursorOff();
              fistCursorOff();
              descTrackerOff(desc);
              hideDesc(desc);
              hideGfx(target);
               // show mouse
               showMouse();
               // on release handler
               doCheck (target, desc);
    // ON RELEASE FUNCTION
         doCheck = function (target, desc) {
         // test for hotspot       
              if (_root.hitme == 1) {
              hideGfx(target);
              desc._x = desc.origX; // populated on init
              desc._y = desc.origY;
              showDesc(desc);
               } else {              
              hideDesc(desc);
              target._x = target.origX; // populated on init
              target._y = target.origY;
              showBook(target);
    Phew!  Glad you asked? 
    My deepest thanks again.

  • Multiple Headphone outs question

    Hi there,
    I recently asked for a bit of help getting my home studio setup sorted and I just need a bit more advice please!
    While I'm experienced in the live room of a studio, I'm still very much an amateur on the other side of the glass! Basically I'm just putting together a basic setup to track some demo's / ideas with my band. So far, I've got a Motu 8PRE interface running the drum and instrument mics into Logic and the outs from the 8PRE going to the monitors. My question is this...
    How do I set up multiple headphone outputs with independent mixes so band members can have a custom mix in their headphones? I'm having a hard time figuring out how this would work and have no idea what I need to do in Logic to set it up, and also what hardware I might need.
    If anyone could explain this, both how to set it up in Logic and the kind of hardware I would need that would be fantastic!
    Many thanks in advance

    1) Yes
    2) Sorry - I assumed that box had 8 outs too - I assumed wrong. You could get an additional multi-channel interface which accepts ADAT inputs as well as analog, which would give you great flexibility. MOTU makes several - better yet check out RME, Focusrite, and others. There are dozens on the market - it depends on your budget and future expansion plans.
    3) Yes, or a headphone distribution system - but again, your budget will determine this. Hear, Furman and Aviom all have systems. Or for much less, Presonus headphone amps. Depending on your physical set up, you might need a snake unless you're using an already wired recording room.
    Good luck.

  • Multiple Tablet Z questions

    Got my Tablet Z on Saturday to replace a Toshiba Excite 10. Biggest reason for the Xperia Tablet Z was weight (finally Sony does a tablet Sony Style...) Biggest concern with the Xperia Tablet Z is heavily skinned Android and an expectation/fear that Sony will not support Android/follow the changes to it in a timely way. This is a premium priced tablet. Doesn't seem like too much to ask. My benchmark for supporting Android is my Galaxy Nexus... Maybe AOSP? Anyway, on to why I'm posting:
    Some questions:
    Chrome bookmarks always opens to Mobile bookmarks / Sony--any way to change besides deleting Sony folder?
    Email delete always confirms--any way to turn off?
    Backup & restore says it can backup to the cloud--really? how?
    had to disable the shipped Calendar app and install Google Calendar to get latest Calendar features--so sad...
    using Smart Connect View event as shipped: it starts SensMe when dropped in the cradle; but when I remove tablet from cradle, TuneIn Radio is current running app--why??!?
    any way to soft reset it? what's the thing that looks like a switch between the USB port and the serial number barcodes?
    Bonus:
    (probably rhetorical) I've read about a "timely" update to 4.2--4.2 has been out for almost nine months, wouldn't "timely" have been at first ship?
    white paper for devs lists "eCompass" app but can't find...--what is eCompass?
    white paper lists "Google Wallet" app but isn't installed/won't work--guessing this is a WiFi vs. LTE tablet issue?!?
    Thanks in advance for any info!

    Dick_W wrote:Biggest concern with the Xperia Tablet Z is heavily skinned Android and an expectation/fear that Sony will not support Android/follow the changes to it in a timely way.
    well, hate to burst your bubble, but most sony update came late.
    Chrome bookmarks always opens to Mobile bookmarks / Sony--any way to change besides deleting Sony folder?
    you mean the bookmarks? or the homepage? you can change your homepage by going to browser>settings>general.
    Email delete always confirms--any way to turn off?
    - what email client are you using? try going to the settings and see if there are options to change, and be aware that if sync is active and you deleted an email on your computer, it would also delete it on the phone.
    Backup & restore says it can backup to the cloud--really? how?
    http://www.knowyourmobile.com/sony/sony-xperia-z/19733/how-backup-and-restore-data-your-sony-xperia-...
    had to disable the shipped Calendar app and install Google Calendar to get latest Calendar features--so sad...
    i guess you solved your problem
    using Smart Connect View event as shipped: it starts SensMe when dropped in the cradle; but when I remove tablet from cradle, TuneIn Radio is current running app--why??!?
    try to see the settings on the app, you can remove or disable the the app from firing up when removed from the dock.
    any way to soft reset it? what's the thing that looks like a switch between the USB port and the serial number barcodes?
    settings>privacy>settings reset
    this might help you. Xperia™ Tablet Z User guide (2 MB), Xperia™ Tablet Z White paper (537 kB)
    (probably rhetorical) I've read about a "timely" update to 4.2--4.2 has been out for almost nine months, wouldn't "timely" have been at first ship?
    the tablet was designed and made 9 months before the release of 4.2, so i guess they stick to 4.1 than to change everything at last moments. sony has been struggling with "timely" updates,
    white paper for devs lists "eCompass" app but can't find...--what is eCompass?
    some apps are not available on all market areas, you may try searching on google play.
    white paper lists "Google Wallet" app but isn't installed/won't work--guessing this is a WiFi vs. LTE tablet issue?!?
    nope ,same reason above.

Maybe you are looking for

  • Having trouble with Target Display (27"iMac2011)

    I'm new here and hope that someone can help me. I just bought a new MacBookPro(December 2014) 15" with Yosemite.  It has a thunderbolt port and I'm trying to connect it to my iMac27" (2011) which also has a thunderbolt port. But after hooking both up

  • I want to Convert HTML to PDF

    I have Acrobat 6.0 standard installed locally. CAcroApp *acroApp = new CAcroApp; acroApp->CreateDispatch("AcroExch.App"); CAcroAVDoc *acroAVDoc = new CAcroAVDoc; acroAVDoc->CreateDispatch("AcroExch.AVDoc"); long i = acroAVDoc->Open("c:\\test.html",""

  • When you rebuild your iPhoto library does it erase all your photos

    When you rebuild your iPhoto library does it erase your photos and my iPhoto keeps crashing i was wondering if there was a fix for this?

  • CWMLS daemon manager service could not be started

    Hello, Our server in which we have installed Ciscoworks LMS was restarted due to power supply problems. After that "CiscoWorks Daemon Manager" service is not getting started. I've tried to stop all the ciscoworks related services and restart it, also

  • Display Query Structure

    Hello All Does anybody know of a way to automatically hide the SQL query statement at the top of the window when a user executes a user query? Ta Steve