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 Wanet Telecoms Ltd 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
  • Content: Threads
  • 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

    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...
  4. 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...
  5. 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...
  6. 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!
  7. 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