Smartform Page shifts down

Hi,
I am facing a problem in Smartforms. We are using old printer C.ITOH CI 5000 model. It has very little printer configuration settings on the printer. My problem is, when I print my smartform through this printer which is pre-printed, for every page the start point shifts down. One first page if it starts at 10 cm, next page start point shifts further down and it starts around 20cm and next page around 30 cm...so on..
Can anyone please help me resolve this issue..please let me know in case you need more information...
Thank you!!!

hi
change the pagesettings in your smartform.
Change ithe page format of the output options of the form attributes of the global settings
succees
Gr., Frank

Similar Messages

  • Verso Page Shifted Down

    I am working in CS6, facing pages layout. The verso page has shifted down about 1/2 inch. I have no idea how to move it back. I've search here and at InDesign Secrets. Does anyone have a clue how I can undo whatever I did?
    Sharon

    You are right. I never use that tool, at least not knowingly. I'll check it out to see what I am missing.
    Thank you

  • Weird page jumping down problem

    Hi guys, I've made a site in dreamweaver here: http://cjhildrethconsultancyltd.yorkcreative.co.uk
    it's all lined up nicely until you click on the Contact link at the top and then the page shifts down and the buttons at top are no longer visible! i can't see any reason in dreamweaver or code why (it's still lined up the same within dreamweaver)
    thanks for any help or suggestions

    Here are some errors I turned up in Chrome Developer tools on the Contact Us page:
    contactcjhconsultancy.html:50<p> is not allowed inside <tbody>. Inserting <p> before the <table> instead.
    contactcjhconsultancy.html:51Unmatched </td> encountered.  Ignoring tag.
    contactcjhconsultancy.html:52Unmatched </tr> encountered.  Ignoring tag.
    Those errors do not occur on the index page, which leads me to believe they might be the cause of the drop.
    Beth

  • In fullscreen mode, is there a way to prevent the page from shifting down when displaying the menu and tabs?

    In fullscreen mode (F11), when moving the mouse toward the top of the screen to display the tabs & stuff, the page displayed is shifted down. This makes it annoying when returning down with the mouse - you want to reach a certain link, for example, but your target gets shifted up once the tabs & stuff is hidden back.
    Is there any way to make the tabs & stuff display 'above' the page content, like on another layer?

    Is it the web page display that is changing its own position, or is it something
    about the toolbars that is pushing the page down? I have the same issue with
    my browser using an add-on to show a multiple line bookmark bar.

  • Div shifting down page in live view

    I'm trying to create a website for a project I'm doing.I'm having a problem in live view where I the div with the id "imageholder" keeps shifting down the page. It looks fine in the editor but the browser and live view not so much. I want it to line up with the top div, not the bottom one.
    Another problem I'm having is that I can't adjust the footers margin very well. it's not taking into account the div's directly above it. I've included a screenshot of the page as it hasn't been uploaded online yet. Thanks
    Here is the code:
    HTML:
    <!doctype html>
    <html>
    <head>
    <meta charset="utf-8">
    <title>Home</title>
    <link href="CSS/Project.css" rel="stylesheet" type="text/css">
    <style type="text/css">
    body {
      background-color: #E0EEEE;
    </style>
    </head>
    <body>
    <div id="container">
    <header>
    <h1 id="title">Limerick Running Club</h1>
    <h2 class="subhead"><strong>L.R.C</strong></h2>
    </header>
    <br/>
    <nav>
    <nav id="nav_centre">
    <ul>
    <li><a href="#">Home</a></li>
    <li></li>
    <li><a href="#">History</a></li>
    <li><a href="#">Events</a></li>
    <li><a href="#">Gallery</a></li>
    <li><a href="#">Results</a></li>
    <li><a href="#">Useful Links</a></li>
    <li><a href="#">Contact Us</a></li>
    </ul><br/>
    </nav>
    </nav>
    <section>
    <h2 >History</h2>
    <article></article>
    <article class="mainpara">
      <p>The limerick running club was founded in 2008. We are a community funded club with the sole aim of helping to make our community fitter and happier. Our main office is based in castletroy and you are welcome to drop in anytime and join up. </p>
      <p>Since the LRC was founded we have had a number of members who have shared with us their feeling about joining the club. </p>
      <p>You can read more about what their saying below</p>
    </article>
    <article id="testimonial"><h3>Member Testimonials</h3><h3 class="Name">John Byrne</h3>
      <p>Since joining the LRC my health and fitness has improved greatly. I recommended the club to everyone.</p>
      <h3 class="Name">Mary Smith</h3>
      <p>I'm delighted I joined the LRC. I feel much fitter and healthier since joining and there is a great sense of community surrounding the club.</p>
      <h3 class="Name">Tom Ryan</h3>
      <p>Really enjoying my runs with the lRC. I'd recommend joining to anyone.</p>
      </article>
    </section>
    <div id="imageholder"><img src="Images/edited.jpg" width="355" height="266" alt=""/></div>
    <footer><span id="copyright">&copy;2015 Limerick Running Club</span></footer>
    </div>
    </body>
    </html>
    CSS:
    @charset "utf-8";
    html{
      background-color:#E0EEEE;
    header{
      width:100%;
    nav {
      width 100%;
      height 55px;
    #nav_centre {
      text-align: center;
      width: 1080px;
      margin-right: auto;
      margin-left: auto;
      border-color: #4683ea;
      border-style: solid;
      border-radius: 12px;
      padding-bottom: 15px;
      padding-top: 0px;
      font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
      font-size: small;
      background-color:#4683ea;
    nav ul{
      list-style:none;
    nav a{
      display:inline;
      float:left;
      text-decoration:none;
      font-weight:bold;
      padding-top: 5px;
      padding-bottom:5px;
      padding-right: 45px;
      padding-left: 45px;
      height: 20px;
      color:#CCC;
    header {
      text-align: center;
    #container {
      width: 1080px;
      margin-left: auto;
      margin-right: auto;
    footer {
      margin-top: 600px;
      text-align: center;
      height: 50px;
      clear: both;
      padding-top: 25px;
    #copyright{
      color:#a6a6a6;
    article {
      margin-top: 20px;
      width: 650px;
      margin-left: 5px;
      margin-right: 0px;
    #imageholder {
      width: 360px;
      float: right;
      clear: none;
      margin-top: 20px;
      margin-right: 5px;
      padding-right: 5px;
    .mainpara {
      float: left;
      border-color: #4683ea;
      border-style: solid;
      border-radius: 12px;
      padding-left: 5px;
      background-color: #F0F0F0;
      font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
      width: 600px;
    section {
      margin-top: 75px;
      left: 5px;
    h1{
      color:#4683ea;
    #title{
      font-weight: bold;
      font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
      color:#FFA500;
    .subhead{
      font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
    h2{
      letter-spacing: 2px;
      font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    #testimonial {
      float: left;
      border-color: #4683ea;
      border-style: solid;
      border-radius: 12px;
      padding-left: 5px;
      background-color: #F0F0F0;
      font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
      padding-right: 5px;
      width: 600px;
      clear: both;
    .Name {
      color:#FFA500;

    Try this -
    <article class="mainpara">
      <div id="imageholder"><img src="Images/edited.jpg" width="355" height="266" alt=""/></div>
    <p>The limerick running club was founded in 2008. We are a community funded club with the sole aim of helping to make our community fitter and happier. Our main office is based in castletroy and you are welcome to drop in anytime and join up. </p>
      <p>Since the LRC was founded we have had a number of members who have shared with us their feeling about joining the club. </p>
      <p>You can read more about what their saying below</p>
    </article>
    Move the imageholder div so that it is the first child of the "mainpara" article.
    Also, you probably want "...what they're saying below" in that last paragraph above. Finally, why do you have a nested <nav> tag in your code?

  • Printing shifts down after first page

    When printing with Adobe Xi, 11X17, Landscape, first page prints fine but all the rest shift down cutting off bottom and leaving a white space on top. does not do this with Adobe 9.

    Hi @Fortwilliam,
    I see that you are having issues when printing from certain applications, the first page has pink smudges on the right side of the page. I would like to help you.
    This is certainly a peculiar issue that you are having. Since it isn't doing this with all the applications. So I don't believe it is a hardware issue, but software related.
    Make sure you are signed in as the Administrator and try printing again.
    Download and run the Print and Scan Doctor. It will diagnose the issue and might automatically resolve it. http://www.hp.com/go/tools>Using HP Diagnostic Tools for HP Printers in Windows.
    What were the results when you ran the Print and Scan Doctor? (did it print or scan, any error messages)
    If you are still having issues, I would uninstall and reinstall the latest printer software, just to rule out a software conflict or corrupted print driver. Full Feature Software and Driver.
    If you appreciate my efforts, please click the Thumbs up button below.
    If there is anything else I can help you with, just let me know. Thank You.
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!
    Gemini02
    I work on behalf of HP

  • Smaller increments of function shift page up/down

    Hello, I posted a question earlier and thanks to dekkoman for answering it, heres a 2nd part to that question.......i'm now able to scroll through the timeline during play by pressing function shift page up/down, however it does so in big increments, i was wondering if there was a way to do it in smaller increments....I can do it in smaller increments by hitting shift & scroll on my mouse however that only works when the movie is paused.

    Shortcuts that work while playing in the timeline:
    shift-pageUp, shift-PageDown: to scroll left and right
    cmd-ì or cmd-+ (keypad): to zoom in
    cmd-' or cmd-- (keypad); to zoom out
    shift-Z to zoom out to the full timelne
    Before using the zoom in/out command it's better to deselect any clip, otherwise the zoom is not centered to the playhead.
    Piero

  • How do I add "Save As" to the Pages drop down menu?

    How do I add "Save As" to the Pages drop down menu?

    It took me awhile but I found what I was looking for. This is posted at http://www.tuaw.com/2012/07/29/get-save-as-back-on-mountain-lions-file-menu-easi ly-and-without/
    Option 1. Terminal.app If you are comfortable using Terminal.app, you can add a different keyboard shortcut this with one simple line. First, quit all your apps except Finder and Terminal. Then paste this command (as one line) into Terminal.app (and press Return):
    1
    defaults write -globalDomain NSUserKeyEquivalents -dict-add 'Save As...' '@$S' 
    view rawdwrite-global-saveas.sh hosted with ❤ by GitHub
    That's it!
    Launch TextEdit and open the 'File' menu and you should see "Save As..." back in its rightful spot with its original Command + Shift + S shortcut, as shown in the image above.
    Aside: After you enter the 'defaults write' command, you will not see any confirmation that it was entered correctly. Terminal.app is a little terse sometimes. If you want to verify it from the command-line, enter this:
    defaults read -globalDomain NSUserKeyEquivalents
    and look for "Save As..." = "@$s"; in the output.
    Option 2. System Preferences.app If you would rather not use Terminal, it's still very easy to add the keyboard shortcut.
    Launch the System Preferences.app, then open the "Keyboard" preference pane.
    At the top you will see "Keyboard" and "Keyboard Shortcuts" – click "Keyboard Shortcuts" (labeled '1' below). Then in the list on the left side, click "Application Shortcuts" (labeled '2' below). Then click the "+" button (labeled '3' below):
    Once you press that "+" button, a small window will appear asking you to enter the title of the menu item and the keyboard shortcut that you want to use.
    Enter "Save As..." in the "Menu Title:" field, and then press the keyboard shortcut that you want to use. In the example below I pressed Command + Shift + S:
    Note: It used to be true that you had to enter an actual ellipsis (which you can get by pressing Option+ ; on a US-English keyboard). However, when I tested this in Mac OS X 10.8.2, it worked with three consecutive periods.
    Bonus Tip: Hide the "Duplicate" menu item.
    In my original article I suggested that you also enter a keyboard shortcut for "Duplicate" and while youcan do that if you wish, you do not need to do that.
    However, if you would like to hide the Duplicate menu item, you can do that. There are two steps: first, remap "Save As..." to Command + Shift + S (as shown above). Then the 'trick' is to remap "Duplicate" to Command + Shift + Option + S.
    What you will have done is swap the keyboard shortcuts for "Duplicate" and "Save As..." which means that OS X will make "Duplicate" the optional command. If you open the "File" menu and hold down "Option" the "Save As..." command will change to "Duplicate"
    (Thanks to TUAW reader 'rbascuas' for pointing this out in response to the original article!)
    Important Addendum: "Keep changes in original document"
    As we reported in August 2012, the "Save As..." command in early versions of 10.8 had an unexpected and likely unwanted side effect in Mountain Lion: it would save the changes in the new document (created by "Save As...") but would also save the changes to the original document.
    However, Apple realized that users might not want that behavior, so in Mac OS X 10.8.2 they added an option "Keep changes in original document" which you can see here:
    Option A: If you want to save the changes you've made in the document and then save the document with a different name, then make sure that the box is checked.
    Option B: If you want your original document to stay as it was when you last saved it and create a new document based on the modified content of that document, then make sure that box is not checked.
    If you do not see the 'Keep changes in original document' box, then the application is probablygoing to give you the "Option B" behavior, but if you are not sure, I would suggest choosing Cancel in the "Save" dialog, then copy and paste the contents of the document into a new file, and save the new file. I know that's several extra-and-less-convenient steps, but if you are worried about preserving the original document, better safe than sorry.
    You could also save the file, duplicate it in Finder, and rename the new instance. Open old file and revert to previous save using 'Versions'.
    Frankly,I wish that Apple had just left the "Save As..." command alone, but for some reason they didn't ask my opinion. That said, I'm glad that they brought it back in Mountain Lion. I would have paid $20 for that feature alone.
    Note: This article was re-written and republished on 2013–02–21. The original process still works, but I wanted to update it to reflect some additional information.

  • ThinkPad Compact USB Keyboard with TrackPoint: Suggestion: Fn+Arrow keys as Page Up/Down/Home/End

    As it is now, Fn + up/down/left/right do not send any keys to the OS. Would it be possible to update the keyboard firmware to send the following:
    Fn-Up: Page up
    Fn-Down: Page down
    Fn-Left: Home
    Fn-Right: End
    I think this is common in laptop keyboards, i know my macbook air does this, and my logitech K760 does it as well. It is a lot more convenient than accessing the home/end keys on top of the keyboard (the page up/down placement is easily accessible already).
    If it is not possible in the current version, at least consider it for the next revision - i would buy a new keyboard for it :-)

    Yes, i realize it could be confusing for some to have two ways of accessing the same keys.
    The issue i have with the thinkpad layout is that the keys are split apart - i like having page up/down and home/end clustered together for navigating - with the thinkpad layout, half the keys are in the lower half of the keyboard, and the other half in the top.
    Also, since arrow keys are also often used for navigating, it makes sense to me to keep them together - for example, "go to the end of the line and select the last word" can be accomplished without moving the right hand from the arrow keys, and the left hand using Shift/Fn/Control

  • How do you get the rest of the form to shift down when a field grows in a subform

    I am using ES2, I am trying to get a form to shift down when a field grows in a subform, and nothing I tries works.  I am not an expert in this area, but all the help I have tried on-line does not seem to workI would be more than happy to email the form to anyone that could give me some assistance.  I have already spent too much time on this project, and if I cant get it to work, I will have to move back to a simple word form without all the fancey bells and whistles, but I hate to move backwards.  Any help or guidance would be greatly appreciated.
    Thanks in advance,
    Kathy

    Thank you so much, I tried to duplicate the form from Assure and something is still wrong.  The background of the subform is not light green, I am not sure if the color was for display purpose only, but it still did not flow right either.  I was unable to find the option in the testfield to "Display all of the content (on exit).  I am also getting an warning note: The object may not work properly. Although the object is allowed to break, deselecting the "allow page breaks within content" option of the parent object restricts this object from breaking between pages.    Here is the settings as they are currently set:
    Subform:
    OBJECT TAB
         Binding:
              Object: subform1
              DataBinding: Usename (subform1)
         Pagination:     Greyed out
         Subform:
              Content: Flowed
              Flow Direction:     Top to Bottom
              Allow Page Breaks withing Content     Checked
              This subform is an insertion point        Unchecked
    BORDER TAB - NA
    LAYOUT TAB
         x = .25IN                         Y=.25IN
         width = 8in                       height = greyed out
         autofit no checked             autofit = greyed out but checked
    ACCESIBILITY TAB
         Role: None
         Rest is greyed out
    TEXT FIELD SETTINGS:
    OBJECT TAB
         Field:
              Field type: Text Field
              Caption: TextField
              Appearance: Sunken Box
              Allow Multiple Line     Checked
              Limit Length - Not Checked
              Limit Lenfth to visible Area - Not Checked
              Allow Page Breaks within content - Checked
              Keep with Next - Not Checked
       Value
              Type: User Entered Optional
              The rest is blank
         Binding 
              Name: TextField1
              Data Binding: Use name (testField1)
    BORDER TAB - NA
    LAYOUT TAB
         X = Greyed out                    Y = Greyed out
         Width: 2.4409in                    Height: .3543in
         Expand to fit - not checked     Expand to fit = Checked
    What am I missing?

  • Vertically-aligned tables shift down when entering/editing text within the table.

    Hi all,
    We have a sudden problem that is occurring, and I've done a lot of searching without finding anything close to this happening elsewhere.
    If there is ever a table that is aligned vertically within a text frame, you cannot edit the text without having it shift down one line break for every letter you type, until it's bottom-aligned within the frame. You can then click "align center", and it will re-align itself. Then, if/when you need to change even one letter again inside the table, it will shift down one line.
    We've tested it with two different docs on both Mac and PC, with the same problem. I've cleared my prefs on the Mac to see if that would make a difference, and it hasn't done anything.
    Any thoughts here? I can't recall anything that would have changed since this started happening, but it won't leave us alone now!
    Thanks!!

    Very interesting. I do lots of tables but don't vertically justify so I have never run into this. However I can confirm this behavior on a new clean test page I made, using InDesign CS5 (7.0.3) on Mac OS 10.6.6. I have no other problems with InDesign; it is running flawlessly. And no weird plug-ins or system hack software.
    My test file uses my default font (Adobe Minion Pro) and the default table (Insert > Table).
    It also shifts down when I delete a character in a cell. And the shift for me is more than one carriage return. I can get it back to center-aligned by top aligning and then choosing center align again.

  • ToolTip triggers are shifting down when previewing or exporting

    I have a page with two columns of text (lists of names). In "design" I set up triggers over each name corresponding to a pop-up tooltip with a picture and bio. Everything looks great in "design." When I preview the page within Muse or export HTML to test outside of Muse, the triggers are all shifted down below the text columns.
    I have tried changing the widget from ToolTip to Lightbox, changing the position and clicked and unclicked every option within the composition settings pop-up.
    What am I missing?!?

    I figured it out. I had "footer item" checked.

  • Implement Entry up/down & Page up/down functions in table control

    Hi,
    I have to implement entry up/down and page up/down functions in my table control. The logic is :-
    Suppose the entries in my table control currently are:-
    Called "Initial Position" :-
    a
    b
    c
    d
    e
    My "Cursor Position" or say my selection column is at 'c' value currently.
    If I press entry down, the result should be:-
    a
    b
    d
    c
    e
    i.e. c shifted one value down. If I press value up from "Initial Position", it should be :-
    a
    c
    b
    d
    e
    If I press page down from "initial position", the result should be
    a
    b
    d
    e
    c
    i.e. c has scrolled to the last entry. Similarly for page up, where the entry goes up to the first place and all entries move one position down.
    The problem i am facing is:-
    1) How to get index of entry selected?
    2) How to change table control contents at runtime?
    Thanks.
    Edited by: dumbledorearmy on Nov 23, 2010 12:25 PM

    Hi,
    Please check the function module - 'SCROLLING_IN_TABLE'.
    It give you some idea.
    Thanks.
    Anversha

  • My page up/down buttons no longer work... they just page to top or bottom of screen.

    And I have to use the mouse on the side bar to move page by page.
    Thought it was the keyboard, but then I tried the same sites on Internet Explorer and the buttons work fine.

    So your "'''pgUp'''" and "'''pgDn'''" keys are acting like "'''Home'''" and "'''End'''" keys, not fun.
    '''the problem is caret browsing: toggled with F7'''
    * http://dmcritchie.mvps.org/firefox/firefox-problems.htm#problemwithfind
    :these settings, best if you put them into '''user.js''' so they will at least be correct at start of a session, even if accidentally changed, you might not need it until next session.
    *'''accessibility.browsewithcaret default''' boolean false
    *'''accessibility.warn_on_browsewithcaret''' default boolean true
    *'''accessibility.typeaheadfind''' default boolean false
    Alternatives: use other keyboard shortcuts
    * '''Spacebar''' to go down a page
    * '''Shift+Spacebar''' to go up a page

  • When i am typing in a browser window, my browser page shifts slightly, highlights in blue, and does not allow me to keep typing.  i have to keep clicking on the page to continue to type letter by letter...is there some function on that i don't know about?

    When I am typing in a browser window, my browser page shifts slightly, highlights in blue, and does not allow me to continue typing...i have to click in the browser to allow typing to continue...is there a function running that I don't know about?

    Please read this whole message before doing anything.
    This procedure is a test, not a solution. Don’t be disappointed when you find that nothing has changed after you complete it.
    Step 1
    The purpose of this step is to determine whether the problem is localized to your user account.
    Enable guest logins and log in as Guest. For instructions, launch the System Preferences application, select Help from the menu bar, and enter “Set up a guest account” (without the quotes) in the search box.
    While logged in as Guest, you won’t have access to any of your personal files or settings. Applications will behave as if you were running them for the first time. Don’t be alarmed by this; it’s normal. If you need any passwords or other personal data in order to complete the test, memorize, print, or write them down before you begin.
    Test while logged in as Guest. Same problem(s)?
    After testing, log out of the guest account and, in your own account, disable it if you wish. Any files you created in the guest account will be deleted automatically when you log out of it.
    Note: If you’ve activated “Find My Mac” or FileVault in Mac OS X 10.7 or later, then you can’t enable the Guest account. Create a new account in which to test, and delete it, including its home folder, after testing.
    Step 2
    The purpose of this step is to determine whether the problem is caused by third-party system modifications that load automatically at startup or login.
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards. Boot in safe mode and log in to the account with the problem. The instructions provided by Apple are as follows:
    Be sure your Mac is shut down.
    Press the power button.
    Immediately after you hear the startup tone, hold the Shift key. The Shift key should be held as soon as possible after the startup tone, but not before the tone.
    Release the Shift key when you see the gray Apple icon and the progress indicator (looks like a spinning gear).
    Safe mode is much slower to boot and run than normal, and some things won’t work at all, including wireless networking on certain Macs.
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    Test while in safe mode. Same problem(s)?
    After testing, reboot as usual (i.e., not in safe mode) and verify that you still have the problem. Post the results of steps 1 and 2.

Maybe you are looking for

  • Dump when changing the value for a field (of 13 decimals) in alv grid.

    Hi Group, Its giving a dump when user is trying to change the value. dump description: Unable to interpret "70,000 " as a number. what is happening here is, the original value is 50,000 and he is deleting 5 and replacing it with 7, here its throwing

  • Currency conversion in Controlling Area

    Hi, Does any body know where can I find any documents as to what all needs to be done in controlling area for converting local currency to euro? Or if somebody have the documents, please share it. Thanks SAP FICO

  • What is a "cfm" file??

    I foud a file containing som javascripts called cfm. What does this cfm mean and is it possible to use it in a regular jsp page??

  • Support team determination-Rule 13200137 at PFAC_RESPO

    Dear Gurus, I Maintained  Rule 13200137 at PFAC_RESPO. Craeted a responsibility called  MM support and assigned a user called MMUSER Expression in a Responsibility maintained all with * for SAP component Maintained MM* and Priority with 1-4. BP maint

  • Vista Drivers for Apple Bluetooth Keyboard in BootCamp?

    I have a MacBook Pro 2.4, OSX 10.5.1, and have installed Boot Camp with Vista Ultimate. I also have the Apple Bluetooth keyboard that has the numerical pad. My keyboard works well but I cn not get the numerical pad to work. I suspect it might be driv