FX Multiple Records At Once

FX Multiple Records At Once made by felixone
http://www.felixone.it/extensions/prod/mxmdelen.asp
Is it worth the 50$???

FX Multiple Records At Once made by felixone
http://www.felixone.it/extensions/prod/mxmdelen.asp
Is it worth the 50$???

Similar Messages

  • Apply Find/Change to multiple records at once?

    Hi,
    I'm wondering if there is a way to apply the find/change options I select to all the records I've Data Merged into my InDesign file.
    The placeholders won't import the spaces in my database, example if I have
    InDesign template:     <<bird>>
                                            <<beak>><<beak value>>
    .csv:                              bird,beak,beak value
                                         Eagle,beak:        ,hooked
    I get
    InDesign after Data Merge:  Eagle
                                                     beak:hooked
    No spaces came over with the merge.  If there is an option to preserve spaces, that would be the easiest solution. However, I'm not finding such a command, so I'd like to add a special character after my colons in the .csv and then use ID to find/change that character in every one of my records into a space or two.  Any ideas?
    Thanks.
    edit: Even on a single record, the find/change isn't applying to my output document, either... Its outputting the special character I wrote into the  .csv fields instead of the space it is supposed to change into.
    Message was edited by: EX_Achilles

    Thanks, but I already wrote <space> into the .csv fields where I need spaces. Sometimes I just want a space and it doesn't necessarily come after a colon.  However, that's not really the problem I'm trying to figure out.
    1. The recplacement needs to work across all records, not just the one I'm currently previewing.
    2. The replacement doesn't stay replaced when I do the actual merge.
    *Just so I'm understanding you right, by "search" are you referring to the "find what:" and "replace" are you referring to "Change to:" in the Find/Change Window?

  • Deleting multiple records at once

    I am working on a 'private messages' page that displays a
    listing of messages sent to the user (like an e-mail inbox). Each
    message is a record in a database. I want to put a checkbox next to
    each message on the page and a button to delete all checked
    messages. How do I program the script to delete each message that
    is checked?

    On Thu, 6 Sep 2007 04:38:41 +0000 (UTC), "AngryCloud"
    <[email protected]> wrote:
    >I am working on a 'private messages' page that displays a
    listing of messages
    >sent to the user (like an e-mail inbox). Each message is
    a record in a
    >database. I want to put a checkbox next to each message
    on the page and a
    >button to delete all checked messages. How do I program
    the script to delete
    >each message that is checked?
    Using PHP/MySQL, it's pretty easy. I'm assuming that each
    message has a
    unique id used as a primary key. All you need to do is output
    the
    checkboxes all with the same name attribute, including an
    empty pair of
    square brackets:
    <input type="checkbox" name="d" value="<?php print
    recordset['id'];?>">
    In the script that processes the form submission, use
    something like:
    if(is_array($_POST['d'])){
    $recs=join(',',$_POST['d']);
    $query="DELETE FROM tablename WHERE id IN {$recs)";
    mysql_query($query) or die(mysql_error());
    The above assumes that the primary key mentioned is a numeric
    value and
    the field name is "id".

  • Multiple record update extension issue (felixone

    I just purchased the Multiple Records at Once Extension by
    Felixone. I have put it to good use but have noticed an issue with
    it. PHP MySQL.
    I am using Dreamweaver 8 with the Repeat Region behaviour,
    and the Recordset Navigation Bar, along with the extension to
    update multiple values at once from a recordset.
    If there are more records than can be displayed on the first
    page of navigation. E.g. Showing records 1-10 of 15, when doing a
    multiple table update (in this case changing a single value from 0
    to 1 and vice versa) a MYSQL error comes up. The operation is still
    completed but it doesn't go to the page specified after the update
    in the extension, but stays on the current page with the following
    error at the top:
    You have an error in your SQL syntax. Check the manual that
    corresponds to your MySQL server version for the right syntax to
    use near '' at line 1
    In the mean time, to overcome the issue, I am able to display
    all records on a single page, however once the records build up it
    won't be acceptable to have a potentialy very long list of records
    when I would like to display only 15 at a time.
    Has anyone had any experience of this, and if so would you be
    willing to help me. I have emailed felixone but I need this sorting
    out ASAP.
    Notice I have changed the show results to 5000, as going into
    the repeat region behaviour and saying 'show all' would not do
    anything. It always put it back to ten.

    Thank you Anurag,
    I have already the db created ,
    My question is how best to get the users local time
    availability into the
    database, what is the best method to use, should I use list
    menus, etc, has
    any one had to do this in a project before.
    and then when some one comes to my site i want them to be
    able to compare
    the time stored with the time of the site users country
    locally using an if
    else statement. i am using asp vb and sql server
    regards
    kenny
    "Anurag" <[email protected]> wrote in message
    news:e58mta$kbg$[email protected]..
    > Well basically first you have to collect:
    > a, the users phone number
    > b, the "display times"
    >
    > and store those values in a database - don't even think
    about NOT using
    > one
    >
    > Then you simply check when the page is called whether
    the current time
    > is within the display time...
    >
    > Oh, btw you probably have to think about which time you
    are talking about:
    >
    > the mobile phone owner's local time, the viewer's local
    time, your
    > server time...
    >
    > That should do the trick...
    >
    > Anurag
    >
    >
    >
    > twocans wrote:
    >> hello,
    >> I am looking to give my user a "show my phone
    number" option to show his
    >> mobile phone number online and at selected times by
    that user, I need to
    >> create a page that will allow my user to apply this
    as best and as easy
    >> as
    >> possible, my users are unaversial based. how best
    can I do this, is thre
    >> a
    >> snippet out there that anyone knows that may help. I
    am willing to pay if
    >> any one knows of such suitable code.
    >>
    >> regards
    >>
    >> kenny
    >>
    >>

  • Tabular Form to insert multiple rows at once

    Reading the forum I see I should use a tabular form to create an insert page to create multiple records at once. However is there a way to do this without loading records from the table so it will just be a plain create page?
    Any help is appreciated, thank you

    Hi Marc,
    That tutorial was pretty useful. And I have it somewhat working.
    Right now I have it auto displaying blank rows by default which is good and my collection is being created and everything. However, where I am having the problem now is updating the collection with the values from each field.
    Here is my script I am using:
    declare
    c pls_integer := 0;
    begin
    for c1 in (
    select seq_id from apex_collections
    where collection_name = 'INSERT_BLANK'
    order by seq_id)
    loop
    c := c+1;
    if apex_collection.collection_exists(p_collection_name => 'INSERT_BLANK') then
    for i in 1..apex_application.g_f01.count
    loop
    APEX_COLLECTION.UPDATE_MEMBER(
    p_collection_name => 'INSERT_BLANK',
    p_seq => c1.seq_id,
    p_c001 => nvl(apex_application.g_f01(c),''),
    p_c002 => nvl(apex_application.g_f02(c),''),
    p_c003 => nvl(apex_application.g_f03(c),''),
    p_c004 => nvl(apex_application.g_f04(c),''),
    p_c005 => nvl(apex_application.g_f05(c),''),
    p_c006 => nvl(apex_application.g_f06(c),''),
    p_c007 => nvl(apex_application.g_f07(c),''));
    end loop;
    end if;
    end loop;
    end
    I made a process On Submit Before Computation with this and another one that inserts the data in to the table:
    for i in 1..apex_application.g_f01.count
    loop
    if apex_application.g_f02(i) is not null then
    insert into pinfo_t
    (id,
    name,
    start_date,
    end_date,
    value,
    database_id,
    host_id)
    values
    (apex_application.g_f02(i),
    apex_application.g_f03(i),
    apex_application.g_f04(i),
    apex_application.g_f06(i),
    apex_application.g_f07(i),
    apex_application.g_f08(i),
    apex_application.g_f09(i));
    end if;
    end loop;
    It keeps coming back with "ORA-01403: no data found "
    Any ideas?

  • Update multiple records with update button???

    I was wondering if someone could explain how I can use the developer tool box to update multiple records at once.
    I have a repeat region with a title and a check box if the item is active. I would like to update all records of the table at once. I have see folks state the developer tool box can do this. However I am not sure how..
    I am using php with mysql dreamweaver cs3

    Hi Chris,
    that can be done with first creating an ADDT "dynamic list", means to apply ADDT´s "Dynamic List Wizard" to an empty page -- this list will provide checkboxes for all displayed records, and here´s where you can select the to-be-updated (or deleted) records.
    Besides creating the list, this wizard will also be creating a blank "form" php page in the same directory, which is by default "tied" to the created list -- you´ll just need to open this blank document with DW and apply ADDT´s "Create Dynamic Form Wizard" to it. However, this form will contain all required routines for single and multiple updates, depending on how many records you select in the list.
    Cheers,
    Günter Schenk
    Adobe Community Expert, Dreamweaver

  • Is there a way to format multiple images at once? Change colour mode or resolution?

    Is there a way to format multiple images at once? Change colour mode or resolution?

    It's very easy to make an action.
    Go to window > actions
    In the actions panel, simply click the 'create a new action' button, it starts recording as soon as you've created it (when you've given it a name).
    Now you can apply the changes you want to make to the images on the file you have opened.
    After you've done all you need to do. You click the 'stop' button. The action is now ready to use. And you can apply the changes you made on all the other files.
    Then you can continue how gener7 explained.
    I usually include a save and close command, so that the whole batch doesn't end up opened after running the script.
    But if you do that you have to create a new file, and save it to your computer before you start recording the action, otherwise the save command will be replaced by each file. And you'll end up with one edited file in the end. At least for as far as I know!

  • How can I do a multiple record data merge, but specify that a specific text frame with variable data only merges on the first record?

    I'm doing a multiple record data merge, I have 2 frames both with variable data placed inside.
    I would like to specify that one of the text frames only merges once(first record) and the other frame multiple times for each record in the data file.
    Is it possible?
    I thought that perhaps if I place the text frame that must merge once on the master page, it would work.  But you are not allowed to place variable text on the master and on the document page.
    I'm going to try it through scripting next, but thought that perhaps there is an easier way that I'm not aware of.
    Thanks,
    Suzanne

    Suzanne,
    If you were trying to post a screen shot, you would need to return to the forum and post it using the "camera" icon at the top of the post editing windows.
    I use a plug-in from Em Software called InData. One of the benefits for what I do is there are no individual frames on a page to deal with post-merge. Individual frames are great for simple merges (address labels, post cards, etc.). But I typically do more other types of merges.
    That said, there is a drawback--one needs to come to an understanding of writing expressions that actually parse the incoming data. So in the spice price list example, that looks like:
    It's reasonably easy once one does it a few times. And it can be far more complicated. The above is from Em Software's samples that has been tweaked. The best thing I can recommend would be to download the trial and see for yourself. They are good at responding to specific questions if you get stumped.
    I imagine this all could be scripted somehow in ID. But I have no idea how and the plug-in just lets me keep working.
    Mike

  • How to retrive one table records into another table by multiple records

    how to retrive table X records into another table Y by multiple records (means at once i want display 10 records) in form 6i .
    when i am written cursor it is ftching only one record.But i want to display all records at once.
    Declare
    Cursor cur_name is
    select PROTOCOL_NO,DOCNUM,SUBSETSN,REPEATSN,AESEQ,AETERM from coding_ae WHERE PROTOCOL_NO='KP229';
    Begin
    open cur_name;
    loop
    fetch cur_name into :PROTOCOL_NO,:DOCNUM,:SUBSETSN,:REPEATSN,:AESEQ,:AETERM;
    exit when cur_name%notfound;
    next_record;
    end loop;
    close cur_name;
    End;

    Hi,
    Make sure the cursor is in the detailed block. For that use 8GO_BLOCK* built-in. So the code will be
    Declare
    Cursor cur_name is
    select PROTOCOL_NO,DOCNUM,SUBSETSN,REPEATSN,AESEQ,AETERM from coding_ae;
    Begin
    GO_BLOCK('<detailed_block_name>');
    open cur_name;
    loop
    fetch cur_name into :PROTOCOL_NO,:DOCNUM,:SUBSETSN,:REPEATSN,:AESEQ,:AETERM;
    exit when cur_name%notfound;
    next_record;
    end loop;
    close cur_name;
    End;Regards,
    Manu.
    If my response or the response of another was helpful or Correct, please mark it accordingly

  • Multiple record data merge into paragraph styles-applies the wrong style

    Hi, I've been working on this project for sometime and everytime I manage to get one part of the workflow to work another seems to break. My agency publishes catalogs in multiple formats: large-print, audio, braille, and HTML. I've been trying to redesing our work process so that the catalogs will be laid out from merged data out of comma-separated file. The data merges have worked fairly well in Word, but InDesign is a challenge. I'm merging multiple records on a page, like a mailing label. The paragraphs need to be formatted and I'm trying to apply a paragraph style to them. After much work, I think I've finally got the data merge to work correctly, but the wrong paragraph styles are applied. I'm going to apply a new master page to the data once the data is merge that uses the paragraph styles for text variable running headers and I need to build a table of contents based on the paragraph styles so I need this to work. Attached are some screenshots.
    Master page set up for data merge with paragraph styles:
    Here is the merged document with the wrong paragraph styles applied:
    I have only a few weeks to get this process ironed out to keep to our rigorous production schedule. If anyone can help I would really appreciate it.
    thanks,
    Lina

    I don't remember this happening in past versions. But I mainly use XML. And a quicky test converting your file to XML worked fine (and besides, it ends up all in continuous text frames...).
    I don't do much GREP. But you can do this via a Find/Replace.
    First, in your main document, you can delete the tags--but do this on a second copy of your working file!
    Change your Content Placement options to not remove blank lines (these are in the Datamerge panel).
    Then after the merge, change the format of the two blank lines at the beginning of the records without the two lines of data:
    Note the Change Format style is changing those two paragraphs to Title.
    Then rerun the find to remove the two blank paragraphs.
    I suspect this can be done easier. I am sitting awaiting an appointment and cannot go much further than this for now, sorry.

  • ESS Tax Declaration Multiple Records Restriction

    Hi,
    My client wants to restrict the tax declaration records to only one record.
    ex: as an employee if i want to declare HRA amount, then thru ESS, under compensation & benefits, i should be able to create only one record.
    presently employee am able to create multiple records for the same component & send for approval to my manager which requires a lot of time to go thru all of them.
    please suggest a solution for it...
    rgrds,
    ravi

    Thanks Mithun,
    Actual problem is:
    approver is able to see the same record for tax declaration type for the same employee, twice.
    ex: if the declare HRA once thru my portal, then my approver is able to see the record twice.
    Please let me know if we can restrict this to one record..
    Thanks & Regards,
    Ravi

  • Indesign Cs4 Multiple record data merge

    I am trying to create a response card.
    The sizing is such that they lie three on a letter sized page, and fit into Number 9 envelopes.  I've
    data merged onto the one page (so three target/data boxes in each of the response cards) but when i select expo
    rt and multiple records it doesnt work right.  It generates three on a page of all the same
    record, and then a page of three for each record.  i need each record only once and i'd like to print them three to a page and then cut them.
    advice?  i am not very advanced with indesign, so specific steps would be much appreciated.
    is there a way to print if i make just one card?  it seems you can only do 2 or 4 to a page, not three

    You set your fields three times on the page right?, delete instances 2 & 3.
    Repeat - Set the first instance of all your design, eliminate everything else.
    From the Create Merged Document panel, select "Multiple Fields" in Records per Document and adjust spacing on the Multiple Record Layout tab. (Hint, turn on preview)

  • Adding Multiple Records with Express

    Hello All,
    We have a CRUD application written in Express 2.0 that allows users to
    enter part numbers and associated information. Our part numbers are
    structured as a prefix, alpha, suffix and 'M' or 'P' number variations :
    1 AB 2 P3 for example. We have provided functionality to allow the
    user to enter multiple P or M variations all at once, say 1 AB 2 P1 thru
    P100,
    using a dialog box where they enter the starting number, ending number
    and step.
    The problem comes in the AddRecordsToSave method.
    This method correctly builds the array of BusinessClass needed to be
    passed to the Save method, however, the Save method adds only the
    initial record (the one from the original Express data entry screen)
    to the database.
    I have traced the problem to the BusinessClient.Update method called
    from
    Save. I believe I am missing some query information that should be
    built into
    AddRecordsToSave, but I am completely unsure of how to provide this.
    As you can see in the attached code, we are using the LogAttr method to
    post
    changes. Apparently this is not enough. What am I missing here?
    The InstanceStatus key of the added records is set to ST_EMPTY by
    default....
    I have tried forcing this to ST_UPDATE, only to receive an error that it
    should
    be ST_EMPTY......?? I am confused. If anyone can shed some light on this
    for me,
    I would appreciate it. Thanks for any help.
    Scott Guman E-mail: [email protected]
    IRM Analyst II Phone: (610) 709-2144
    Mack Trucks, Inc. Fax: (610) 709-4713
    Allentown, PA 18105

    Hi There,
    If attr is not specified in your LogAttr() call, the
    BusinessClass
    will be put in the update state but not attributes will
    be logged.
    That may be the reason why only the displayed record(
    fetched from
    the DB ) is getting logged, but not the new records.
    I think you should use ATTR_SIMPLE with LogAttr. This
    will cause
    all the attributes to be logged and a proper query to
    be built
    to insert the newly created record. I am no Express
    Guru,
    but it works fine for me. Also, try not to modify
    InstanceStatus directly.
    Sometimes it might lead to inconsistencies. The online
    help
    The Add Records to Save example really helps.
    Good luck!
    Ajith Kallambella. M.
    Forte Systems Engineer,
    International Business Corporation
    -----Original Message-----
    From: Scott Guman [SMTP:[email protected]]
    Sent: Wednesday, September 16, 1998 9:34 AM
    To: 'Forte Users'
    Subject: Adding Multiple Records with Express
    Hello All,
    We have a CRUD application written in Express 2.0 that
    allows users to
    enter part numbers and associated information. Our
    part numbers are
    structured as a prefix, alpha, suffix and 'M' or 'P'
    number variations :
    1 AB 2 P3 for example. We have provided functionality
    to allow the
    user to enter multiple P or M variations all at once,
    say 1 AB 2 P1 thru
    P100,
    using a dialog box where they enter the starting
    number, ending number
    and step.
    The problem comes in the AddRecordsToSave method.
    This method correctly builds the array of BusinessClass
    needed to be
    passed to the Save method, however, the Save method
    adds only the
    initial record (the one from the original Express
    data entry screen)
    to the database.
    I have traced the problem to the BusinessClient.Update
    method called
    from
    Save. I believe I am missing some query information
    that should be
    built into
    AddRecordsToSave, but I am completely unsure of how to
    provide this.
    As you can see in the attached code, we are using the
    LogAttr method to
    post
    changes. Apparently this is not enough. What am I
    missing here?
    The InstanceStatus key of the added records is set to
    ST_EMPTY by
    default....
    I have tried forcing this to ST_UPDATE, only to receive
    an error that it
    should
    be ST_EMPTY......?? I am confused. If anyone can shed
    some light on this
    for me,
    I would appreciate it. Thanks for any help.
    Scott Guman E-mail:
    [email protected]
    IRM Analyst II Phone: (610) 709-2144
    Mack Trucks, Inc. Fax: (610) 709-4713
    Allentown, PA 18105
    << File: AddRecordsToSave.txt >>
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

  • Multiple Records to RFC !

    Hi,
    Our scenario --> JBDC -- XI -- RFC.
    1) Here Sender JDBC Selects the multiple records from the Oracle DB.
    2) These bunch of records are sent to the RFC for processing and reponse messages are expected.
    3) But while in production  due to huge amount of records from the Oracle Database the RFC takes more time to reponse back.
    Now is it a pass each record once into RFC to process to make the response back soon.
    So each and every record has to be passed one after the other.
    Can any one say how RFC is gettings executed if it sent as set of file (0.. unbound)
    any views for incresing the performance. because we suspect for time out problems
    thxs in advance
    rgds
    srini

    Hi
    Thanks for reply.
    Is there any way where in can process each record of Outbound Interface.
    Ex  Order
             1a)Key01
             2a) Item01
             3a) Item02
             1b)Key02
             2b) Item01
             3b) Item02
    Above is the Outbound Interface structure after Select done by Sender JBDC.
    Now instead of sending entire records of 1a and 1b into (0 .. unbound) of my RFC import.
    Can first pass 1a to RFC process it for response and then sent 1b.??
    thx
    rgds
    srini

  • Multiple record insert query

    I realise that this is probably a simple question and I'm just looking for some general pointers. I've already looked through these forums and on the web so don't all jump down my throat at once!
    If I want to insert multiple records into a Mysql database/table, can I do it through Dreamweaver Insert Record function and using a repeat region, or can multiple inserts only be done through programming the PHP/Mysql side of things?
    I need to insert a row for each player in a football match, and need to input starting 11, subs, man of the match etc with checkboxes, so have binded the checkboxes to the table and would like to use a repeat region if this is poss? Or will I have to insert a separate row of checkboxes for each player?
    Any advice much appreciated
    Cheers all
    Bez

    I figured out the method to insert record with auto increment primary key. I listed the code block below:
    char m_SeqNamePositions[32] = "MyPositions";
    DbSequence *m_pSeqPositions;
    m_pDBPositions = new Db(NULL, 0);
              m_pDBPositions->open(NULL, pszFileName, szFileName, DB_BTREE, DB_CREATE, 0);          // 无数据文件
              m_pSeqPositions = new DbSequence(m_pDBPositions, 0);
              Dbt key((void *)m_SeqNamePositions, (u_int32_t)strlen(m_SeqNamePositions));
              m_pSeqPositions->open(NULL, &key, DB_CREATE);
    db_seq_t SeqNum;
         m_pSeqPositions->get(0, 1, &SeqNum, 0);
         Dbt key((void *)&SeqNum, (u_int32_t)sizeof(SeqNum));
         Dbt data(pRecord, sizeof(*pRecord));
         return m_pDBPositions->put(NULL, &key, &data, DB_NOOVERWRITE);
    m_pSeqPositions->close(0);
              m_pDBPositions->close(0);
    delete m_pSeqPositions;
    delete m_pDBPositions;
              m_pDBPositions = NULL;

