Auto create View/Edit/Delete cfm pages for databsae records? Anyone remember CF Studio?

Anyone use Recordmaster wizard from back in the CF Studio
days?? Sometimes I really miss it! Is there anything comparable
available today for the current toolset (CFeclipse or Dreamweaver)?
RecordMaster was a little automated wizard thing that you could
just point to a DSN and a table, and it would build a nifty set of
basic pages to do admin stuff, namely view, add, edit and delete
records. Very good start to build quick and dirty admin pages, and
super easy.
There was even a little built in Studio wizard that would
generate record view/edit/delete pages. All just basic cfm, no
cfc's.
Anyhing? I've got to build some admin type pages here on a
table with lots of fields and don't want to do it all from scratch.
If I can't find anything, I may search my CD archives for an old
version of Studio just to use RecordMaster! What do others use for
fast creation of database record admin pages???
-Jeff

Not exactly what you are looking for, but take a look at
reactor (
http://www.alagad.com/go/products-and-projects/reactor-for-coldfusion).
It will create a database abstration layer on-the-fly for simple
CRUD operations. A similar solution would be Illudium PU-36 (
http://cfcgenerator.riaforge.org/).
Similar concept to reactor, but used for one-time
generation.

Similar Messages

  • How to view/edit/delete the user created profile in oracle 9i? Very Urgent

    Friends,
    I logged in as system in oracle 9i.
    SQL> create profile testpro limit
    2 idle_time 1;
    Profile created.
    SQL> alter user scott profile testpro;
    User altered.
    Then i logged in to sqlplusw as a scott user.
    and i waited for 10 mins after that.
    sql> select * from cat;
    its working......
    how come? i have already set a idle time to 1 minute.
    Please correct me if im wrong.
    Also, how can i view/edit/delete the user created profile.
    Thanks & Regards
    Sathyguy
    Message was edited by:
    sathyguy

    The resource limits set for a profile are enforced only when you enable resource limitation for the database.
    Enabling and Disabling Resource Limits While the Database is Open
    ALTER SYSTEM SET RESOURCE_LIMIT = TRUE;
    http://download-west.oracle.com/docs/cd/B10501_01/server.920/a96521/users.htm#15451
    Manu

  • Single Item drop down (View, Edit, Delete, Alert) on Companyweb List (2003)

    We had a user delete an old list that was created by a previous technician. I recreated the list as best I could but I noticed the previous one had a drop down on the first column and I don't see that anymore. The drop down had (View, Edit, Delete, Alert)
    each item in the first column would have this.

    Kris,
    Go to "Modify settings and columns" 
    select the column named "Title (linked to item with edit menu)" and rank it as first column
    like below
     You will get (View, Edit, Delete, Alert)
    Please 'propose as answer' if it helped you, also 'vote helpful' if you like this reply.

  • Edit The Logon Page for anonymous user

    HIII frnds.
    I am working on concept of anonymous user. For this I have created a Anon user group and it is working succesfully . Now i have to design a  Logon page for this group of users.
    Pls anybody help me out , becoz i have no idea that  how to edit a logon page for a particular user .
    Thanks in advance
    regards,
    Mayank Saxena

    Hi
    The portal provides a form of anonymous logon with u2018namedu2019 anonymous users. Named anonymous users are users that exist either in the user data store or as service users. You configure the names of these users in the UME properties. These users are automatically assigned to the group Anonymous Users. You can assign roles containing anonymous content to the users individually or to the group Anonymous Users.
    Here is the reference link request you to go tru:
    http://help.sap.com/erp2005_ehp_03/helpdata/EN/cd/1aad4abcb98c4597f9e395a6b62f43/frameset.htm
    Here is the link for Configuring Anonymous Logon with Named Anonymous Users:
    http://help.sap.com/erp2005_ehp_03/helpdata/EN/cd/1aad4abcb98c4597f9e395a6b62f43/frameset.htm
    Rajnikanth

  • Creating a soft return in Pages for iPad

    I would really like to create a space between numbered items in Pages but I can't figure out how to do it.  Does anyone know how to create a soft return in Pages for iPad.

    daisybrain2663 wrote:
    Why isn't that in the help topics for Pages?  Frustrating.
    I guess that we could ask that question about a few different things Apple related.
    I'm glad that you got the hang of it.

  • Creating automatic sequential lists in Pages for iOS

    Maybe I'm crazy, but I am having difficulties with creating lists that work in Pages for iOS.
    I am a teacher, and I have been trying to use my iPad in the classroom more.  I have been trying to make simple multiple-choice review quizzes using Pages.
    It seems that when I create a new list, the numbering works fine. 1, 2, 3,... No problems. When I try to add an indent with A, B, C,...etc., the number I had completely reverts to the 1. It doesn't continue to keep the sequence. And I have no control over what number comes next like on the desktop version.  Am I doing something wrong, or is this a bug?
    Thanks.

    Tables in Pages are actually spreadsheets and would appear to be your best choice.
    To create a sequence of numbers input two, one after the other in adjacent cells, select both and pull down the small white dot in the bottom right corner of the selection. This will generate a continuing sequence. It is quite clever and works for all sorts of number patterns, days of the week, months, years etc.
    The spreadsheet can calculate your VAT etc.
    If you don't want them in a spreadsheet you can export them as text.
    Peter

  • Thank you. Save or print this page for your records. We'll also send you an email confirmation. Case ID: 421912520 You have chosen to call Apple later. When you're ready, call the phone number below during business hours and refer to your Case ID for fas

    Thank you.
    Save or print this page for your records. We'll also send you an email confirmation.
    Case ID: 421912520
    You have chosen to call Apple later. When you're ready, call the phone number below during business hours and refer to your Case ID for faster support.
    1-800-MY-IPHONE
    6:00 a.m. to 11:00 p.m. Central
    iPhone
    Restore or update not working as expected
    You can review this case in the Cases & Repairs section.
    Additional Resources
    Return to Apple Support home.
    Visit your Support Profile.
    Create another support request.
    Your contact information
    Onechai John
    <Email Edited by Host>

    They already have your number and/or email address and maybe have sold it several times already to others as well. They also use number generators - software that will automatically create them - some work and some don't, they don't care, they send out millions and a few will fall for it and send them money. The only way to "hide" would be to change both and your password, but then it would happen again at some point.

  • Create id, update id with date for each record

    Hi,
    Please give me brief idea or document for this concept:
    I need create id, create date, update id, update date for each record inserted or updated in database (in few tables).
    1) how user id can be obtained?
    2) Is it better if i use views instead of tables for this?
    3) is it possible for each record?
    Please show me complete scenario. a piece of code can also be helpful.
    thanx in advance.

    only.ashish99 wrote:
    Hi,
    Please give me brief idea or document for this concept:
    I need create id, create date, update id, update date for each record inserted or updated in database (in few tables).
    1) how user id can be obtained?SELECT
    2) Is it better if i use views instead of tables for this?It depends.
    post EXPLAIN PLAN for both.
    3) is it possible for each record?yes
    How do I ask a question on the forums?
    SQL and PL/SQL FAQ

  • How can I turn off "html editing view" in an html page for forwarding?

    Thunderbird 31. When I select a page to "forward" it is displayed with all the html containers showing an red boxes, containing the text and image elements. Can I set up the page display for forwarding to give me a normal view of an htlm page, as it would look in an Inbox?

    use a screen recorder to make a video of your animation
    use a video to gif convertor like this http://www.video-gif-converter.com/

  • Can Auto create bookmark when insert a page?

    I know that when I combine multiple PDF file, bookmarks will be automatically created with the file names. However, when I insert page into this combined document, the bookmarks did not auto create. Similarly when I delete a page from this document, the bookmark did not get updated also,
    Did I miss out some steps or even version X also does not have this ability?

    See also:
    *Add Bookmark Here 2: https://addons.mozilla.org/firefox/addon/add-bookmark-here-2/
    You can open the Bookmarks sidebar to make it easier to drag a bookmark to a specific folder.
    *You can toggle the Bookmarks sidebar on/off via "View > Sidebar > Bookmarks" or "Ctrl+B" (Command+B on Mac)
    You can also find a button in the Customize window to toggle the bookmarks sidebar.
    *Firefox menu button > Options > Toolbar Layout
    *View > Toolbars > Customize

  • To view reports in new page for each cutomer using Report Designer

    HI all
    I have a requirement to view the data (key figures) for each customer in a new page.
    I have created the same using the Report Designer tool.
    Now there is setting for this Group Header 'Customer' i have selected the option 'repeat group header on each page'
    still the query when generated, gives fine results for certain cases but not for all.
    like it will show the each customers in a fresh page for some pages , then in midst there would some 2-3 customers in the same page.
    There is no relation between these customers , they are same as the other customers, no difference at all.then i am not able to figure out the reason why it is behaving so odd.
    Thanks
    Ramesh

    Ramesh,
    right now there really is no way to solve what you are looking for.  There partial solutions, but you will not be able to force a page break in a dynamic report.
    Here is what I have faced, and what I have come up with so far:
    I have a series of reports that have the same column heading, but spread over 5 pages in a fixed structure.  I need to be able to re-use the header and the general report design with 6 reports.  Here is my solution:
    1. Create an outline of the report.  I did all the formatting by creating a report section for each page.  You can force page breaks between the pages.  Upgrade to patch 1502 (came out last week) and you will see some new functionality (such as fit to page, page numbers, etc).
    2. Insert all you page breaks and do all the formatting.
    3. Insert an infoprovider.  Once in, you can just drag and drop the key figure cells into your formatted report.
    4. Create additional modification for formatting as needed.
    This fixes my problem (for now), but I had to do a lot of work to come up with this.  Also, the latest patch (1501 and 1502) has created an issue for me - there is a null exception when I try to use a variable or a filter value in the report body - I can't save the report.  I have an OSS message out, but our BASIS guys are going to be taking the lead on troubleshooting this.
    The reason that you are seeing some customers on the new pages is probably because of "how the cookie falls" - they just fit that way.
    I am trying to be positive and overcome the limitations that are in place right now. If my technical issue is solved, I would recommend upgrading to the new patch (1403 is the latest stable one in my opinion)
    good luck
    Pavel

  • Can we edit simultaneously in Pages for iCloud and Pages for OS X?

    I know that it's possible for multiple users to edit a document in Pages for iCloud (beta). But what happens if one user is using Pages for iCloud, and another person is editing the same document in Pages for OS X? Will the changes be updated in real time? Is there a danger of creating two different documents, as sometimes happens in Dropbox?
    I ask because Pages for Mac still offers more features and tools than Pages for iCloud. So some users may be able to work in the iCloud version, but at least one of wants to use the OS X version to make the final graphic tweaks and edits. Is this possible, or are we asking for trouble by using two different editions of Pages?

    Well... it looks like you were right. While Pages for iCloud theoretically supports simultaneous editing, in actual practice it's very difficult. There's no way to add comments or chat (as Google Docs allows), so it's hard to discuss what each of us is doing. And certain UI elements work differently in the OS X vs. iCloud versions, so results can be unpredictable.
    iWork for iCloud will only succeed when all versions of the iCloud apps (OS X, iOS and iCloud) are 100% compatible with each other. Fingers crossed.

  • HT204364 I'm creating a 'book' from an album in iPhoto.  I have downloaded the latest version.  However, I have selected a certain book i.e. wire bound, 19 page and when I'm creating it, it indicates 33 pages for one, and 42 pages for another.  How can I

    I'm creating a book from an album in iPhoto.  I have downloaded the latest version of iPhoto.  When I choose a book, i.e. wirebound, 19-20 page book, it shows a 42 page book when I am populating the pictures in the book I've selected.  Is that because I have more pictures in the album? 
    In any case, I can't seem to manipulate/choose the number of pages I want.  How can I stick with the 20 page book I want?
    Thanks.

    You can not select the "number of pages" - you select the photos and the page layours and the number of pages comes form that - with Autoflow iPhoto uses random page layouts so the number of pages is rando=m
    You can change layouts to include more photos, move photos to the pages with no empty photos frames and then delete the pages at the end after the photos are used elsewhere
    LN

  • Bapi or FM to create,change and delete Contact persons for vendors

    Dear Experts,
    We are replicating the Contact persons details from SUS(SRM) to ECC, When a Contact person is create,changed or deleted the data should be replicated in ECC. We are doing custom development to do this, I need to know is there any function module or Bapi which I can use to create , change or delete the contacts persons for a vendor.
    I tried using BAPI_ADDRESSCONTPART_CHANGE, BAPI_ADDRESSORG_SAVEREPLICA for changing but its doesn't covers few fields like time zone etc. For deletion I tried  WY_KNVK_SINGLE_DEL_FROM_BUFFER its too not helping me .
    Please let me know is there any bapi or fm to do these process or we can go for BDC.
    Thanks & regards,
    Santhosh.R

    Hi Santosh,
    Can you please tell me what Business Scenario is asking you to consider the Time Zones .
    If you know the Customer Number you can very well get the country and there are various FM's to get the time zone based on a country .
    Now Call the FM (as wrote by you ) based on the TIme Zone condition,
    Please enlighten me if i am incorrect.
    Thanks
    Sri

  • Edit an index page for a scanned OCR document

    We have documents that we will either scan or have sent to us in scanned PDF format.
    What we need to do is reorder the pages, apply OCR to these documents, fix up the OCR, generate an index page for the document, then trim down the generated index to just the topics of interest and merge together items that are synonyms or otherwise related phrases for the same topics in the index.
    Acrobat Pro seems to do most of this, except for generating and editing the index page.
    Which Adobe tools will we need for this job please?

    A set of pages, usually found near the end of a book that list "important" concepts found in the book along with the page numbers where these concepts are mentioned.
    Spontaneous human combustion ... p234, p1056, all of chapter 26
    Only in a PDF these should be links not just to the page but the place on the page where the concept is mentioned.
    So the work flow would be:
    Scan document.
    Run OCR.
    Fix the OCR.
    Extract Text and generate automatic Index page.
    Trim down the words listed in the Index page and glue it to the document.

