Automator Help - Need script to send text to an existing document

Hi,
Automator Newbie Alert. I need help with a basic automator script. I would like to highlight some text, right click and send to an existing document. Adding the text on a new line. Is this possible?
Thanks

Sorry, I agree. It will update Style Library and other out of the box ones. Include the library titles in a collection and run the update against them provided these libraries are common across all sites. If not, you will have to first get an extract of
all such libraries in all sites say in a CSV file and then update the script below to refer to the CSV records.
Add-PSSnapin "Microsoft.SharePoint.PowerShell" -ErrorAction Stop;
#List of Libraries to be updated.
$Libraries = @("Shared Documents","My Document Library");
$spAssgn = Start-SPAssignment;
$site = Get-SPSite http://site -AssignmentCollection $spAssgn
#Walk through each site in the site collection
$site | Get-SPWeb -Limit ALL -AssignmentCollection $spAssgn |
ForEach-Object {
#Enumerate through all document libraries
$_.Lists|Where{$_.BaseTemplate -eq "DocumentLibrary" -and $Libraries -contains $_.Title}|Foreach-Object{
#Get the list in this site
$list = $_;
#Create a version each time you edit an item in this list (lists)
#Create major versions (document libraries)
$list.EnableVersioning = $true
#Create major and minor (draft) versions (document libraries only)
$list.EnableMinorVersions = $true
#Keep the following number of versions (lists)
#Keep the following number of major versions (document libraries)
$list.MajorVersionLimit = 7
#Keep drafts for the following number of approved versions (lists)
#Keep drafts for the following number of major versions (document libraries)
$list.MajorWithMinorVersionsLimit = 5
#Update the list
$list.Update()
Stop-SPAssignment $spAssgn;
This post is my own opinion and does not necessarily reflect the opinion or view of Slalom.

Similar Messages

  • Help needed in formating the text using HTML tags in reports 10g

    Hi all,
    I have a situation here. We have an application which prints out Reports with a few lines of text in it. This text is entered by the user through our forms application in a field. That particular text is stored in each row of a particular long column. Here I want to modify the text, while printing, on the report like underline, bold, italics etc,.
    As of now I am using the HTML tags, in the forms, to do so as most the times the text in the report is same.
    I want to know if this can be done by the user itself while he is entering the data in the field through the form.
    Thanks in advance . I will explain you more clearly if you need.

    Hi,
    The code did work. But I am not sucessfully able to display the values entered in 2nd page in the 3rd page.Please find the code below:
    <html>
    <head>
    <script language="LiveScript">
    function WinOpen() {
    if (document.form1.cap.value == "")
    alert("Enter value in text box");
    return;
    msg=open("","DisplayWindow","toolbar=no,directories=no,menubar=no, scrollbars=yes");
    msg.document.write("<HTML><HEAD><TITLE>Yo!</TITLE></HEAD>");
    msg.document.write("<CENTER><h1><B>This is really cool!</B></h1></CENTER>");
    msg.document.write('<BODY><form name="form2">');
    for(var i =0; i < document.form1.cap.value; i++)
    msg.document.write("<INPUT type=text name=tbAlphaNumeric>");
    msg.document.write("<br>");
    msg.document.write('<input type="button" name="Button2" value="Steal" onClick="javascript:window.opener.WinShow();">');
    msg.document.write('</form></BODY></HTML>');
    function WinShow() {
    msg=open("","DisplayWindow","toolbar=no,directories=no,menubar=no, scrollbars=yes");
    msg.document.write("<HTML><HEAD><TITLE>Great!</TITLE></HEAD>");
    msg.document.write("<CENTER><h1><B>Display of second page text elements!</B></h1></CENTER>");
    msg.document.write('<BODY><form name="form3">');
    for(var j =0; j < document.form1.cap.value; j++)
    msg.document.write(document.form2.tbAlphaNumeric[j].value);
    msg.document.write("<br>");
    msg.document.write('</form></BODY></HTML>');
    </script>
    </head>
    <body>
    <form name="form1">
    <INPUT type= "text" name=cap>
    <input type="button" name="Button1" value="Push me" onClick="WinOpen()">
    </form>
    </body>
    </html>

  • Help - Need to save group text - story of daughter's life

    Hello and thank you in advance.  This may be a very dumb question, but I can't seem to find an easy solution in the research I have done.
    I have used a group text since the birth of my daughter to update family members on her life.  This group text is now basically the story of her life with pictures, things she has done, funny things she has said... I don't want to lose any of that.  However, my iPhone 4S 64G is now maxed on storage due to this group text.  I need to save this somehow, but don't know how to go about it.  I have backed up my phone many times, but now that I need to delete the text to gain storage capacity.  I don't want it to override the backup next time with the deletion.  I need to keep the history.
    Any suggestions on how I can go about that?
    I have purchased a program called DiskAid, but have not had time to see if it will suit my needs.
    Thank you,
    A mommy desperately in need of help!

    Hi Maggie,
    I would try the software decipher text message. It will let you save your text messages to your computer so that you can safely archive all the sms conversations between you and your family. 

  • I need to highlight selected text in a pdf document

    I need to highlight selected text in a pdf document

    Looks like that the document is protected.
    Why did you post this in the forum for Feature Requests?

  • Help needed to validate a text field

    I'm using Acrobat X1 Pro and Live Cycle Designer ES4
    I have a numeric text field to capture a blank or 14 digit number.
    The display pattern is: null{}|num{zzzzzzzzzzzzzz}
    The edit pattern is: null{}|num{zzzzzzzzzzzzzz}
    The validation pattern is:
    The data pattern id : null{}|num{zzzzzzzzzzzzzz}
    I'm trying to make test that the user:
    only enters numbers
    enters nothing or a 14 digit number.
    Display an error message and set focus back on the field for wrong entries.
    This is the code:
    topmostSubform.Page1.AU01::exit - (JavaScript, client)
    // Test AU number format
    var re = /^[0-9]{14}$/
    //Allow blank space in field
    if (event.value !="") {
      if (re.test(event.value) == false) {
        app.alert ({
           cTitle: "Incorrect AU Format",
           cMsg: "Enter a valid 14-digit AU number."
         getField("AU01").setFocus);
    I get the error message when I exit the field regardless of what is in the field. And the set focus does not seem to work.
    I can program in VBA but find Javascript challenging. What good reference books can you recommend?
    May thanks.
    Brian Dunkin

    Hi,
    With the first issue: having the dropdown and the first textfield displaying the same value, the easy solution is to use Global Binding.
    Make sure that the dropdown and the first textfield have the same name in the hierarchy.
    The select one of them and in the Object > Binding palette, set the binding to Global.
    In the dropdown go to the Object > Binding palette and make sure that "Specify values" is NOT ticked.
    It is probably a good idea to set the textfield to read only, in the Object > Value palette. This would prevent the user overwriting the value set by the dropdown.
    No script required. Whatever is in the dropdpwn will appear in the textfield.
    The second issue needs a small script in the calculate event of the second textfield. This looks at the value in the first textfield (TextField1) and sets its own value. This is JavaScript:
    if (TextField1.rawValue == "Option B")
         this.rawValue = "Specific text";
    else
         this.rawValue = null;
    There are some examples here: http://assure.ly/jtTkdO, http://assure.ly/fYCuQ2.
    Hope that helps,
    Niall

  • Need script to force text entry

    I have
    a form that I need to require that two text fields be
    user entered before they click my email send button. I am
    not using a submit buttun. Is there a script that I can use to stop them if they do not enter some text in those two fields?

    Set the fields that you want to force to be filled as User Entered Required (on theObject/Value tab under the TYpe dropdown). This makes the fields required. Now modify the code on your email button to do this:
    if (form1.execValidate() == true){
         var oDoc = event.target;
          oDoc.mailDoc()
    } else {
          app.alert("There are mandatory fields not field yet!")
         app.runtimeHighlight = true;
    Where form1 is the root node (in the hierarchy of your form). In the else portion I put a message box there just to show you how it works. Note that the product will generate a default message as well. The app.runtimeHighlight will turn on the field highlighting and will mark and required field in a red border.
    Paul

  • Help: need to insert body text in e-mail of remittance advice

    Hi all,
    I am sending remittance advices via the standard output program RFFOAVIS and want to include body text in the e-mail which is sent.
    There is an OSS note for dunning (I know it's a different process) which mentions creating a text with text ID = 'FIKO' in transaction SO10 and then setting the field  c_finaa-namep to the name of the custom text inside a function linked to the dunning business transaction. Can't find anything informative on OSS about body text for Remittances.
    I have created a custom function linked to process 00002040 in transaction FIBF and changed the value of c_finaa to refer to custom text  . I was able to change the recipient e-mail address inside this function (ie. the function is being called successfully) and the remittance itself is correctly output as an attachment but nothing comes out in the body text.
    Can anyone out there help ? Any other field which one needs to change to include body text ?
    Regards,
    Gabriel

    Hi,
    do you mind share with me how did you implement the Automatic email of remittnance advice to vendor after payment run?
    I am in process research this solution. appreaciate if you can share with me if you have any info.
    +91 9791122480
    Thanks in advance.
    regards
    v.krishnamoorthy

  • Help Need on SOAP (Sender) to RFC Scenario(Synchronous Communication)

    Hi All
    I have a requirement of <b>SOAP(Sender) to RFC</b> scenario(Syncronous Communication).  The scenaio goes like this........
    I have a web service through which I have to create a SAP Notification in SAP system and the Notification ID created and other details have to be returned back to the webservice from the BAPI.  I have identified the relevant BAPI for the scenario.
    I have a wsdl file which I have uploaded it.  What are the next steps to be done?
    Please let me know what all(e.g., Data types, Message Types, Message Interface)  I have to create in Integration Repository and what all configurations I have to make in Integraion Directory.
    FYI, I have a gone through a list of Blogs, but didn't get enough info.
    Please help me out in providing your valuable answers.
    Thanks,
    Vijay
    P.S. Rewards points are sure .....

    Hi Vijay,
       If at all you have uploded wsdl file for the webservice you no need to create data types for the same even for the same as RFC also.
         Create message mapping and drag the wsdl file which you have imported as External Definiations and there you will be having request and response parameters..Do the mapping accordingly(according to your requirement).
    Mapping like:
        Wsdl(Request)---->RFC (Input parametrs)
        RFC (out parameters)------>wsdl(Response)
    Create message interface with Synchronous for outbound
        No need of DT,MT if at all if you import the wsdl file.
       Hope i am clear.
      Please let me know if you have any queries..!
      Thanks and Regards,
      Chandu.
    null
    null

  • Need script that replace text...

    hello. I would like a script that prompts to input a body of text, and then replace all text on a layer with the entered text, preserving fonts, sizes, positions.. everything. If inputed text is to many letters, it chops off the exchange. If too little letters, it repeats.
    Would be greatful for help.

    Ahh, I should have warned that the script didn't have any kind of error checking...
    As you've found, if there isn't a second text item on any like, the script will choke.
    It's relatively easy to work around - just wrap that part of the script in a 'try' block.
    This revised version shows that, and takes care of creating the new files in a different directory on the desktop:
    <pre class=command>on open theFiles
    repeat with eachFile in theFiles -- loop through the files
    set eachFile to eachFile as alias -- coerce each item to an alias
    tell application "Finder"
    if exists folder "NEW files" of desktop then -- does the folder already exist?
    set theFolder to folder "NEW files" of desktop as alias -- if so, use it
    else
    set theFolder to (make new folder at (path to desktop) with properties {name:"NEW files"}) as alias -- otherwise, make a new folder
    end if
    end tell
    set filename to name of (info for eachFile) -- get the file name
    set fileContents to paragraphs of (read eachFile) -- read the file
    set outputFile to open for access file ((theFolder as text) & "NEW " & filename) with write permission -- create the output
    repeat with eachPara in fileContents -- loop through the paragraphs
    set {oldDelims, AppleScript's text item delimiters} to {AppleScript's text item delimiters, tab} -- manage TIDs
    try
    if second text item of eachPara is "V" or second text item of eachPara is "VA1A2" then -- do we have a "V" or "VA1A2"?
    set eachPara to {text item 1 of eachPara, "VA1A2A3A4"} & text items 3 through -1 of eachPara as text -- work out the new strin
    end if
    end try
    set AppleScript's text item delimiters to oldDelims -- reset the TIDs
    write eachPara & return to outputFile as text -- write out the new data
    end repeat
    close access outputFile -- close the file
    end repeat
    end open
    on run
    set theFile to choose file -- get a file
    open {theFile} -- process it
    end run</pre>

  • Help: Need  script help to delete hidden layers. Action errors using panel command.

    I am trying to make an action (that is using some scripts) that will delete hidden layers. When I try and action that in photoshop, the actions stops for an error if the file didn't have any hidden layers. I think I need to script it so it will delete the hidden layers, and keep going if there aen't any.
    I couldnt find anything in th ejavascript ref guide for doing this. ( I'm sure I was looking right at it, I am a noob).
    Thanks for any help you can give.

    Here is a script to will delete hidden layers but not throw an error is there are no hidden layers.
    try{
         var desc = new ActionDescriptor();
         var ref = new ActionReference();
         ref.putEnumerated( charIDToTypeID( "Lyr " ), charIDToTypeID( "Ordn" ), stringIDToTypeID( "hidden" ) );
         desc.putReference( charIDToTypeID( "null" ), ref );
         executeAction( charIDToTypeID( "Dlt " ), desc, DialogModes.NO );
    }catch(e){}
    Note you could also do this with just actions steps. Have the action add a layer then hide it before the delete hidden layers menu item step. That way there would always be at least one hidden layer and no error.

  • Automator help needed

    Hi,
    the question is relevant automator workflow.
    I have a folder with hundred subfolder and in each subfolder there is a file named index.html
    I would like to batch rename all the index.html files with the own subfolder name and then move all of them in a separate folder.
    I have tried several options but the result is always a failure.
    Can some one help?
    Thanks,
    Millone

    Hi,
    OS X can print everything.
    But not by AppleScript without using the GUI Scripting (simulated keyboard and mouse, I use this when there is not any other solution), It's generally slow, not very reliable and the user can not touch the keyboard, mouse or trackpad during the execution of the script..
    It's possible directly in some applications ("Microsoft Word", "Pages"), but Pages does not open HTML files.
    It's possible in Safari by using a virtual printer : https://bitbucket.org/codepoet/cups-pdf-for-mac-os-x/wiki/Home
    AppleScript can change the printer in Safari and create a PDF in the default folder, but it can't change the destination folder.
    There are command line utilities that can be use in an AppleScript, but requires Terminal knowledges to install or make it executables ( http://code.google.com/p/wkhtmltopdf/ or http://plessl.github.com/wkpdf/ ).
    Here is my solution (this AppleScript uses cocoa frameworks in python shell):
    set x to quoted form of POSIX path of (choose folder with prompt "Select the source folder")
    set destFolder to quoted form of POSIX path of (choose folder with prompt "Select the destination folder")
    set pythonScript to "import os, sys, Foundation, AppKit, WebKit
    class AppDelegate (Foundation.NSObject):
      def applicationDidFinishLaunching_(self, aNotification):
         wview = aNotification.object().windows()[0].contentView()
         wview.frameLoadDelegate().openFileIn(wview)
    class WebkitLoad (Foundation.NSObject, WebKit.protocols.WebFrameLoadDelegate):
      def webView_didFailLoadWithError_forFrame_(self, wview,error,frame):
         self.openFileIn(wview)
      def webView_didFailProvisionalLoadWithError_forFrame_(self, wview,error,frame):
         self.openFileIn(wview)
      def openFileIn(self, wview):
         fPath = sys.stdin.readline().rstrip()
         if (fPath == \"\") : AppKit.NSApplication.sharedApplication().terminate_(None)
         tPAth = Foundation.CFStringCreateWithCString(None, fPath, Foundation.kCFStringEncodingUTF8)
         self.filePath = tPAth
         url = Foundation.CFURLCreateWithFileSystemPath(None, tPAth, 0, False)
         wview.window().setContentSize_((400, 200))
         wview.setFrame_(Foundation.NSMakeRect(0,0, 400, 200))
         wview.mainFrame().loadRequest_(Foundation.NSURLRequest.requestWithURL_(url))
         if not wview.mainFrame().provisionalDataSource(): self.openFileIn(wview)
      def webView_didFinishLoadForFrame_(self, wview, frame):
         if (frame == wview.mainFrame()):
           view = frame.frameView().documentView()
           view.window().display()
           rect = view.bounds()
           view.window().setContentSize_(rect.size)
           view.setFrame_(rect)
           dirPath, t = os.path.split(self.filePath)
           fName = os.path.basename(dirPath)
           pdfData = view.dataWithPDFInsideRect_(rect)
           if (pdfData.writeToFile_atomically_(self.destF + fName + \".pdf\", False)): os.remove(self.filePath)
           self.openFileIn(wview)
    app = AppKit.NSApplication.sharedApplication()
    delegate = AppDelegate.alloc().init()
    AppKit.NSApp().setDelegate_(delegate)
    rect = Foundation.NSMakeRect(0,0,100,100)
    wind = AppKit.NSWindow.alloc()
    wind.initWithContentRect_styleMask_backing_defer_ (rect, AppKit.NSBorderlessWindowMask, 2, False)
    wview = WebKit.WebView.alloc()
    wview.initWithFrame_(rect)
    wview.mainFrame().frameView().setAllowsScrolling_(False)
    wview.preferences().setLoadsImagesAutomatically_(True)
    wview.preferences().setShouldPrintBackgrounds_(True)
    wview.setMediaStyle_(\"screen\")
    wind.setContentView_(wview)
    loaddelegate = WebkitLoad.alloc().init()
    loaddelegate.filePath = \"\"
    loaddelegate.destF = Foundation.CFStringCreateWithCString(None, sys.argv[1], Foundation.kCFStringEncodingUTF8)
    wview.setFrameLoadDelegate_(loaddelegate)
    app.run()"
    do shell script "/usr/bin/find " & x & " -type f -name 'index.html' -print | /usr/bin/python -c " & (quoted form of pythonScript) & " " & destFolder
    activate
    display dialog "Done"
    If the script creates the PDF file, the HTML file will be deleted, otherwise the HTML file will remain in the folder.
    Another solution : the "Paparazzi!" application http://derailer.org/paparazzi/ (Donation Ware).
    With this script:
    set x to quoted form of POSIX path of (choose folder with prompt "Select the source folder")
    set destFolder to POSIX path of (choose folder with prompt "Select the destination folder")
    -- get all "index.html" files and his parent name
    set r to do shell script "/usr/bin/find " & x & " -type f -name 'index.html' |/usr/bin/perl -pe 's:.*/(.*?)/.*:$_\\1:'"
    if r is not "" then
        set tFiles to paragraphs of r
        set TC to count tFiles
        repeat with i from 1 to TC by 2
            set tFile to item i of tFiles
            set folderName to item (i + 1) of tFiles
            tell application "Paparazzi!"
                capture tFile delay 0
                repeat while busy
                    delay 0.1
                end repeat
                save as PDF in (destFolder & folderName & ".pdf")
            end tell
            --do shell script "/bin/rm -f " & (quoted form of tFile) & " > /dev/null 2>&1 &"
        end repeat
        quit application "Paparazzi!"
        activate
        display dialog "Done"
    end if
    The HTML files will not be changed, if you want to remove it, uncomment this line :  --do shell script "/bin/rm -f " & (quoted form of tFile) & " > /dev/null 2>&1 &"
    Another solution that I would use:
    The script move the HTML files and it change the relative paths to absolute paths in the HTML files.
    It's not very complicated, but it requires to know the tags of your HTML files.

  • Help needed ! Message sending failure in Nokia N73

    HI I am using nokia n73 for almost 2 years,
    From last one week i am unable to send messages, as soon as i send a message, in the outbox it changes to resend and when i resend it and after four times it moves to failed state.
    I have tried the sim in different mobile and messages are working fine, there are no issues with the n/w provider. I have formatted the memory card, phone and even then my problem still persists.
    Can anyone please help me .

    Though you have mentioned that you have formatted the phone.. did you restore the data back ? Why the question ..because if that is the case and if you have a very large no. of messages stored in the phone.. then delete as many as possible to see if that makes any difference..

  • Help Needed with Flash 8 Text Animation

    Hi, I'm new to Flash 8, and I'm trying to make text fade in
    and out. I have done it 2 ways and when I scrub through the
    timeline, I can see the effect nicely, however, when I run
    'Control/Test Movie', the effect is no longer there.
    I've tried making the text a graphic object and altering the
    alpha values, and I've also applied a transition effect to the
    plain text object. Again, with both methods, you can see the effect
    in the timeline window as you scrub through, but when I run test
    movie, or export as a .swf, the effect is not there.
    Can anyone offer any insight on how to resolve this? Thanks
    very much in advance.

    m2mjb;
    You probably just need to include the character
    outlines--either switch
    to static text, or "embed" (see properties panel) the
    appropriate character
    set. Your question has been answered many times, so a search
    will bring up
    additional information... -Tom Unger

  • Help need to create Complex Text shape

    Hi All
    i am developing a web based flash application. using that you
    can create your own Greetings and many more similar designs.
    Application requires some complex Text Shapes. i am blank
    about that part. Below is a url to see some complex text shape. Any
    kind of help to over come this would be really help full for me...
    http://www.freeimagehosting.net/uploads/6554a4944e.jpg
    Thanks in advance

    you're welcome st.
    js, as i mentioned above:
    i don't know any way to make it easy to understand how to
    control the displacementmap filter. but controlling the
    displacementmap filter can be done (check my website under
    snippets/displacement map where i repeatedly create new bitmaps
    that distort the text based on the position of a moving object.)
    because of my mathematics training i prefer to view the
    displacementmap filter as a normalized displacement. if you check
    the formula for how destination pixels are mapped from source
    pixels, it looks a lot like the normalization done for a variable
    that has a normal distribution where the mean is subtracted and
    that result is divided by the standard deviation.

  • Need help writing script to change version control for all document libraries in all sites

    Hello,
    I found this script, http://get-spscripts.com/2010/10/changing-sharepoint-list-settings-using.html that
    changes versions control for a document library.  However, many sites have many document libraries with different names.  The script below just changes a the settings to a document library that is named "Shared Documents", but does not
    change one if its named something else.  How can change the script to loop through all document libraries so their settings are changed?
    $site = Get-SPSite http://site
    $listName = "Shared Documents"
    #Walk through each site in the site collection
    $site | Get-SPWeb | 
    ForEach-Object {
    #Get the list in this site
    $list = $_.Lists[$listName]
    #Create a version each time you edit an item in this list (lists)
    #Create major versions (document libraries)
    $list.EnableVersioning = $true
    #Create major and minor (draft) versions (document libraries only)
    $list.EnableMinorVersions = $true
    #Keep the following number of versions (lists)
    #Keep the following number of major versions (document libraries)
    $list.MajorVersionLimit = 7
    #Keep drafts for the following number of approved versions (lists)
    #Keep drafts for the following number of major versions (document libraries)
    $list.MajorWithMinorVersionsLimit = 5
    #Update the list
    $list.Update()
    #Dispose of the site object
    $site.Dispose()
    Paul

    Sorry, I agree. It will update Style Library and other out of the box ones. Include the library titles in a collection and run the update against them provided these libraries are common across all sites. If not, you will have to first get an extract of
    all such libraries in all sites say in a CSV file and then update the script below to refer to the CSV records.
    Add-PSSnapin "Microsoft.SharePoint.PowerShell" -ErrorAction Stop;
    #List of Libraries to be updated.
    $Libraries = @("Shared Documents","My Document Library");
    $spAssgn = Start-SPAssignment;
    $site = Get-SPSite http://site -AssignmentCollection $spAssgn
    #Walk through each site in the site collection
    $site | Get-SPWeb -Limit ALL -AssignmentCollection $spAssgn |
    ForEach-Object {
    #Enumerate through all document libraries
    $_.Lists|Where{$_.BaseTemplate -eq "DocumentLibrary" -and $Libraries -contains $_.Title}|Foreach-Object{
    #Get the list in this site
    $list = $_;
    #Create a version each time you edit an item in this list (lists)
    #Create major versions (document libraries)
    $list.EnableVersioning = $true
    #Create major and minor (draft) versions (document libraries only)
    $list.EnableMinorVersions = $true
    #Keep the following number of versions (lists)
    #Keep the following number of major versions (document libraries)
    $list.MajorVersionLimit = 7
    #Keep drafts for the following number of approved versions (lists)
    #Keep drafts for the following number of major versions (document libraries)
    $list.MajorWithMinorVersionsLimit = 5
    #Update the list
    $list.Update()
    Stop-SPAssignment $spAssgn;
    This post is my own opinion and does not necessarily reflect the opinion or view of Slalom.

Maybe you are looking for

  • Oracle 11g:Query to return only 1 to 1 relationship & random selection

    Hi I have a complex query to modify but I have below the sample tables and data with only very few fields(only affected fields). Query based on 2 tables b_test and s_test. Pls see below. create table b_test(building_id number not null,invalid varchar

  • Setting Site Level Variables

    I am creating a SharePoint site collection that will house sites for customer portals (one site per customer). What I would like to do is create a template site that has a couple of key variables (i.e. a customer ID, customer name, etc) that can be a

  • Windows Photo Library move to iPod Touch

    New User of MP 3's. Just brought best - iPod Touch 32GB. Have Photos in Win Photo Gallery & MS Office Picture Mgr. How do I convert these to move selected photos to my Ipod?? Do I have to buy Adobe Photoshop??? Appreciate help.

  • Oracle 9iDS Buggy ???

    Hello, I installed Oracle 9i DS on a Windows XP Pro (SP2) machine. After working with the tools for some time, I notice that for some reason I can no longer open forms/reports and the application slows down to a crawl. Are there any patches or feedba

  • How to open premier cs3 project in cs6

    how to open premier cs3 project in cs6