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 dencom 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: calvinw
  • Content: Threads
  • Order by date
  1. calvinw

    reference html form

    I'm working with a legacy application (version 7.1.4) Is there a way to reference the value of a drop down box in an html form from a webfocus executable (fex)? For example: -SET &MYVAR='function getVal()' Thanks.
  2. calvinw

    reference values in a hold file

    Here's a code snippet of what I have so far: JOIN BPDCLB AND BPDMBR IN BPDNEW TO CRCLB AND CRMBR IN CRFILL20 AS J4 END DEFINE FILE BPDNEW ACCTS/I5CS =1; CHKDATE/YMD =BPDSTD; MYDATE/YMD =DATECVT(CRDTE,'I6MDY','YMD'); END TABLE FILE BPDNEW SUM ACCTS BPDCBA WHERE CHKDATE GE &RDATE AND...
  3. calvinw

    duplicate records

    New to webfocus. Using DB2 adapter for IBM 550. Following code produces duplicates with some date ranges. Suggestions? JOIN BPDCLB AND BPDMBR IN BPDNEW TO BIFCLB AND BIFMBR IN BIFIL AS J0 END JOIN BPDCLB AND BPDMBR IN BPDNEW TO CRCLB AND CRMBR IN CRFILL08 AS J1 END DEFINE FILE BPDNEW...

Part and Inventory Search

Back
Top