Maybe you are looking for

  • Configure BOBJ (INFOVIEW & CMC) in FIREFOX

    HI ALL,         can any one suggest us to Configure the Business objects xi3.1 (Infoview & CmcApp browser) settings in Firefox . Details OS - Hp UX B 11.31 BO server -XI 3.1 SP2 FP 2.8 Webserver-Tomcat Database -Oracle 10g 2CPU info: 2 Intel Itanium

  • WNM Not Authenticated

    I am trying to setup WDS and have on an access point and get the message that the WNM is not Authenticated. On the ACS Server it appears that both the AP and WLSE have passed authentication, any ideas?

  • HP 6500 Uninstall/​Install Problems

    Well, I've toiled for 4 hours trying to re-install my hp 6500 that suddenly stopped working from my desktop (wired tcp).  I ended up downloading the CD and running it but alas it fails every time.  Usually when it tries to "discover" the network it h

  • Bt Wifi on more than 1 device

    Hi Can the BT Wifi/Fon app be used on more than 1 device at the same time with the same log in details? I cannot see anything in the terms and conditions where it cannot be used. Solved! Go to Solution.

  • I want to make a complaint but how? Cant find an address to write to?

    I'm extremly annoyed: purchased a 13" mac book pro on 13/11/13 for my teenage sons birthday and christmas present, on 29/11/13 he couldnt start the mac book up. We took it to our nearest apple store & saw an apple genius, we left it with them for 2 h