Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: mjt39
  • Order by date
  1. mjt39

    Quattro Pro. Movining from cell to cell

    When I move from cell to cell, the spreadsheet moves, but I would like the actual cell to move (when the cursor gets to the end of the visible part of the sheet, the sheet moves of course). In other words, I would like to keep cell A1 visible as long as possible. Is there a toggle command: move...
  2. mjt39

    opening CSV- files into QPro X3

    eureka. (maybe this is of general interest): It's Tools > Data Tools > Quick Columns > QuickColumns Expert. Enter, as usual, file name etc. The procedure is quite robust, both ; and , are accepted, " is not neccessary . . .
  3. mjt39

    adding records

    There is certainly a way to adjust the field contents in both tables with objpal code. But you could also reformat the smaller field of the one table to the larger one of the other. Open the table with the shorter (alpha) field and reformat this field: Format > Restructure Table > Field Roster...
  4. mjt39

    opening CSV- files into QPro X3

    Is it possoble to open (import, load ...) a CSV file into Qpro X3? In my file: fields are separated by ; (ASCII alt-59), records by carriage-return, line-feed (alt-13, alt-10). No " (alt-34) for alphanumeric fields. In QPro I would like to have each record into a column and each record into a row.
  5. mjt39

    Filling Forms

    May I formulate adobenewbie's question in another way. My insurance agent sent me an email: (apology in case of wrong technical terms, I am translating (virtually) from German) >Regarding the car accident caused by you, please fill in the report form, which is enclosed as a pdf-file attachment...
  6. mjt39

    Many to Many Relationship help.

    Sorry, I forgot to add: entering John1 twice in tblPersonnel is a violation of the 1NF.
  7. mjt39

    Many to Many Relationship help.

    r937 already suggested dispensing the with the >artificial< pimary key column tblComposite.IDCompilation. Instead IDPersonnel-IDVacancy could become the composite primary key. To me that would make things easier, but or because I am not a pro. I fear putting 2 rows for one and the same John1 in...
  8. mjt39

    &gt;View items&lt; default setting in &gt;Open&lt; window (PS6)

    On my computer the >Open< window of PS6 (the same goes for >Save as< and >Open as< but not for >Open recent<) shows the files in >Thumbnails< view as default. I want to make >Details< view to my default. How do I do that? (This would be somewhat analogue to >Tools : Folders : Options : View...
  9. mjt39

    saving a TIF file to a JPG file.

    It was like catching flies, you have to be really quick, pressing Shift+Ctrl+Alt, by I managed it and it worked. I greatly appreciate you reply mscallisto p.s. Of coarse all preferences get lost and will have to be reset, but there is a lesson to be learned here, protocol your doings. michael
  10. mjt39

    saving a TIF file to a JPG file.

    Photoshop 6. I want to save a TIF file to a JPG file, I can’t. This option isn’t offered on the main menu: File>Save as>Format drop down list. I want to save this TIF file for Web. (main menu: File>Save for Web). I can’t, this menu option is dimmed. On the computer of a friend all this works...
  11. mjt39

    QProW: invoking macro with single key-stroke combination

    George! I appreciate your help, thank you. Michael
  12. mjt39

    Photoshop's primary scratch file

    Photoshop 6.0 recommends setting it’s “primary scratch file ” to be a on a different volume than the Windows primary paging file. Preferably on a different physical drive. How do you do that?
  13. mjt39

    entering integers at runtime

    Thanks to you all for your help. Peter, you straightened the nail and hit it home in one stroke. An executable file does compile and run on the win desktop. Adjustments in the debugger let my project run in the IDE. It was a warning I got, not an error break. Andrew, your suggestion is...
  14. mjt39

    QProW: invoking macro with single key-stroke combination

    QproW 11. Can I invoke a macro by just pressing a single key combination (something like say Ctrl-L)? My actual problem. I am entering 4-field records into columns A to D. Column A is filled with integers (1,2....) To enter a new (the next) record I press down, left left (or return, left...
  15. mjt39

    default directory

    sggaunt! probably you are right when stating that my last post is an >of course< to almost all members of this forum (except me). too, thanks for your supplementary hints
  16. mjt39

    entering integers at runtime

    I use Delphi5 prof. I want to enter a value to an integer variable via a form at runtime. (Like in grandpa's Turbo Pascal: var i: integer; begin readln(i); ... ) Question 1: Can I do this directly or do I have to use the StrToInt function? For the latter, Delphi Help provides an example for...
  17. mjt39

    default directory

    I think I have found the solution to my question. With Delphi(5) the “default” directory (folder) is a property of the windows icon and the start shortcut. Where applicable do: - Right click the icon > Click Properties > Write directory in “Run in” edit field. > apply > ok. - Start > Right...
  18. mjt39

    default directory

    sggaunt!, BobbaFet! thank you for your contributions. The best solution to my problem seem to be menu: file>reopen. My problem must be just one of a Delphi novice, who builds many learning mini-projects and puts them in different directories to keep a survey of which file belongs to which...
  19. mjt39

    default directory

    I am new to Delphi (Delphi 5). I would like to put my Delphi projects in a directory defined by me. This directory should be shown when I click File > open, File > close, etc.
  20. mjt39

    default printer in QproW11

    hi Don, may I thank you this way. Putting a star on your answer might be too great a thing for my elementary question. regards mjt39

Part and Inventory Search

Back
Top