ComponentWorks work abnormally with C++ Builder 5.0

I am an user of ComponentWorks(full version). I formerly used ComponentWorks
with C++ Builder 4.0 professional and they worked together ok. Recently, I¡¯
ve updated C++ Builder 4.0 to C++ Builder 5.0 enterprise suite, then
ComponentWorks worked abnormally. The details show as follows:
In C++ Builder 5.0 IDE, I installed ComponentWorks from the menu Component
and submenu Import ActiveX control, compile could not pass. Later I
installed ComponentWorks component one by one, I found the National
Instrument CWDAQ 2.0.1(Version 1.3) have 10 errors and CW DataSocket 2.0.1
have 2 errors. All of others registered successful. So I opened the project
BuilderGraph1 which I downloaded from your web NI.COM, compile th
e project
cound not pass because there were too many errors. I don¡¯t know why it¡¯s
so.
The errors when I installed the CWDataSocket 2.0.1(v1.3) :
[Linker Error] Unresolved external ¡®Cwdslib_tlb:IID_DCWData¡¯ referenced
from c:\PROGRAM FILES\BORLAND\CBUILDERS\IMPORTS\CWDSLIB_OCX.OBJ
[Linker Error] Unresolved external ¡®Cwdslib_tlb:IID_CWData¡¯ referenced
from c:\PROGRAM FILES\BORLAND\CBUILDERS\IMPORTS\CWDSLIB_OCX.OBJ
The errors when I installed the CWDAQ 2.0.1(v1.3):
[Linker Error] Unresolved external ¡®CWdaqcontrolslib_tlb:IID_CWAIChannel
¡¯ referenced from c:\PROGRAM
FILES\BORLAND\CBUILDER5\IMPORTS\CWDAQCONTROLSLIB_OCX.OBJ
[Linker Error] Unresolved external ¡®CWdaqcontrolslib_tlb:IID_CWAOChannel
¡¯ referenced from c:\PROGRAM
FILES\BORLAND\CBUILDER5\IMPORTS\CWDAQCONTROLSLIB_OCX.OBJ
I want to know the reasons and the resolve way quickly.

Hello
Borland enables certain types of exceptions by default which are initially disable in MSVC. You will need to refer to the documentation for Borland Builder on how to disable floating point exceptions. I believe you can do it by adding the following statement to your initialization code, but you should double check this:
_control87(MCW_EM, MCW_EM);
These exceptions get thrown because we are doing some floating point initialization underneath. This is not an indication of a bug or a problem of any sort. Apparently you have to this for alot of libraries to work correctly with Borland (OpenGL etc...)
Hope this helps
Bilal Durrani
NI
Bilal Durrani
NI

