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 pupochek

  1. pupochek

    Dynamic Datawindow

    This is actually an extremely inefficient and essentially wrong approach. Look up Column.Count DataWindow object property in help. You do a describe on this property, cast it and set your loop for it. In the loop you do a describe for .ColType property.
  2. pupochek

    E-mail validation

    Something along these lines: ( NOT Match(GetText(),~"[^A-Za-z0-9\.@_\-]~") OR NOT (Match(GetText(),~"[@+]~") AND Match(GetText(),~"[/.+]~"))) AND NOT (pos(GetText(), ~".~") = 1 OR pos(GetText(), ~".~", Len(GetText())-1) = Len(GetText()) OR...
  3. pupochek

    Window Title

    resize event is your friend

Part and Inventory Search

Back
Top