Working with dynamic documents?

Hi -  my company is evaluating FLEX for a major new project. We are very impressed so far but are struggling to find a component that will allow us to create a custom report designer / word processor. So far all we seem to come across is buzzword which doesn't appear suitable.
Bascially our clients need to be able to layout a Word style report with tables etc. They then need to be able to map a table cell to a database column. Our software can then dynamically read and write data from a database to the report cells. As our solution is part of a workflow system we also need to be able to enable and disable cells programatically.
A PDF based solution would be ideal.
Hope all this makes sense!
Can anyone recommend a solution.
Thanks in advance
James

I think you're gonna need to build the whole word-like UI, and once 
the report is created use AlivePDF to convert it to PDF.
Sincerely,
Michael
El 15/05/2009, a las 5:41, credosoft <[email protected]> escribió:
>
Hi -  my company is evaluating FLEX for a major new project. We are 
very impressed so far but are struggling to find a component that 
will allow us to create a custom report designer / word processor. 
So far all we seem to come across is buzzword which doesn't appear 
suitable.
>
Bascially our clients need to be able to layout a Word style report 
with tables etc. They then need to be able to map a table cell to a 
database column. Our software can then dynamically read and write 
data from a database to the report cells. As our solution is part of 
a workflow system we also need to be able to enable and disable 
cells programatically.
>
A PDF based solution would be ideal.
>
Hope all this makes sense!
>
Can anyone recommend a solution.
>
Thanks in advance
James
>