Similar Messages

  • I am facing a weird problem with my iphone 4s Wi-Fi connectivity. As i connect my iphone to my office Wi-Fi, internet works in one building, but it doesnt work in the other building, although the phone shows Wi-Fi is connected. Please help me out!!

    I am facing a weird problem with my iphone 4s Wi-Fi connectivity. As i connect my iphone to my office Wi-Fi, internet works in one building, but it doesnt work in the other building, although the phone shows Wi-Fi is connected in the other building. This problem was not there earlier but has occured recently. I would also like to mention that none of my other colleauges who uses iphone are not facing this issue. Please help me out!!

    Assuming you entered the correct WiFi password for your network, see these articles:
    iOS: Troubleshooting Wi-Fi networks and connections
    iOS and OS X: Recommended settings for Wi-Fi routers and access points

  • Captivate 4 crashes while working with Power Builder projects..Can anyone help to solve this issue??

    Captivate 4 crashes while working with Power Builder projects..Can anyone help to solve this issue??

    Yes but there's no point doing it here. As the Terms of Use make quite clear this is a User to User forum. It's Users like you talking to other Users. It's not a channel to communicate with Apple.
    Regards
    TD

  • HttpServices not working Online but working with Flash Builder

    I am using Flash Builder and worked on different modules. it works perfectly
    when am testing with Flash Builder
    but once i close it, the httpservices stop working. I search and now got
    error message i.e.
    ===============================================
    Can't load data: (mx.messaging.messages::ErrorMessage)#0
      body = ""
      clientId = "DirectHTTPChannel0"
      correlationId = "A10EF203-C28B-A5C6-73D6-1C765EAA0714"
      destination = ""
      extendedData = (null)
      faultCode = "Server.Error.Request"
      faultDetail = "Error: [IOErrorEvent type="ioError" bubbles=false
    cancelable=false eventPhase=2 text="Error #2032: Stream Error. URL:
    http://localhost:37813/1/users/show.xml?screen_name=charagh?hostport=api.twitter.com&https =N&id=A10EF203-C28B-A5C6-73D6-1C765EAA0714"].
    URL: http://api.twitter.com/1/users/show.xml?screen_name=charagh"
      faultString = "HTTP request error"
      headers = (Object)#1
        DSStatusCode = 0
      messageId = "542DB993-AA3F-7E05-636C-1C7662BB7FFF"
      rootCause = (flash.events::IOErrorEvent)#2
        bubbles = false
        cancelable = false
        currentTarget = (flash.net::URLLoader)#3
          bytesLoaded = 0
          bytesTotal = 0
          data = ""
          dataFormat = "text"
        errorID = 0
        eventPhase = 2
        target = (flash.net::URLLoader)#3
        text = "Error #2032: Stream Error. URL:
    http://localhost:37813/1/users/show.xml?screen_name=charagh?hostport=api.twitter.com&https =N&id=A10EF203-C28B-A5C6-73D6-1C765EAA0714
        type = "ioError"
      timestamp = 0
      timeToLive = 0
    ===============================================
    my code i.e.
    ==================
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Module xmlns:fx="http://ns.adobe.com/mxml/2009"
                           xmlns:s="library://ns.adobe.com/flex/spark"
                           xmlns:mx="library://ns.adobe.com/flex/mx"
                           width="550" height="58" backgroundAlpha="1.0"
    backgroundColor="#000000"
                           borderVisible="false" creationComplete="init(event)"
    layout="absolute">
              <fx:Script>
                        <![CDATA[
                                  import mx.events.FlexEvent;
                                  import mx.rpc.events.FaultEvent;
                                  import mx.rpc.events.ResultEvent;
                                  import mx.controls.Alert;
                                  import mx.rpc.http.HTTPService;
                                  private var twitterText:String;
                                  private var twitterCount:String;
                                  private var tweetdate:String;
                                  private var twitterImage:String;
                                  protected function
    image1_clickHandler(event:MouseEvent):void
                                            navigateToURL(new URLRequest("
    https://twitter.com/charagh"),"_blank");
                                  protected function init(event:FlexEvent):void
                                            twitterText = "charagh";
                                            tweetUser.url="
    http://api.twitter.com/1/users/show.xml?screen_name="+twitterText;
                                            tweetUser.send();
                                  protected function
    tweetUser_resultHandler(event:ResultEvent):void
                                            tweetdate =
    event.result.user.status.created_at;
                                            twitterCount =
    event.result.user.status.text "  "tweetdate;
                                            twitterImage =
    event.result.user.profile_image_url;
                                  protected function
    tweetUser_faultHandler(event:FaultEvent):void
                                            Alert.show("Can't load data: " +
    event.message);
                        ]]>
              </fx:Script>
              <fx:Declarations>
                        <s:HTTPService id="tweetUser" method="GET"
    result="tweetUser_resultHandler(event)"
    fault="tweetUser_faultHandler(event)">
                        </s:HTTPService>
              </fx:Declarations>
              <s:Image  buttonMode="true" width="48" height="48" x="5" y="5"
    click="image1_clickHandler(event)" source=""/>
              <s:Label id="twitterNumber" x="56" y="5" width="488" height="47"
    color="#EDEDED"
                                   fontFamily="Georgia" fontSize="12"
    fontWeight="normal" text=""
                                   textAlign="center" verticalAlign="middle"/>
    </mx:Module>
    ===================
    Regards,
    Asim Ahmed
    ~ http://www.charag.com ~

    updated code: with cross domain policy! but still getting error
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Module xmlns:fx="http://ns.adobe.com/mxml/2009"
                           xmlns:s="library://ns.adobe.com/flex/spark"
                           xmlns:mx="library://ns.adobe.com/flex/mx"
                           width="550" height="58" backgroundAlpha="1.0" backgroundColor="#000000"
                           borderVisible="false" creationComplete="init(event)" layout="absolute">
              <fx:Style>
                        @namespace s "library://ns.adobe.com/flex/spark";
                        @namespace mx "library://ns.adobe.com/flex/mx";
                        @font-face{
                                  src: url("./module/font/fonts/DroidSans.ttf");
                                  fontFamily: "Base02";
                        mx|Alert {
                                  titleStyleName: "alertTitle";
                                  messageStyleName: "alertMessage";
                                  buttonStyleName: "alertButton";
                                  cornerRadius: 0;
                                  embedFonts: true;
                                  fontFamily: Base02;
                                  backgroundColor:aqua;
                        .alertButton {
                                  letterSpacing: 0;
                                  fontSize: 11;
                                  cornerRadius: 10;
                                  fontWeight: normal;
                                  textRollOverColor: white;
                                  color: red;
                                  skin: ClassReference(null);
                        .alertTitle {
                                  letterSpacing: 0;
                                  fontSize: 14;
                                  color: red;
                        .alertMessage {
                                  letterSpacing: 0;
                                  fontSize: 10;
                                  fontWeight: normal;
                                  color: black;
              </fx:Style>
              <fx:Script>
                        <![CDATA[
                                  import module.user_logged;
                                  import mx.collections.ArrayCollection;
                                  import mx.collections.XMLListCollection;
                                  import mx.controls.Alert;
                                  import mx.events.FlexEvent;
                                  import mx.rpc.events.FaultEvent;
                                  import mx.rpc.events.ResultEvent;
                                  import mx.rpc.http.HTTPService;
                                  private var twitterText:String;
                                  [Bindable]
                                  private var twitterCount:String;
                                  [Bindable]
                                  private var tweetdate:String;
                                  [Bindable]
                                  private var twitterImage:String;
                                  [Bindable]
                                  private var tweetArray:ArrayCollection;
                                  [Bindable]
                                  private var datalist:XMLListCollection;
                                  private var a:Alert;
                                  protected function image1_clickHandler(event:MouseEvent):void
                                            navigateToURL(new URLRequest("https://twitter.com/charagh"),"_blank");
                                  protected function init(event:FlexEvent):void
                                            Security.allowDomain( "charag.com" );
                                            Security.loadPolicyFile( "./module/crossdomain.xml" );
                                            var request:URLRequest =
                                            new URLRequest( "./module/crossdomain.xml" );
                                            var loader:URLLoader = new URLLoader();
                                            loader.load(request);
                                            twitterText = "charagh";
                                            tweetUser.url="http://api.twitter.com/1/users/show.xml?screen_name="+twitterText;
                                            tweetUser.send();
                                            tweetUser.addEventListener(ResultEvent.RESULT,tweetUser_resultHandler );
                                  protected function tweetUser_resultHandler(event:ResultEvent):void
                                            Alert.buttonWidth = 120;
                                            var x:XML = event.result as XML;
                                            var childName:String = "status";
                                            //Alert.show(x.child(childName).text);
                                            yourmessage = x.profile_image_url;
                                            a = Alert.show( yourmessage,title);
                                            a.mx_internal::alertForm.mx_internal::textField.selectable = false;
                                            twitterImage = x.profile_image_url;
                                            twitterText = x.status.text;
                                            tweetdate = x.status.created_at;
                                            twitterCount = twitterText+"  "+tweetdate;
                                  protected function tweetUser_faultHandler(event:FaultEvent):void
                                            var faultstring:String = event.fault.faultString;
                                            a = Alert.show(faultstring);
                        ]]>
              </fx:Script>
              <fx:Declarations>
                        <fx:String id="title">Error Message</fx:String>
                        <fx:String id="yourmessage"></fx:String>
                        <s:HTTPService id="tweetUser" useProxy="false" method="GET" fault="tweetUser_faultHandler(event)" resultFormat="e4x">
                                            </s:HTTPService>
              </fx:Declarations>
              <s:Image  buttonMode="true" width="48" height="48" x="5" y="5" click="image1_clickHandler(event)" source="{twitterImage}"/>
              <s:Label id="twitterNumber" x="56" y="5" width="488" height="47" color="#EDEDED"
                                   fontFamily="Georgia" fontSize="12" fontWeight="normal" text="{twitterCount}"
                                   textAlign="center" verticalAlign="middle"/>
    </mx:Module>

  • Project built with Flash Builder 4.6_Flex SDK, didn't work on Flash Builder 4.7_AIR SDK

    I have developed a project on flash builder 4.6 as a new action script project and I chose web & Flex SDK 4.6 (default), and now with Flash Builder 4.7, the project won't run, and the package available is AIR SDK only.. no flex!!

    Open your .actionScriptProperties file and set useFlashSDK to false.  This will allow you to use your older SDKs.  They are managed in the same way as Flash Builder 4.6 when this option is changed.

  • Trace() not working with embedded SWFs created with Flash Builder

    I have just migrated to Flash Builder 4.5 with the 4.5.1 SDK.
    I have an application that loads a lot of child SWFs into it - some of which are created with Flash, some are created with Flash Builder.
    I am noticing now that my trace() statements that are called from within SWFs produced with Flash Builder that are loading as child SWFs into my main SWF are NOT appearing.  However, trace() statements called from within SWFs produced with Flash that are loading as child SWFs into my main SWF ARE appearing.
    This is an extremely major problem and has short-circuited my debugging/development.
    Any recommendations, workarounds, or suggestions?

    If the child SWFs were created by performing an "Export Release Build", then trace() statements would be omitted.
    You can control this by setting the -omit-trace-statements compiler argument (in Project properties -> Flex Compiler -> Additional Compiler Arguments).
    -Anirudh

  • Call a C# dll from java is work only with the machine which is build C# dll

    hi all,
    I've built a VC++(win32 console dll app)..
    Created a Java program to access the said VC++ dll
    It was successful in the machine(say machine 1) which is created the VC++ dll..But Not work with machine2
    n.b VC++ dll is accessing another VC#dll
    If I combile the VC++ dll in machine2 then then its works fine with machine2 while access from java But not work with machine1
    Problem comes when I run the same application in a different system where all the
    needed visual studio files are installed...
    I tried by create the VC++ dll with skipping the part of accessing VC# dll, then it works fine with anotther machine
    NB: error accurs only when it is run on a different machine...
    Error is:
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # Internal Error (0xe06d7363), pid=4024, tid=4028
    # Java VM: Java HotSpot(TM) Client VM (1.5.0_09-b01 mixed mode, sharing)
    # Problematic frame:
    # C [kernel32.dll+0x1eb33]
    # An error report file with more information is saved as hs_err_pid4024.log
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    i've done "googling" with this error... but no one has come up with some satisfactory answer...
    Pls help.....
    conf. of both machine
    Windows XP
    jdk1.5.0_09, jre1.5.0_09
    thanks in advance..

    Normally any system exception that occurs when working with JNI is caused by one of the following.
    - pointer problems
    - incorrect usage of another api
    - bug in the api being used.
    The last two are often still pointer problems.
    The fact that it ones one machine and not another makes it more likely it is a pointer problem (in one or more of the above.)
    A pointer problem cause cause the system to fail long after the point where the bug actually is (coded.) Different execution paths, such as running on different machines, means the bug will manifest itself differently.

  • Having a problem with Flash Builder and Extension Builder - images not apearing on Mac system

    Have a panel created in Flash Builder 4.5 with Extension Builder 2.1. Everything is fine when installed on a PC but when installed on a Mac the images in the panel do not show.
    Mac and PC both using Adobe Photoshop CC . Both installed from same .ZXP file using Adobe Extension Manager CC.
    Any ideas?

    No I used relative path - the path is  images/image name
    example images/cRight.png
    tried downloading Extension Builder 2.1 and compiling on Mac but still have same results - images show up fine in design window , but not when running panel in Photoshop
    Created a new project: testImage
    added an image component to form
    answered yes to add asset to project
    ran project
    image did not show up in Photoshop
    went back to project
    checked item Embed under Common image properties
    ran project and image shows up
    Looks like it works if I add @Embed("assets/image name") on Mac to display images
    tried in my real project:
    Looks like it works if I add @Embed("images/image name") on Mac to display images
    When I change this on PC to @Embed("images/image name") images do not show Up
    Don't know if I need to create two versions one for Mac one for PC
    Don't know how this would affect product on Adobe Exchange

  • How can I create an executable with Flex Builder 3?

    I'm working with Flex Builder 3 right now and I've run my
    head into a brick wall. Here's the situation:
    I'm creating a standalone application (runs in its own
    window, not in a web page) and I want to run it on a computer that
    does not have Flex Builder 3 installed. Help files and web searches
    haven't directed me to the right answer, so I was hoping that
    someone on this forum could help. Anyone know how to create a .exe
    file or something else that can be run outside of Flex Builder?
    Thanks a lot for any help!

    quote:
    Originally posted by:
    rob_parkhill
    Convert it to an AIR Application?
    Thanks Rob,
    This may be what I'm looking for, but I don't know enough
    about the difference. I guess I should have pointed out that I'm a
    complete Flex Novice!
    Anyway, with Flex Builder, I created an MXML Application. I
    went through all my various options again in Flex Builder and found
    that under the project menu, I could export a release build in what
    appears to be the format you mentioned. I managed to create a .air
    file, but it is not a recognized file type on my computer. I tried
    double clicking it and the built-in windows services couldn't even
    find a possible way to run it. Am I missing some important step?
    Thanks again.

  • Problem with Vision Builder and LabView: Error -1074395995, File not found

    I have created an inspection with Vision Builder AI 2009 SP1. In it I load some pictures from the HDD and run some checks over it. It works fine. Then I have migrated it to LabView 2010, I get a message that the migration is successfull, but when I run the VI on LabView I get a fail status. I have been checking my program and I have found and error when I try to load the picture from file: Error -1074395995 occurred at IMAQ ReadImageAndVisionInfo
    Possible reason(s): IMAQ Vision:  File not found.
    But I am not sure which file it refers to. At first I thought it was the picture I wanted to load, but I have checked the path and it is correct, so maybe it refers to another thing. What puzzles me most is that it works perfectly on Vision Builder and I have changed nothing in LabView, maybe it is a problem with the migration. Any clues?

    Here's a screenshot of what I'm talking about. Put a break point here and see what the path is and compare that with what Vision Builder AI is using (described where to find this in the previous post). You could find where this global is used to make debugging easier.
    Hope this helps,
    Brad
    Attachments:
    Generated Code.png ‏43 KB

  • Flash Builder 4.7 with Extension Builder 2.1

    A have license of Creative Cloud but in Flash Builder 4.7 the Extension Builder 2.1 wont work, in install say to me this "Adobe Extension Builder 2.1 includes Flash Builder 4.6", see image:
    A pay for 4 Creative Cloud license and 4 Extension Builder license for my team and just anybody work...
    All is using Windows 7, Creative Cloud (updated) and Extension Builder 2.1. I see Extension Builder create folder for Flash Builder 4.6 but just don't work, i search in forum and don't have solution, some guys seeing work installing 4.6, in Creative Cloud don't have Flash Builder 4.6 for download like is in Photoshop, see:
    If just add this combo in Flash Builder with option of download 4.6 working for Creative Cloud fix this problem.

    So, i try this and more...
    1° Download my version:
    2° CleanUp all registry for "Extension Builder", "ExtensionBuilder", "Extension_Builder", "Flash Builder", "FlashBuilder" and "Flash_Builder", after this, CCleaner...
    3° Install, error:
    4° Link file? Interesting, look in depth... Try install manually:
    5° Works, now install Extension Builder 2.1 and... Error! Look the guy "link file" here, is name of a class in *.as too big, why you do this adobe! O_O
    6° Ok, maybe work, because i never use this classes, so look more if i have serial number, oh! I Have serial number for my Extension Builder 2.1! @_@
    7° A light at the end of the tunnel! Insert in Flash Builder and...
    You just fu** kidding of me...

  • UNSUPPORTED : The way it works Apache with OC4J via AJPV13 with mod_jk

    RDBMS Version: 8.1.7.x
    Operating System and Version: SUSE Linux 7.2 / Win NT/2k/XP
    Product (i.e., OAS, IAS, etc): 9ias 1.0.2.2 OC4J 9.0.2.0.0
    Product Version:
    JDK Version: 1.3.1
    Error number:
    UNSUPPORTED : The way it works Apache with OC4J via AJPV13 with mod_jk
    We dont want to use the lame and old mod_jserv so we want to use oc4j but in connection with Apache.
    This is like mod_oc4j in the Oracle 9ias Release 2
    This guide is for advanced users !
    Step-by-Step :
    1) get Tomcat 3.3 for linux or nt with Apache module mod_jk
    http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.3/bin/
    2) add mod_jk module to httpd.conf (9ias) and comment all mod_jserv, dms, oproc, ojsp ....
    LoadModule jk_module libexec/mod_jk.so
    Include mod_jk.conf
    3) edit mod_jk.conf
    JkMount /*.jsp ajp13
    JkMount /servlet/* ajp13 JkMount /servlets/* ajp13
    <Location "/WEB-INF/"> AllowOverride None
    deny from all
    </Location>
    3) edit workers.properties
    workers.tomcat_home=/opt/oracle/ias/oc4j/j2ee/home
    workers.java_home=/usr/java
    worker.list=ajp13
    worker.ajp13.port=8009 worker.ajp13.host=localhost worker.ajp13.type=ajp13
    4) edit http-web-site.xml (oc4j)
    <web-site host="localhost" port="8009" protocol="ajp13" display-name="Oracle9iAS Containers for J2EE HTTP Web Site">
    5) start oc4j
    java -verbose -jar oc4j.jar
    6) start apache (look in error_log)
    apachectl startssl
    7) try to request a jsp page or servlet ..
    http://localhost:7777/test.jsp
    8) good luck it works fine .. !!
    Matthias Roth
    Technical Manager
    Z|rich Investmentgesellschaft mbH
    [email protected]

    Thanks for the tip Mathias, it's always good to see people trying out experimental things with the products.
    We're providing a new module (mod_oc4j) with our Oracle9iAS Release2 product to do this directly from the Oracle HTTP Server (Apache). We've re-written bits and pieces of the module to improve it's performance. Likewise, we've also integrated mod_oc4j with our HA story so it will be notified when new OC4J instances are brought online or if existing ones go down, enabling it to actively route requests around the available OC4J instances.
    Thanks again!
    -steve0

  • Order by in MATERIALIZED VIEW not work successfully with first column (ID)

    Dears,
    I am trying to create a Materialized View as below:
    CREATE MATERIALIZED VIEW HR.MV_EMP
    PCTFREE 10
    MAXTRANS 255
    TABLESPACE users
    STORAGE (
    INITIAL 65536
    MINEXTENTS 1
    MAXEXTENTS 2147483645
    BUILD IMMEDIATE
    REFRESH ON DEMAND
    AS
    SELECT *
    FROM employees
    where rownum < 5000 order by employee_id desc ;But while querying the MATERIALIZED VIEW, it did not work successfully as the data did not appear in the accurate order.
    I tried to create the same MATERIALIZED VIEW but order by another column (Column Date), it worked successfully and the data appeared in the accurate order.
    It means that MATERIALIZED VIEW not work successfully with the first column (id).
    Can you please help me in this ?
    Thanks & regards,,

    A few pointers :
    1. As has been pointed out, the ROWNUM has been incorrectly placed. ROWNUM values are assigned as rows are fetched from the source before the ORDER BY. You need to ORDER BY first (in a SubQuery) and then ROWNUM afterwards (outside the SubQuery).
    2. I wonder why you want only the last 5000 EMPLOYEE_IDs. What if Employee_ID 1 is still an active employee (he is the founder, first employee and CEO ?). There could be very many "low" EMPLOYEE_IDs that are still active.
    3. Logically I would expect some filter other than the ROWNUM ... ORDER BY to be used to select candidate rows. Then, an ORDER BY in the CREATE query would be unnecessary.
    4. When querying the Materialized View you must explicitly ORDER BY (irrespective of whether you did or did not do an ORDER BY in the CREATE ...)
    5. How do you expect to refresh the MV ? Will it always be a COMPLETE Refresh ? Remember that your "5000 employees" filter would likely exclude older employees at the next refresh. If you use some other filter, it should be consistent across all refreshs.
    Hemant K Chitale

  • Desname parameter works fine in Report builder but fails in Forms builder

    Hi,
    I need some help with my current task. Here is my problem.
    I am working on Oracle 10g. My reports and Forms builder version is 10.1.2.3.0.
    My objective is to use Forms builder to call a report which will direct the output directly to the printer without preview.
    First , in report builder , I use the Parameter Form builder and set Report parameter DESTYPE = PRINTER and the DESNAME automatically changes to PCL6 ( which is the network printer name I am using).
    When I run the report , the output is directed to the printer and it works just fine.
    But in Forms builder , when I call the same report, set the DESTYPE as Printer and DESNAME as 'PCL6' , it gives an error Invalid printer name 'PCL6' specified by parameter DESNAME.
    I tried searching in this forum, it says the error is due to an invalid printer name specified in the DESNAME. But if my printer name is invalid, I wonder how the same printer name works well in Report builder?
    My coding in Forms as below :
    SET_REPORT_OBJECT_PROPERTY( repid, REPORT_DESTYPE,PRINTER);
    SET_REPORT_OBJECT_PROPERTY( repid, REPORT_DESNAME,'PCL6');
    Appreciate if anyone can help. Thanks
    Regards
    Shiva

    Hi Puppethead,
    I have tried with your suggestions.
    the following condition -- did not work
    ( (mgr_name = :manager name)
    OR (mgr_name LIKE DECODE(:manager name, 'ALL', '%', NULL)))
    but for the other condition ---
    ( (mgr_name = :manager name)
    OR (mgr_name LIKE DECODE(nvl(:manager name, 'ALL'), 'ALL', '%', NULL)))
    is wrong because, :manager name cud be null, when it is null, it takes 'ALL' i.e. '%' which shud not be the case.
    if the user enters null, it has to display records with null only but with the above condition it takes '%'
    The main issue which i dont understand is, the report works fine for the first time. for the second time, the report takes null values . why is it taking null values for the second time.
    Thanks

  • [b]Problems to Print a Report made it with Report Builder Dev. 2k[/b]

    I have a report made it with Report Builder and in the screen preview all the information is complete and fine; however when I print it, some letters disappear on the left side of the fiel. I don't know How to correct this. I tried with the properties that allows to fields
    expand them in an horizontal and vertical way. But it doesn't work. How can I get a WYSWYG ("What you see What you get") in a print form?... Could be possible
    that it is a Report Builder bug and How I can correct this? or maybe I'm creating the reports in a wrong way... I need help...
    Thank you very much

    Godis-Tei wrote:
    Hi Forum,
    Thanks for the various contributions that are helping my experience with oracle.These are my two current problems:
    1. Assuming I have built a page of payroll for 40 workers that repeats monthly. Is there a way of copying the previous page for last month into this month? Or, do I have to build a new page on the same table and update it?
    2. Please, what procedure should I follow to print a form or a report from the application page?Please ask only ONE question per thread. These issues do not appear to be related in any way, so so the thread is likely to end up an unmanageable, confusing mess.
    Close this thread and open 2 new ones, one for each question.

Maybe you are looking for

  • Multiple videos, in multiple sizes, in one window

    I'm currently building a website in CS5 (on a mac) and I'm using .MOV files. I would like to have the videos be different sizes for example one as a 4.5in x 7in and three more at 2.5in x 5. I know how to make the videos different sizes, but I wanted

  • I cant open itunes or quicktime... i need help

    i just downloaded itunes and quicktime and whenever i want to use itunes or quicktime it wont open, what should i do hp   Windows XP  

  • HT204587 iphone 5s finger print not working any help please

    hi the finger print has stopped working i have tried everything but nothing works please help. Thanks

  • 2 different libraries - possible?

    Hi, Is it now possible to maintain 2 different libraries? I want to seperate family photos from work photos. I'm a graphic designer and I have a very big stock of royalty free pictures. And I don't want to mix them. Storing family pictures in a seper

  • Tolerance Group for G/L Accounts

    Hello, In the spro Financial Accounting>General Ledger Accounting>Business Transactions>Open Item Clearing>Clearing Differences-->Define Tolerance Groups for G/L Accounts, according to SAP documentation it is possible: "For G/L account clearing, tole