Building AS3Crypto Question

I am trying to build Crypto using the instructions in the
readme file, but I think I might be missing something. I unzipped
the OpenSSL library to my temp drive, opened cygwin and navigated
to the directory. The instructions start with:
You should configure OpenSSL using:
PATH=$ALCHEMY_HOME/achacks:$PATH \
./Configure BSD-x86 --prefix=$ALCHEMY_HOME/openssl -no-hw
-no-asm -no-threads -no-shared -no-dso
I am assuming this is supposed to create the required openssl
directories (please correct me if I am wrong). The reason I say
this is that after the next step which compiles the OpenSSL, it
reads:
You must copy the crypto.l.bc file from the OpenSSL install
folder to $ALCHEMY_HOME/openssl/lib.
Up to this point, though, there hasn't been any instructions
to create the openssl directories.
Anyway, it is at this point the instructions get fuzzy. It
reads that the sample is ready to be made, but doesn't explain how
to do this (you can grab the makefile from the zip, however if the
openssl directories and required files are not in their appropriate
places, the make fails with many errors.
Has anyone been able to successfully build the sample and if
so, what did you do that I am missing?
Thanks in advance,
Shawn

notnick wrote:
Step 1
You should configure OpenSSL using:
PATH=$ALCHEMY_HOME/achacks:$PATH \
./Configure BSD-x86 --prefix=$ALCHEMY_HOME/openssl -no-hw
-no-asm -no-threads -no-shared -no-dso
Step 2 (do not
make clean after configure)
You can then compile OpenSSL using:
PATH=$ALCHEMY_HOME/achacks:$PATH \
make
Step 3
copy the folder openssl - from the
archive
of alchemy home directory
copy the crypto.l.bc file from the OpenSSL install folder to
$ALCHEMY_HOME/openssl/lib.
and compiling the sample - as3_crypto_wrapperHi
Hi,
I am trying to recompile as3_crypto_wrapper in order to expose the 256 bit aes encryption. After having trouble with the above intructions (I am running under cygwin) I simply download the openssl files via cygwin's package manager, and then point the make file to those. After that, use gluegen to generate the c file and and actionscript wrapper from the gg file. Then I use make to generate a swc, this proceeds with no errors and the the traced output is as expected (based on the alchemy compilation guides on the web). However, the generated swc is far smaller than the precompiled version provided as a sample (90kb vs 1.1mb). When I run the application whilst referencing the newly generated swc I get a crash:
Undefined sym: _OPENSSL_add_all_algorithms_noconf
Any ideas? I strongly suspect I am simply not compiling it correctly.
As far as the issues I had when trying to follow the steps outlined above my issues were as follows:
Step 1: Attempted to run as a single command as well as two seperate commands, my shell results are as follows:
multitouch@multitouch-msi ~
$ alc-on
multitouch@multitouch-msi ~
$ PATH=$ALCHEMY_HOME/achacks:$PATH \
>
multitouch@multitouch-msi ~
$ ./Configure BSD-x86 --prefix=$ALCHEMY_HOME/openssl -no-hw
bash: ./Configure: No such file or directory
multitouch@multitouch-msi ~
$ -no-asm -no-threads -no-shared -no-dso
bash: -no-asm: command not found
multitouch@multitouch-msi ~
$ PATH=$ALCHEMY_HOME/achacks:$PATH \
>
multitouch@multitouch-msi ~
$ ./Configure BSD-x86 --prefix=$ALCHEMY_HOME/openssl -no-hw
bash: ./Configure: No such file or directory
multitouch@multitouch-msi ~
$ -no-asm -no-threads -no-shared -no-dso
bash: -no-asm: command not found
I am not sure exactly how to "configure OpenSSL" (step 1) nor how to "compile OpenSSL" (step 2). I am quite new to the bash shell. Any additional detail would be appreciated. Perhaps if I get over this hurdle the rest, I could use the original supplied makefile and that would remove any issues I have introduced with my modifcations.
For refernce sake my make file now looks like this:
.SUFFIXES: .cpp .c .o
NAME=as3_crypto_wrapper
PATH:=${ALCHEMY_HOME}/achacks:${PATH}
GG = gluegen
INC = -I /cygdrive/c/cygwin/usr/include/
CC = gcc
CCPP = g++
CFLAGS = -DTERMIOS -DL_ENDIAN -fomit-frame-pointer -O3 -Wall
LDFLAGS = -L=/cygdrive/c/cygwin/usr/include/openssl -l=crypto
OBJS =
.cpp.o:
    $(CCPP) $(INC) $(CFLAGS) -c $<
.c.o:
    $(CC) $(INC) $(CFLAGS) -c $<
all: $(NAME)
glue.c : $(NAME).gg
    $(GG) $(NAME).gg -oas $(NAME).as -cpackage cmodule.$(NAME) -package alchemy.samples -class $(NAME)
glue.o : glue.c
$(NAME) : glue.o $(OBJS)
    $(CC) $(INC) $(CFLAGS) -swc -o $(NAME).swc glue.o $(OBJS) $(LDFLAGS)
clean:
    rm $(OBJS) glue.* $(NAME).swc
    rm swfbridge.log
    rm *achacks*
    rm -r _sb_*
Regards,
Abdul

Similar Messages

  • InDesign CS6 folio builder/links question. For iPad app.

    Hi there. I am a graphic designer who is very experienced in InDesign using the software for print purposes. I am now branching out with the capacities CS6 has and am learning to design (mainly presentation) apps for the iPad. So, I've designed a portfolio as a multiple page document with both portrait and landscape page orientations. The app would consist of a starter page which would be a load of animation exported as swf, and imported back into InDesign as HTML5, or MP4, or however (I haven't nailed this yet as I'm leaving this till last as this page will serve as a screen saver until swiped). When the viewer swipes page 1 they will enter into the main 'contents' page with a load of thumbnails of clients I have and within those clients a load of case studies. So, I've roughly designed the layout and will need to build but I need to know what I'm limited by.
    Page 1 title page,
    page 2 contents (with scrollable bar with links to other pages)
    page 3 will be the 1st client and will need approx 6 case studies, which I presume I'll need to make extra pages. And so on.
    Anyhow, I digress – the question I ask is that to upload and test on the iPad through content viewer I obviously need to upload the articles as separate pages (incorporating both H & V orientations) but would I make the links from my 'contents' page when the document was a multiple page document (ie in it's original state) or would I apply these links (as buttons I presume rather than hyperlinks) when the articles have been separated and  I'm working with page 01, 02, 03 etc in folio builder?. I know how how to create buttons from thumbnails but I can't work out how to link them to their desired targets (next page/page no/ etc etc) for the record I want to present my work on an iPad as an app, without relying on WIFI or 3G. Last question (phew) Is I have a picture frame with a slideshow in - is it possible for the viewer to click these and open them in full screen mode and flick/navigate through that way? then click via a cross in the top corner back to the screen they were on. Very grateful for any replies – It's a steep learning curve from print! Steve C, London, England  

    Steve,
    we have many resources, from step-by-step tutorials to videos and more at our DPS Developer Center at http://www.adobe.com/devnet/digitalpublishingsuite.html.
    There is also a very cool (and free) app called DPS Tips with many examples on using interactive overlays in DPS: https://itunes.apple.com/us/app/digital-publishing-suite-tips/id436199090?mt=8
    The iPad Publishing Companion Guide PDF is available on the DPS Dashboard (https://digitalpublishing.acrobat.com). The link to download the Companion Guide is available in the "Additional Resources" section on the Dashboard.
    I think that these resources will provide answers to most of your questions.

  • Survey Builder : Survey question not populate with questionnaire link.

    Dear Friends
    i have created application using SURVEY BUILDER Package application .
    i have two application with same schema .one is my created application :100 and second is Survey Builder pacaskge application 105 ,with no chamge in survey builder application.
    My Questionnaire Link is created but when i put this link into address bar then there is no rection,no question set open in that window.
    Questionnaire Link
    http://178.110.201.231:7777/apex/f?p=100:Q::AAL8:::code:AQDQEIWJAUWVCGGZ
    this is my application question link.
    But if i change application no 100 with survey builder application 105 and submit then survey question open .
    I am confuse where is problem why survey question does not populate with my application 100.
    Please help.
    Thanks

    Did you get your link from "Manage Respondents"?
    I usually get a link like
    http://apex.oracle.com/pls/apex/f?p=67351:Q::ABCD::::
    (this is an example that doesn't point to a real live survey).
    http://178.110.201.231:7777/apex/f?p=105:Q::AAL8:::code:AQDQEIWJAUWVCGGZ
    did not work for me, maybe because of your specific IP:port in the URL. Sometimes the colons ::: create a problem when copying/pasting to email, so I use a service such as is.gd to transform it into a simpler URL like
    http://is.gd/B7hxIl
    Does that help?
    Ben

  • Forms builder layout questions

    Hi guys
    I have three questions on forms builder:
    1. Is there a way to evenly space records? I see all the allign features but not arrange evenly. It really takes a lot of time to space 10 fields evenly vertically
    2. Is it possible to have a fram with an auto tabular layout that is vertical instead of horizontal? What's the use of being able to adjust the block but the form is always vertical when you use tabular format?
    3. Is there a way to have the layout autogenerate again? I can see it works when I move a frame in a simple canvas, but I use the same datablock across multiple tabs. If I assign the block in the frame, then it will autoload all items into my single tab.
    Thanks for any assistence.
    I guess what I'm suferring with is the 'old school' forms developer. I'm on 6i. Is there any better layout features in later releases? Maybe any other tools to generate a form? (I'm pushing my luck now :-) )
    Regards

    Hi Andreas
    Ok I found the menu now: Arrange-> Allign objects. And then there's DISTRIBUTE for both vertical and horizontal.
    Ok, that will save me a lot of effort :-) Thanks!
    Question 2:
    - I have my Data Block's Record Orientation set to Horizontal. But the Frame completely ignores it. The Frame's Layout style is Tabular. So when I UPDATE LAYOUT to auto-layout my page there is no different if I toggle the Record orientation between horizontal and vertical.
    Question 3: Ok, it seems like UPDATE LAYOUT will autogenerate the layout only if you have the frame linked to a datablock. My problem is this: I have 3 tabs (too many fields for a singe tab). I'm still deciding which fields should go to wich tab. Every time I add an item to a new tab, I have to manually position it within that tab. I cannot make they program quickly auto-layout the tab with the additional item.
    Missing features:
    I'm missing a few hotkeys. Don't like using the mouse so much :-)

  • Flash Builder Upgrade Question

    Probably a stupid question, but if you have Flex 3 Standard, what are the upgrade choices?
    -FB4 Standard Upgrade (No ColdFusion Builder included) $99
    -ColdFusion Builder 1 (+FB4 Standard free) $299
    -FB4 Premium Upgrade (includes ColdFusion Builder 1?) $299
    Is this correct?  (If so, the second choice is pointless if you own FB3 Standard.)
    The store specifies FlexB 3 Standard is required for an upgrade to FlashB 4 Standard (makes sense).  But it simply says "Flex Builder 2 or 3" in the FlashB 4 Premium upgrade for $299.
    Does this mean FB3 Standard OR Professional both allow you to upgrade to FB4 Premium for $299?  Or does it need to be Pro like I would assume?
    The store says "Please check upgrade eligibility before making your selection." but it says nothing about how we're supposed to do that.

    There's a phone number posted on the Adobe Store for these purchasing questions. Most of the Adobe folks here are the engineering teams.
    http://store4.adobe.com/cfusion/store/html/index.cfm?store=OLS-US&event=displayProduct&cat egoryPath=/Applications/FlashBuilderPremium&distributionMethod=FULL
    Purchase by Phone: 1-800-585-0744
    Jason San Jose
    Software Engineer, Flash Builder

  • Exception - Cannot Build Schema (Question)

    Friends,
    I have a quick question which is driving me crazy. New to SOA, please help.
    I defined a variable of type "element" by refering it to an pre-existing xsd. I know the xsd is valid. When I try to use the variable in an assign activiity it does not show the child element and gives error "Exception - Cannot build Schema". While creating variable I refer to element "FetchCustomerInfoResponse".
    Following is the xsd for your reference :-
    <?xml version="1.0" encoding="windows-1252" ?>
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns="http://www.example.org"
    targetNamespace="http://www.example.org"
    elementFormDefault="qualified">
    <xsd:element name="FetchCustomerInfoResponse">
    <xsd:complexType>
    <xsd:sequence>
    <xsd:element name="XYX_ONT_ACCOUNT_ORDERS">
    <xsd:complexType>
    <xsd:sequence>
    <xsd:element name="XYZ_ONT_ACCOUNT_ORDER" maxOccurs="unbounded">
    <xsd:complexType>
    <xsd:attribute name="ordered_date" type="xsd:string"/>
    <xsd:attribute name="cust_po_number" type="xsd:string"/>
    <xsd:attribute name="order_number" type="xsd:integer"/>
    <xsd:attribute name="header_id" type="xsd:integer"/>
    </xsd:complexType>
    </xsd:element>
    </xsd:sequence>
    </xsd:complexType>
    </xsd:element>
    </xsd:sequence>
    </xsd:complexType>
    </xsd:element>
    </xsd:schema>

    Hi,
    using the schema you gave, i was able to create a variable inside the BPEL by referring to the FetchCustomerInfoResponse element, and also i was able to do the copy operation inside the assign activity.
    Please try the same again, may be create the variable again...it should work...
    Thanks
    N

  • First time computer builder - simple question(I think)

    Im putting together my first computer so far without much problem
    This is hardware I have
    380W Antec Power
    865 neo2 board
    2.8 p4 processor
    2x512 mb corsair memory
    lite on cd-rw
    plextor dvd-rw
    200gb western digital special additon hard drive.
    (which came with ata ultra controller card)
    My question is this:
    How should I set up my two optical drives and the hard drive on my available ide connections. Of course I have the two regular ide ports 1&2 and I have the ide3 next to the serial ata ports. I also have the ata ultra controller card plugged into one of the pci ports which gives me two more ide ports. I ve read through the forum listings and have not came across a simple description of how I should configure my hard drive and optical drives. How should I hook up these drives and what settings should I use (master/slave). Any help would be appreciated If it seems like I'm asking dumb questions it's just because I'm real new at this and want every thing to be perfects. thanks

    IMHO
    I would take out ata controller card. Your MB has enough....
    Primary IDE - master  - your WD harddrive
    Primary or Secondary IDE - slave - you lite on cd-rw
    Secondary IDE - master - plextor dvd-rw
    If you will install XP + service pack 1 your harddrive should be OK.
    PS - Just finish to build  about the same config....
    But I made my dvd-rw - external
    added later AFAIK Your 3rd IDE will not support optical drives.
    It is possible to put bootable harddrive on third IDE, but I it is not very simple
    and have no big advantages

  • Extension Builder Membership question

    Hi just a qucik question.
    If I sign up for extension builder membership for one month and create an extension will my main exported extension zxp still work after my membership expires?
    Im not sure how the membership works I basically dont want to create an extension then have to pay $100+ dollars a year to use it. Does that make sense?
    Thanks
    Norm

    I'm not an Adobe employee, but as far as I can tell yes, it will work (it wouldn't make any sense otherwise ).
    Regards,
    Davide
    www.davidebarranca.com

  • May 2nd, requires a mandatory update of the folio builder panel question

    Does this update require another update for the Adobe content viewer on iPAD and will have to be approved from Apple again?

    Bob are you trolling me?
    You keep repeating the same mantra and ignoring the basic components of my questions, which could be answered in the context of other versions, if it were really a problem to talk about CS6 (it isn't - see below). For example you could say "In CS5.5, when Help > Updates doesn't update the panel, it means you need to install _______ OR it means these files ______ are corrupted. Delete them and try again." Those might not make any sense because I don't know what the actual answer is, but hopefully you get the idea.
    By "Builder panel: I mean the Folio Builder panel. Located at the bottom of the stack in the Digital Publishing workspace. AFAIK there isn't another panel that uses the name "builder" (?) so I assumed people would understand what I meant. It is this panel that integrates people's InDesign content into the DPS workflow, is it not? This is where people "experiment" with DPS formatting of documents, based on the tutorials I've seen. Maybe I'm confusing it with something else that has to be installed separately.
    My final words on CS6:
    CS 6 is not shipping but it IS available (legitimately) to some people and there is no longer an NDA for those people. Perhaps you're under a special embargo not related to the ones that partners and pre-release people had (which were all lifted on the 23rd according to Adobe's own announcements for those people). Other examples that demonstrate there is no limitation about discussing CS6 in the context of DPS:
    This week this was posted here.
    http://help.adobe.com/en_US/digitalpubsuite/using/WS67cb9e293e2f1f60-21ba9a4512e5e5e0b8d-7 ffe.html
    It talks in part, about DPS in the context of CS6...
    This was posted here.
    http://help.adobe.com/en_US/digitalpubsuite/using/WS67cb9e293e2f1f60-21ba9a4512e5e5e0b8d-8 000.html
    It also talks about DPS in the context of CS6...
    ...if there were an embargo on discussing CS6 in the context of DPS those documents would not be live. Simple as that.
    All that being said:
    Are you saying the updated Builder Panel being talked about in this and other threads, is not related to CS6? Tangent to that: when people say "Folio Producer Tools", is the Builder Panel (any version of InDesign) a part of those tools? I'm sorry with all these questions. I've done some homework (reading the product literature, watching tutorials and webcasts) and I am ready to dive in and get to other topics (related to producing content / testing content) but I am stuck at a point where it appears I can't do anything.

  • Folio Builder panel question

    I can't see my old folios, that were created a year ago on the Folio Builder panel.
    Also I do not see "Show All" folios option on this panel.
    What I can do to fix the problem?
    Thanks,
    KK

    Bob,
    The fact is that I can see my folios in Folio Producer and I do not have two different Adobe accounts.
    My problem is that I can't see these folios (except the recent one, see above) in the Folio Builder panel.
    If I need to make any editing to the articles, how do I handle it if I can't see and update Article in the Folio Builder?
    If anything can't be done, I will recreate these folios under different names.
    We (Georgia Tech) are moving towards Enterprise Edition, and plan to publish our earlier created folios. But we may need to edit them before publishing.
    Thanks,
    KK

  • Oracle Forms Builder 10g Questions

    Good day everyone,
    I want to start off by saying that I'm very new to Oracle Forms Builder (it was dumped on my table about a month ago) and I'm having some issues I need resolved in order to complete a project for a client.
    I'm looking mainly for documentation or resources that will show me how to do the following in Oracle Forms Builder 10g:
    * Use either the ENTER button or mouse click to navigate between mandatory fields in a form (currently only TAB works)
    * Populate a field[s] after pressing a search button based on a SQL query
    * Populate a field[s] on launch based on a SQL query
    * Throw a warning message if an SQL query returns with a specific result
    * Populate a drop down menu based on a SQL query (ie only show valid options to user)
    * Remove static highlighting (fields should only be highlighted if necessary, which is never on this particular form)

    I've been able to reduce my problem down to the fact that Oracle Forms Builder 10g is not configured correctly on my machine for my environment. I can seem to get Oracle Forms Builder to see my libraries. When I load the form I'm working on I get the following error:
    FRM-18108: Failed to load the following objects.
    Source Module:utlf_gui
    Source Object: TOOLBAR_MDI
    +... (many more of the one above)+
    I press ok and get the following error:
    FRM-10102: Cannot attach PL/SQL library sdsl. This library attachment will be lost if the module is saved.
    +... (many more of the one above)+
    From my various searches on the internet I've learned that this is because Oracle Forms Developer can not find the listed PL/SQL libraries and I should check my Environmental variables. I've set up two Environmental variables with the following:
    Forms_Path = C:\<project path>\Lib\   (This is the folder in the project folder where all the PL/SQL libraries are stored)
    Forms90_Path = C:\<project path>\Lib\   (This is the folder in the project folder where all the PL/SQL libraries are stored)
    I created both Environmental variables because there wasn't any consistency on the sites I was checking to which was needed.
    Also if I try to attack a PL/SQL library I get the following error:
    Attached library name <name> contains a non-portable directory specification. Remove path?
    I press yes or no and get the following error:
    PDE-PLI038 Cannot open file for use as a PL/SQL library.
    Any help is much appreciated.
    Edited by: ThomasBoxall on 12-Dec-2011 12:18

  • Building menus question

    Working on DVDSP 4.1.2, Mac OS 10.5.4, on a MacBook Pro 2.4, 4 gigs ram, I have been building a Main Menu. There are about a dozen buttons that have motion in them from the video track they are linked too.
    I wanted on State 1/Normal of the button to have "my title" below the button.
    State 2/Selected have the "my title" below the button disappear and across the center of the button have "a different title" appear.
    State 3/Activated I am not concerned with because of how briefly it appears screen.
    I don't think its possible to do this with a standard menu, so I thought I was going to have to learn about layered menus but it appears layered menus can't have audio associated with them, or have drop zones or motion. Ouch.
    I had each of those in the initial mock up. A television runs on the main screen. A drop zone zone gave the television the screen to playback a movie that also has audio. I am not happy about giving those elements up as its part of the feel.
    It seems a layered menu is only relaying on the mouse or remote clicks to make them interesting, which seems like it would be hard to do if everything else is still and no audio.
    Any suggestions or recommendation would be greatly appreciated.

    In Photoshop, type and position "my title" and color it 100% red. Then type and position "a different title" and color it 100% blue. No need to use different layers. Save the file as a PSD, Tiff or Targa. Bring it in as an asset in DVD SP. Select your menu in the outline tab, and in the General tab in Inspector, select the imported file as the overlay file. Create a button, and in the Colors tab in Inspector, choose "Overlay Colors: Advanced", and then "Mapping Type: Chroma". Play around with the opacity sliders for red and blue and you will see your different titles appear.

  • LV8 Application builder/ installer questions

    I am having trouble in building my installers within LV8. Everything is in the Project Manager and I am able to build an Executable that works. but when I build an installer and try to run the installer on a 2000 or XP machine I get the attached error. I found if I continue on the error everything gets installed ecept my application. If I manually install my application everything works. so with the RTE on a system without LV8 installed my EXE works.
    I cannot figure out exactly what I am doing wrong. I am thinking it could be on the  Registry tab of the installer as I did not adde or change anything. the PDF CD I received with LV8 talks about the App Builder from 7.1 which does not help. The program I am working on building worked fine in 7.1.1. Source files look to be done correctly and I check marked the Register COM ont he source files settings page as I am using ActiveX to access Excel.  It is configured to install RTE 8.0, I have the Shortcuts set as well, but on a NON Dev machine (no LV8) the installer does not work. but on my Dev machine it seems to work fine.
    Any ideas?
    Message Edited by jdebuhr on 01-09-2006 09:47 AM
    Jeff D.
    OS: Win 7 Ultimate
    LabVIEW Version: 2011,2010,2009 installed
    Certified LabVIEW Architect
    Attachments:
    LV8_installer_error.JPG ‏18 KB

    I think I got it working.. I deleted the old files int he destination for the build and tried again. I left the ActiveX Server unchecked and verified the Register COM was checked. created a new installer and built it and is seems to work.
    Jeff D.
    OS: Win 7 Ultimate
    LabVIEW Version: 2011,2010,2009 installed
    Certified LabVIEW Architect

  • USB/Serial Drivers and App Builder Installer Questions...are drivers included in the Installer with the LV runtime engine?

    Hello all,
    I'm wondering if someone can help me out with how drivers and all are treated with applications distributed with App Builder, used to create a stand alone, full install of app and labview engine with Installer.
    What has happened  is, my application was created using the NI branded USB to RS232...and USB to RS485, and they work great.
    On the application when running..you fire it up, it finds the USB to serial device, and I have a dropdown that finds the available COM ports to use (along with setting parity, etc).
    I've installed on different computers (without previous labview installs) with the installer. They all worked.
    The customer has received the installer....and despite us telling them to use the NI branded USB/Serial interfaces..they are trying to work with a different USB/serial cable.
    They say the COM ports aren't even showing up when they run the installed application.
    So, I'm not sure where to start. Is this a driver issue?  Does the App Builder Installer...install the drivers for the interfaces I was using with it? Is there a way for the person to find and install a driver on their own...or would I have to somehow find out a driver for what they use....then, basically redo the App Builder Installer build...to include that driver with the executable I send back out?
    I guess I basically need a better understanding of how drivers for external access/communications are handled when you use App Builder to create a stand alone application complete with the labview runtime engine...and nothing else.
    Thank you in advance,
    cayenne

    The main thing is that LV uses VISA to talk to serial port whether native on the machine or from USB dongles that you plug into the computer. It sounds to me like their dongles aren't working.
    Can the customer see the ports in the Windows Device Manager? Can they access them through something like hyperterminal? How does your program find the USB/Serial devices?
    Mike...
    Certified Professional Instructor
    Certified LabVIEW Architect
    LabVIEW Champion
    "... after all, He's not a tame lion..."
    Be thinking ahead and mark your dance card for NI Week 2015 now: TS 6139 - Object Oriented First Steps

  • Expression builder Syntax question

    In workflow, I want to send an email when a certain date field is populated.
    I want this action to execute only when the date is initially populated so I want to use PRE to check to see if the date field was blank before it was populated.
    would I check to see if the date field WAS blank by using the following syntax?
    (PRE('<dContract_Execution_Date_ITAG>') IS NULL)
    Or should I use
    (PRE('<dContract_Execution_Date_ITAG>') = "")

    Thank you I will try your suggestions. I tried the IS NOT NULL and I kept getting a syntax error. It was driving me nuts, because I was fairly certain it would work.
    This is a little off topic, but I've noticed when I enter an expression or copy paste it into expression builder I get a syntax error only to retype the expression (exactly as it was typed previously) and the system will except it. The only thing I can think of is maybe some sort of invisible character is picked up.
    This has happened to me numerous times when coding workflow rules. It tends to slow the design process.

Maybe you are looking for

  • PNP Selection

    Hi Guys/Dolls I have a ABAP program that uses a PNP Logical database. When the application is launched the <b>"Other period"</b> is automatically selected I want <b>"Today"</b> to be the default. Any ideas how I can do this programmatically? Many tha

  • IPhone wont restore at all since update today

    Am totally frustrated, have had no access to my phone at all since installing the update this morning. Now it is permanently stuck on the screen with the usb picture and i tunes logo. Have tried to reinstall i tunes and restore again on 2 different P

  • There is a pre-order limit

    I talked to Apple and the representative who I talked to said that it would be first come-first serve basis and there is a limit of how many customers pre-order. I hope he's wrong, because I won't be available when Apple starts receiving orders in th

  • @MOVAVG issue in Hyperion Planning 11.1.2.1

    Hi Experts, I am created member formula for one of the account which has the following code. @MOVAVG("AC_ASSETS",2,@REMOVE(@XRANGE ("FY10"->"Jan","FY19"->"Dec"),("FY10"->"BegBalance","FY19"->"BegBalance","FY12"->"BegBalance","FY13"->"BegBalance","FY1

  • Air Update Framework Issue... Help please!

    The following code is from the Air Employee Directory example to which I have added an Update Object, the app installs and updates with no problem, but as soon as the update is done and it's time for the app to start, the app just doesn't come up. It