Similar Messages

  • What is the best way to work with Word documents in The InDesign CS4???

    I work in Microsoft Word 2007 and all my documents have *.doc format.
    What is the best way to work with Word documents in InDesign CS4???
    David Blatner says to avoid copying and pasting text from Word instead of placing it (Ctrl+D).
    How about pasting RTF or Text Document???
    I want to make book's layout in ID CS4 and its main feature is that there is the left page with text and the right - with graphics.
    So, as I understand to place the text on each page I must create for example 70 Word documents and place each item on 70 left pages???
    It loks like wasting time. I sthere another way of making such layout???  What kind????

    It's best to place any text.
    You can have all of your text in one file and use auto-flow to add threaded text frames and pages as required (Hold down the Shift key when you click the loaded text cursor), but it's a little non-standard to have the thread only on one side of the spread from the auto-flow perspective, so you'll have to set up properly.
    This is one case where a master text frame will work to your advantage. On your master page spread, add a text frame to the left page, but not to the right (or at least not threaded to one on the right -- for some other project you might actually want two independent text threads). Hold the loaded cursor over a frame on the left side of a document page and auto-flow. ID will add new spreads as necessary, but only put the text on the left side.
    Peter

  • Encountering error while working with Dynamic Regions.

    Hi All,
    I am a beginner in ADF and on a quest to learn ADF. Sometimes I am struggling in the process. Now, when I am working with Dynamic Regions, encountered problem below
    Step 1 : Created a simple department TaskFlow with Department Form
    Step 2: Created a Simple employee TaskFlow with Employee Details
    Step 3: Created a Main page with oracle 2 column layout
    Step 4 : Dragged and dropped department TaskFlow on to main page second facet as Dyanmic region . Created a bean as RegionBean
    Step 5 : Dragged and dropped department TaskFlow as Command Link on the first facet
    Step 6 : Dragged and dropped employee TaskFlow as Command Link on the first facet
    The page runs and shows department information when it renders. But when I click on employees command link, at first it shows employees table with no data and says "ACCESS DENIED ". Then if I click on either department or employee command link, it errors out with below info
    javax.el.PropertyNotFoundException: Target Unreachable, identifier 'vs' resolved to null
         at com.sun.el.parser.AstValue.getTarget(Unknown Source)
         at com.sun.el.parser.AstValue.isReadOnly(Unknown Source)
         at com.sun.el.ValueExpressionImpl.isReadOnly(Unknown Source)
         at oracle.adfinternal.view.faces.renderkit.rich.EditableValueRenderer._getUncachedReadOnly(EditableValueRenderer.java:476)
         at oracle.adfinternal.view.faces.renderkit.rich.EditableValueRenderer.getReadOnly(EditableValueRenderer.java:390)
         at oracle.adfinternal.view.faces.renderkit.rich.EditableValueRenderer.wasSubmitted(EditableValueRenderer.java:345)
         at oracle.adfinternal.view.faces.renderkit.rich.EditableValueRenderer.decodeInternal(EditableValueRenderer.java:116)
         at oracle.adfinternal.view.faces.renderkit.rich.SimpleInputDateRenderer.decodeInternal(SimpleInputDateRenderer.java:73)
         at oracle.adfinternal.view.faces.renderkit.rich.LabeledInputRenderer.decodeInternal(LabeledInputRenderer.java:56)
         at oracle.adf.view.rich.render.RichRenderer.decode(RichRenderer.java:342)
         at org.apache.myfaces.trinidad.render.CoreRenderer.decode(CoreRenderer.java:292)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.__rendererDecode(UIXComponentBase.java:1334)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.decode(UIXComponentBase.java:865)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.processDecodes(UIXComponentBase.java:965)
         at org.apache.myfaces.trinidad.component.UIXEditableValue.processDecodes(UIXEditableValue.java:287)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.decodeChildrenImpl(UIXComponentBase.java:1204)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.decodeChildren(UIXComponentBase.java:1190)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.processDecodes(UIXComponentBase.java:962)
         at oracle.adfinternal.view.faces.renderkit.rich.table.BaseColumnRenderer$UIXColumnFilterWrapper.processDecodes(BaseColumnRenderer.java:2108)
         at org.apache.myfaces.trinidad.component.UIXCollection.processComponent(UIXCollection.java:1087)
         at org.apache.myfaces.trinidad.component.TableUtils$1.process(TableUtils.java:238)
         at org.apache.myfaces.trinidad.component.ChildLoop.runAlways(ChildLoop.java:55)
         at org.apache.myfaces.trinidad.component.TableUtils.processFacets(TableUtils.java:232)
         at org.apache.myfaces.trinidad.component.TableUtils$2.process(TableUtils.java:261)
         at org.apache.myfaces.trinidad.component.ChildLoop.runAlways(ChildLoop.java:55)
         at org.apache.myfaces.trinidad.component.ChildLoop.runAlways(ChildLoop.java:48)
         at org.apache.myfaces.trinidad.component.TableUtils.processColumnFacets(TableUtils.java:253)
         at org.apache.myfaces.trinidad.component.UIXTable.processFacetsAndChildren(UIXTable.java:379)
         at org.apache.myfaces.trinidad.component.UIXCollection.decodeChildrenImpl(UIXCollection.java:206)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.decodeChildren(UIXComponentBase.java:1190)
         at org.apache.myfaces.trinidad.component.UIXCollection.processDecodes(UIXCollection.java:200)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.decodeChildrenImpl(UIXComponentBase.java:1204)
         at oracle.adf.view.rich.component.fragment.UIXRegion.decodeChildrenImpl(UIXRegion.java:635)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.decodeChildren(UIXComponentBase.java:1190)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.processDecodes(UIXComponentBase.java:962)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.decodeChildrenImpl(UIXComponentBase.java:1204)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.decodeChildren(UIXComponentBase.java:1190)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.processDecodes(UIXComponentBase.java:962)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.decodeChildrenImpl(UIXComponentBase.java:1204)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.decodeChildren(UIXComponentBase.java:1190)
         at org.apache.myfaces.trinidad.component.UIXForm.processDecodes(UIXForm.java:75)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.decodeChildrenImpl(UIXComponentBase.java:1204)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.decodeChildren(UIXComponentBase.java:1190)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.processDecodes(UIXComponentBase.java:962)
         at javax.faces.component.UIComponentBase.processDecodes(UIComponentBase.java:1048)
         at javax.faces.component.UIViewRoot.processDecodes(UIViewRoot.java:926)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl$ApplyRequestValuesCallback.invokeContextCallback(LifecycleImpl.java:1519)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:372)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:202)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:508)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:173)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:125)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:468)
         at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:468)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:293)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:199)
         at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442)
         at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:139)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    Please help me !!!!!!
    Thanks

    Hi Shay Shmeltzer ,
    Thanks for your quick reply. Below is response for your queries
    What scope did you specify for the bean? View Scope
    Also which browser are you using? Firefox
    Thanks for the link. I started to build dynamic region after taking a look at the video
    What else do you think might be the issue
    Thanks
    Edited by: User44444 on Dec 4, 2012 12:44 AM

  • Adobe Reader for Android to work with dynamic XML PDF forms?

    Any possibility that Reader for Android will ever work with dynamic XML PDF forms created by Abobe Acrobat Pro?

    GoodReader ($4.99), ezPDF Reader ($2.99) and PDF Expert ($9.99) are well rated and support many more features.
    Here a link for your reference: http://indesignsecrets.com/for-interactive-pdf-not-all-readers-are-equal.php

  • "Restore last view settings when reopening documents" option not working with all documents

    Said option (found under Edit/Preferences, category Documents), which works like an automatic bookmark in that it takes you back to the same place you were at when you last closed a document, is very useful, but apparently doesn't work with *all* documents.
    - Does anyone know what determines whether a given document works with this option or not?
    - Is this by design or a bug? A matter of PDF format version?
    - Is there a way to work around the problem?
    I've compared two documents, only one of which works with the option, to determine what the relevant difference may be, and found two suspects (under File/Properties): the PDF version (1.5 in the document that works, 1.4 in the one that doesn't), and 'Fast Web View' ('yes' in the document that works, 'no' in the one that doesn't).
    Thanks,
    Michael

    This seems to be a problem with some PDF files.
    Suggested workaround: If the PDF you have allows "Save As", then try save-as to a new file. The "Restore last view settings when reopening documents" option should then work as expected (in the new file).
    (Original post: Restore last view setting not working in version XI)

  • Recently upgraded to Mavericks... was working with Pages documents from previous OS ... Pages is now frozen and I don't dare force quit and loose my old documents.

    Recently upgraded to Mavericks... was working with Pages documents created with previous OS ... Pages is now frozen and I don't dare force quit and loose my old documents.  How can I "thaw".... unfreeze Pages?  Have several pages windows open that I was working on. 

    I also had this problem after I installed Mavericks: Pages files freezing at close, need to force quit.
    Workaround: when saving any document created with an earlier version of Pages, be sure to untick the "include preview in document".
    For some reason, this resolves the problem.
    BTW "loose" is not a verb. You probably mean "lose".

  • Working with StarrOffice Documents

    Anybody knows how can i work with starrOffice documents in java? (open, edit,...)

    Just unzip and check out the various files in a text editor. It's ordinary XML so you can use your favorite XML parser to parse it.
    - Marcus Sundman

  • While working with Google Documents Safari Version 7.1 on OS X 10.9.4 crahses all the time

    While working with Google Documents Safari Version 7.1 on OS X 10.9.4 crahses all the time
    Now I am working with FireFox
    Today I have noticed that FireFox had this Google Talk pop-up
    Maybe this pop-up Google Talk is what is causing Safari 7.1 to crash Attached JING of Google Talk pop-up on FireFox
    So, back to SAFARI 7.1..how to stop this pop-up from crashing Safari 7.1

    You downloaded a beta copy of 7.1 because the current version is 7.0.5. There was a mixup yesterday and 7.1 was accidentally made available for downloading. Do you have a backup you can restore from to get 7.0.5?
    You can also try running the combo update to see if it will restore it.
    10.9.4 Combo Update

  • Making Worksheet logic work with Dynamically expanding report

    Hello,
    Sorry if its basic, but I am trying to understand how can I make worksheet logic work with dynamically expanding reports? Because if the expansion parameters change, it stops producing correct values for me. Please advise.
    Thanks.

    Hi Zack,
    Now I understood your problem.
    Actually, when the expansion changes, it deletes the columns, and then shifts the subsequent columns with the appropriate expansion. So, if you have the formula somewhere in between, you will lose it. If you put it in the beginning, then it will be copied to all the cells. You need to put it at the end. But, you are saying this is viable for your scenario.
    My suggestion would be you can try to break the single expansion into multiple expansions using the pipe (|) character, and place the formula in one of them.
    Hope this helps.

  • Export pdf doasn´t work with some documents pdf... guive an error?

    Why EXPORT PDF ddasn´t translate to WORD in many documents..... guive me an error
    Please guivme a solution
    Regards
    Jose Antonio Resco

    De: florencejohn
    Enviado el: miércoles, 3 de diciembre de 2014 10:44
    Para: José Antonio Resco
    Asunto:  Export pdf doasn´t work with some documents pdf... guive an error?
    Export pdf doasn´t work with some documents pdf... guive an error?
    created by florencejohn <https://forums.adobe.com/people/florencejohn>  in Adobe Acrobat.com Services - View the full discussion <https://forums.adobe.com/message/6981587#6981587>
    What I must do???
    Hi jose antonio resco <https://forums.adobe.com/people/joseantonioresco> ,
    Please let me know the exact workflow you are following when you get this error.
    Are you trying to convert from within Reader or from Browser? BROWSER
    If from Reader then make sure you are signed in within Reader, Also try updating Reader to the latest v11.0.09 and check.
    If from browser, please let me know which browser you are using and its version? GOOGEL CHRONE and MOZILA
    Have you checked with a different browser if possible?yes
    Regards,
    Florence
    If the reply above answers your question, please take a moment to mark this answer as correct by visiting: https://forums.adobe.com/message/6981587#6981587 and clicking ‘Correct’ below the answer
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page:
    Please note that the Adobe Forums do not accept email attachments. If you want to embed an image in your message please visit the thread in the forum and click the camera icon: https://forums.adobe.com/message/6981587#6981587
    To unsubscribe from this thread, please visit the message page at , click "Following" at the top right, & "Stop Following"
    Start a new discussion in Adobe Acrobat.com Services by email <mailto:[email protected]com>  or at Adobe Community <https://forums.adobe.com/choose-container.jspa?contentType=1&containerType=14&container=48 70>
    For more information about maintaining your forum email notifications please go to https://forums.adobe.com/thread/1516624.
    El software de antivirus Avast ha analizado este correo electrónico en busca de virus.
    http://www.avast.com

  • [CS3 JS] Working with two documents of the same name

    I work with sets of documents that use standardized names. I'm trying to write a script that compares two documents from different sets. Because the source and the target documents both have the same name, I've encountered some disturbing behavior that reminds me of the app.activeWindow bug that Dave has written about. (
    Dave Saunders, "Scripting FAQ as Wiki" #14, 15 Oct 2007 12:19 pm)
    To perform the comparison, I have to grab a reference to the same region of text in both documents, as offset from regular landmarks. I was just patting myself on the back for figuring out the "story.characters.itemByRange(begin, end).texts[0]" acrobatics required, when I discovered that my text objects were magically "dissolving" into invalid objects.
    After a lot of debugging and attempts to hack around the problem (i.e. storing the text begin/end indices and not grabbing the text object until the last possible moment), I've narrowed it down to the references to the source and target documents. I've watched the reference variable to the source document *change* to instead reference the target document when I start accessing the target document object. Once this happens, any text objects belonging to the source document become invalid, as if the source document had been closed.
    Is there any way around this? I've thought about temporarily saving the files to different names, but I haven't tried it yet.
    Here's a script that demonstrates the problem (you'll have to find your own same-named documents if you want to run it):
    var source = "/Users/deyk/Desktop/test/source";
    var target = "/Users/deyk/Desktop/test/target";
    function findChapters(in_doc) {
    app.findGrepPreferences = NothingEnum.nothing;
    app.findGrepPreferences.appliedCharacterStyle = "chapter-num";
    app.findGrepPreferences.findWhat = "\\d+";
    return in_doc.findGrep();
    var sdoc = app.open(File(source+"/01.Genesis.indd"));
    var s_file_start = sdoc.fullName;
    var s_chs = findChapters(sdoc);
    var s_story = s_chs[0].parentStory;
    var s_txt = s_story.characters.itemByRange(s_chs[0].index,
    s_chs[1].index-1).texts[0];
    var tdoc = app.open(File(target+"/01.Genesis.indd"));
    // At this point, sdoc now references tdoc instead.
    // s_txt, s_story, and s_chs become invalid objects.
    var t_file_start = tdoc.fullName;
    var t_chs = findChapters(tdoc);
    var t_story = t_chs[0].parentStory;
    var t_txt = t_story.characters.itemByRange(t_chs[0].index,
    t_chs[1].index-1).texts[0];
    var s_file_end = sdoc.fullName;
    if (s_file_end.name != s_file_start.name) {
    var result = "What a nasty bug!";
    "Finished";

    I've tried saving the document to a temporary name, and it works satisfactorily:
    function openFileAsTemp(a_file) {
    var tmp_folder = Folder.temp.fullName;
    var date = new Date();
    var temp_file = File(tmp_folder+'/'+date.valueOf()+'_'+a_file.name);
    var doc = app.open(a_file);
    doc = doc.save(temp_file);
    return doc;

  • Best way to work with Word documents?

    Hi! New Mac user, bought a Mac Pro, tired of Windows many faults. I work a lot with texts, documents, and I'm used to Word. And working with colleagues in a Word world..
    What is the experience of compatibility? Is iWork functioning good enough for receiving, changing/editing and returning documents, or should one have Windows installed in parallell, with the original Word programme? And same question about presentations - PowerPoint versus/interchangeable with Keynote?

    OpenOffice 3.1
    Virtual environment for Windows, but I wouldn't touch Parallels. Fusion or Sun's VB.
    iWork '09
    http://discussions.apple.com/category.jspa?categoryID=253
    http://www.apple.com/support/iwork/

  • Best way to work with Word documents on Mac?

    Just bought a Mac Pro, tired of the faults of MS/Windows. BUT I work a lot with Word documents, and have to keep doing so to interact with colleagues, I understand there are two possible ways - either install on my Mac also a Windows, and work in original Words, or use iWork.
    What is the experience - is iWork fully compatible with Words? Interface problems when sending/editing back and forth? Grateful for opinions and tips!

    I too was worried about Word docs when I transitioned over to Pages. I have not found any Word document so far that Pages could not open, that said, most of the time you will get a notice saying that some errors have occurred in the process. Most of these seem to be related to fonts, but if you have tables and spreadsheet segments, they can come out looking scrambled in Pages.
    I can't comment on the export of Word docs and how they open on PCs but I do know that the PDF exporter from Pages is great (so far).
    In fact Pages is great all around for simplicity, ease of use and dependability.
    iWork: <$100
    Office: >$350
    No Contest IMHO

  • Why can't I work with ColdFusion documents?

    Um... just updated and went to open some ColdFusion files I normally work with but can't open them at all. They are grayed out. And there is no longer a ColdFusion option in the "New" panel. And in preferences you cannot select ColdFusion as the default document type.
    Did I just miss where it is?

    I sincerely hope that someone can offer me a solution to this latest (and quite frankly greatest hiccup in the world of coldfusion for me). I NEVER post on blogs, forums or otherwise as I can usually find what I need to know if I look around but this is not the case. I was anxiously awaiting the new cc for dreamweaver since the purported tools that would make my development much more integrated with the latest methods only to discover this morning that there was absolutely no coldfusion "anything" in the program. I thought it was the way I set up the panels. But nope...
    Now I installed cfbuilder. ok, fine it will cover all of the "programming" part of coldfusion and it looks like it will do that better. I get that.
    BUT, how exactly do you take the "ugly" stuff that cfbuilder will help me build and actually turn it into a website that the latest trends require? I understand that I can open the file in dreamweaver and make it "pretty" but the real issue is that so much of the time the "application" that I am building is very much a part of the "website" that I am building - ok, ALL the time. What exactly is the commonly accepted workflow that will make this whole thing flow properly without having to switch between completely different applications all the time.
    My issue is that maybe I don't understand that cf is a website language for displaying on web browsers, or am I wrong for the past 10 years...
    Yes, I develop "applications" that are not pretty sometimes for the customer that needs a program made for them custom, but that is so rare that it does not accompany a website that holds it all.
    How is this accomplished? I know I ramble and I hope I got my point across. Can you help me with finding a solution that will allow me to continue to use coldfusion in beautiful css and jquery websites as my customers have come to expect.
    Please reply?

  • Working with dynamic selection screen in LDB FMF

    Hi Guys,
    I am working with LDB FMF and I have a requirement where user need the selection field in initial screen which is already comming in dynamic selection option.
    Is it possible without changing the standerd LDB.
    Atul
    Edited by: Atul Dhariwal on Jun 16, 2009 6:27 AM

    Hi,
    my requirement is to list fields from dynamic selection to appear in the main selection screen.
    user doesn't want's to click on dynamic selection option and select the fields.
    I hope i am clear this time.
    Atul

Maybe you are looking for

  • SMS Text Options

    When trying to change the Number of Previous Items, upon hitting the Back button and selecting Save, I get a message "Invalid Service Center specified."  There is no entry in the Service Center field.  Should there be?  How do I resolve this issue?

  • WebRequest not returning correct web page

    Hello, This is very strange, and I was hoping someone might have an answer/solution.  If you try the link below using a Chrome browser, you will get the correct web page returned, however any other browser (and my vb.net app's WebRequest) returns a r

  • Not able to see the Group hierarchy as there are 200+ objects are available

    If a Folder contains more than 200 sub-Folders or Object Packages, then the contents of the Folder will not be displayed It will be replaced with the "Too Many Objects" warning message. The contents of the Folder will still be displayed in the List V

  • Why in Lion can't I make Finder Scripts work e.g. replace text in item names?

    I'm trying to manage folders and file in Finder, and I can't get the scripts to work.  Do I need to update them?  Do I need to ensure they are in the correct folders in the correct library?  I've put some effort in to this, but no joy, any advice app

  • What is the square setting for on the IPad camera?

    What is this new setting on the camera used for?