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 Rhinorhino 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: Nik25
  • Content: Threads
  • Order by date
  1. Nik25

    Outlook Insert new Textbox

    Hello all, i have two little questions: First: I want to add via VBA a new Textbox on to a slide. This is no problem. I want to place it somewhere, let`s say in the middle of the slide. If there is already a textbox, i want to place the new one somewhere else, lets say 20 px beneath the old...
  2. Nik25

    CAST INTEGER TO DECIMAL

    I have a problem! When running a statement, which will select a field which is calculated by three INTEGER fields, the result will be INTEGER, too. expl1: select a.int1*a.int2/a.int3 as res from a I need the field as an decimal (18,2). I tried it twice expl2: select...
  3. Nik25

    Calendar function

    Hello, I want to fill a datefield within a formular ("frmEvent") with the date of an activex-calendar object. This Calendar-Object is on another formular ("FrmCalendar"). Since i have several formulars which all include datefields i want to use the formular...
  4. Nik25

    Fixed Position?

    Hi, i am wondering if it is possible to make an Access2000 form stay in a given position. There is the possibility to position the form by a makro, but after the makro had run, the user can move the form. I do not want this. Is there a way to manage it? Thanks a lot for quick answers Niko
  5. Nik25

    Selected ListboxItems do not remain selected after requery

    Hi, I have a listbox (LST1) and after clicking on a button a sub will run, checking if a listbox item is selected. for i=0 to me.lst1.listcount -1 do if me.lst1.selected(i)=true then ... ' maybe some data will be changed me.lst1.requery ... end if next i Under certain circumstances some data...

Part and Inventory Search

Back
Top