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 Westi 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: EZLI
  • Order by date
  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
  16. EZLI

    FIFO in one table

    Ken, Here is the table: ID Field1 Field2 1 5 10 2 10 27 3 27 98 4 98 150 Bob
  17. EZLI

    FIFO in one table

    Ken, Thank's for help. Please give example for that simple table. Regards, Bob
  18. EZLI

    FIFO in one table

    Skip, Thank's for help. The value from current record Field2 must be assigned (copied) to Field1 for the next record.This operation for each next record. And we can use only one table. The amount of records will be grow till 1000. I'm novice in VBA. Please help dissolve my question. Bob
  19. EZLI

    FIFO in one table

    Hi, I have a one table T1: ID 1 Date 01.07.04 Field1 A Field2 B How to assign Field2 value "B" to Field1 for the next record ? Next records must look so: ID 2 Date 01.08.04 Field1 B Field2 C ID 3 Date 01.09.04 Field1 C Field2 D e.t.c...
  20. EZLI

    Assign Field Value?

    Thank You for the answer. The problem is that I would like to organise all this in one Table T1. Have You some Idea? Bob

Part and Inventory Search

Back
Top