Maybe you are looking for

  • Function to convert number to word format.

    Dear Friends, Could you please help me with a code that will take 'sum of all values of a column' as input parameter & return its value in word format. Number can be negative , it can/can't contain digits after decimal. i have two ways but it won't w

  • How to download  file with Save As dialog

    I am trying to download files with a Save As dialog, according to Jason Hunter's instructions in Jave Enterprise Best Practices. String filename = "content.txt"; // set the headers res.setContentType( "application/x-download" ); res.setHeader( "Conte

  • R12 plsql web toolkit disabled - what are the alternatives?

    We have developed a fair amount of add-on applications in our e-business suite using the plsql web toolkit (htp). This functionality has been disbaled in R12. My question to Oracle, "What is the work around for using applications we developed in 11i

  • Having problems with and advanced form to Mail PHP app in Dreamweaver

    Hello, I would like to start off by saying i am horrible when it comes to php of any kind so i use an attachment for my forms call Advanced from to Mail PHP in dreameaver for connecting my site to my email contact for user data. I have had this probl

  • IPod Touch 2 gen (16 GB) will not update

    My iPod Touch will not update to version 3. iTunes stops in the middle of the process of downloading the update file, and tells me the network connection has been reset. I have also tried restoring it, but the same thing happened and now the iPod wil