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!

Recent content by EZLI

  1. EZLI

    Split the Field value

    Thank You VBslammer! It's working.
  2. EZLI

    Split the Field value

    Hi, I have on Form three Fields: Field1 Value *123456*72.47* I need to split that value following to: Field2 Value 123456 Field3 Value 72.47 Can somebody help. Thank's in advance
  3. EZLI

    Switch unvisible Subform to visible

    Thank You OnTheFly. It's working fine. I have on more question. I will try to hide subform content using CheckBox (placed on MainForm). If ChekBox=True the subform must be unvisible. How to do it? Bob
  4. EZLI

    Switch unvisible Subform to visible

    Thank You PHV. It's working.
  5. EZLI

    Switch unvisible Subform to visible

    Hi, How to switch unvisible subform in Form to visible using Button. Thank's in advance for help.
  6. EZLI

    Switch unvisible Subform to visible

    Hi, How to switch unvisible subform placed in Form to visible using Button. Thank's in advance for help.
  7. EZLI

    Hide subform in Form

    TheAceMan1, Sorry but this don't work. Bob
  8. EZLI

    Hide subform in Form

    Hi, I have a check box in form and a subform. If check box value is True, subform must be unvisible. And If check box value is False, subform is visible. Can somebody help to dissolve above described. Thank's in advance.
  9. EZLI

    Change the Button color in Main Form by change value of CheckBox

    Thank's both for help. It's working. I have another question. How to change Form1 Backgrond color as like in Web Site choosing Theme. Bob
  10. EZLI

    Change the Button color in Main Form by change value of CheckBox

    Thank You. Here are codes below unit MUnit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls; type TForm1 = class(TForm) Button1: TButton; procedure Button1Click(Sender: TObject); private { Private declarations }...
  11. EZLI

    Change the Button color in Main Form by change value of CheckBox

    Hi, How to change Button1 color placed in Main Form by checking CheckBox1 which is placed in Slave Form? Thank's in advance.
  12. EZLI

    Add Date&Time Picker Control(SP4) to unboud Date Field

    Hi, I have the Form with unboud Data Field. How to add Date&Time Picker Control(SP4) to unboud Date Field? Thank's in advance.
  13. EZLI

    Row painting by condition

    Thank's Roy! But the question was to paint the row not a field or column. Bob
  14. EZLI

    Row painting by condition

    Hi, I have a subform (in DateSheet)on form. If by condition in one field in Subform row (DateDiff>=30) I need to paint in Yellow colour all that rows where this condition is true. Thank's in advance, Bob
  15. EZLI

    FIFO in one table

    Hi, Value in Field2 I enter manualy. Date-month. Field1-Counter messure for last month. Field2-Counter messure for this month. Field3-Diff=[Field2]-[Field1]. ID Date Field1 Field2 Diff 1 01.07.04 100 200 100 2 01.08.04 200 350 150 Regards, Bob

Part and Inventory Search

Back
Top