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 Mike Lewis 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: bn2335813
  • Order by date
  1. bn2335813

    Help On Constructors in nested 'Has a ' classes

    Hi ! --- What is wrong with the code : using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; namespace Test1 { public partial class Form1 : Form { public A aa...
  2. bn2335813

    How to insert RTL text box in PDF form with different language

    Hello !! I would like to use a PDF form in RTL input text (Hebrew) and also with a hebrew font. I tried it but there is no such option , and also the Hebrew font selected apearse in Gibrish style !! Thanks in advance !
  3. bn2335813

    Form Size Problem When returning from Report Preview

    Thanks to all of you !!! all the tips are great !! balaban noel
  4. bn2335813

    Form Size Problem When returning from Report Preview

    I have a Access application based on a one Main Maximized Form and selecting from it subforms to do spesific tasks. One of the subforms is doing a Report PrintPreview . When returning from the Report PrintPreview the Main Maximized Form shrunk in size, and I have to always Click Maximize from...
  5. bn2335813

    Using Two Combo Box updating each others source based on same Table

    First thanks for the reply !. Second Please read carefully , I would like to have TWO Combo Box each one of them having a different field of the same Record.Changing the selection on One Combo (By this changing the Record) will change the Content of the Second Combo (that have the other field )...
  6. bn2335813

    Using Two Combo Box updating each others source based on same Table

    1. I'm using a Form for generating a Report based on a Query. 2. I would like to have on the Form two Combo Box (CmbA & CmbB) based on the same Record of Table\Query but different fields. 3. The CmbA and CmbB should operate like this : a. When changing the Record selection on CmbA to a new...
  7. bn2335813

    Using two Combo Box based on the same Table\Query

    1. I'm using a Form for generating a Report based on a Query. 2. I would like to have on the Form two Combo Box (CmbA & CmbB) based on the same Record of Table\Query but different fields. 3. The CmbA and CmbB should operate like this : a. When changing the Record selection on CmbA to a new...
  8. bn2335813

    How to open FORM either in AddNew State or Edit !

    I have a Form/SubForm basicly based on a 'Tbl1'. I would like to check and see if a spesified record exists (based on ID) and to Open the Form eithr on the AddNew record '*' mode or Edit mode for the allready existing record . Thanks!
  9. bn2335813

    Problem with using ComboBox using Query based on other ComboBox

    I checked everything but it still won't work !!
  10. bn2335813

    Problem with using ComboBox using Query based on other ComboBox

    Hi ! ---- I have a subform which have four controls two of them are ComboBoxes. the first ComboBox is based on a table TblModel and after choosing a Model and moving to the second ComboBox, the second ComboBox is based on a Query (made with QBE) which uses the first ComboBox as the criteria for...

Part and Inventory Search

Back
Top