87 lines
3.4 KiB
Plaintext
87 lines
3.4 KiB
Plaintext
Function Test_Crisp3()
|
|
#pragma precomp SRP_PreCompiler
|
|
|
|
* Use to add shipment record numbers to WOMatKey based on WO or ship date + reactor type
|
|
|
|
Declare subroutine Set_Property, Set_Status, ErrMsg, Set_Property, obj_AppWindow, Send_Message, Logging_Services
|
|
Declare subroutine Btree.Extract, Send_Event, Security_Err_Msg, Forward_Event, End_Window, Start_Window, FTP_Services
|
|
Declare subroutine EditCell, obj_NCR, obj_Notes, Post_Event, obj_WO_Mat, obj_WO_Mat_Log, obj_WO_Wfr, obj_Tables, obj_RDS
|
|
Declare subroutine Error_Services, RDS_Services, Dialog_Box, Insert, Unlock, QA_Services, Validate, Development_Services
|
|
Declare subroutine Update_Index, Database_Services, Obj_WO_Mat_QA, Fmt, Yield, WinYield, Sleepery, Qa_Services, Reactor_Services
|
|
Declare subroutine Obj_Post_Log, GaN_Services, Excel_Services, obj_WO_React, Sap_Services, obj_sap, Errlog, Set_FSError, Print_Cass_Labels
|
|
Declare function Get_Property, Get_Status, Popup, Send_Message, Msg, Security_Check, Dialog_Box, RowExists, Utility
|
|
Declare function Dialog_Box, obj_WO_Log, obj_NCR, Check_Notes, obj_MUWafers, obj_WO_Mat, Error_Services, RDS_Services
|
|
Declare function MemberOf, obj_Tables, obj_RDS, Environment_Services, Logging_Services, Material_Services, ErrMsg
|
|
Declare function Work_Order_Services, RetStack, Min, Max, Obj_Prod_Spec, Insert, SRP_Trim, Xlate, Obj_Wo_Mat
|
|
Declare function Security_Services, QA_Services, Database_Services, RowExists, Rti_Lh_Info, UNICODE_ANSI, UNICODE_UTF8
|
|
Declare function index, Httpclient_Services, SRP_Encode, SRP_Decode, DirList, Obj_Rds_Test, Tool_Parms_Services
|
|
Declare function SQL_Services, RDS_Services, Obj_WM_out, Schedule_Services, Obj_Tool, SRP_Sort_Array, ICONV, SRP_Path
|
|
Declare function Development_Services, Obj_WO_Mat_QA, SRP_Join_Arrays, NextKey, Obj_Prod_Spec, FTP_Services, SQL_Format, Direct_Print
|
|
Declare Function DateTime, GaN_Services, SRP_Array, SRP_Clean_Array, Excel_Services, EpiPro_Services, Sap_Services, Signature_Services, Rti_Openid_Support
|
|
Declare Function Set_Printer, Printer_Select, Replication_Services
|
|
Declare subroutine Data_Map_Test, Replication_Services
|
|
Declare Function Get.RecCount
|
|
Declare Function DCount
|
|
Declare Function Database_Services
|
|
Declare Function Environment_Services
|
|
|
|
$INSERT POPUP_EQUATES
|
|
$INSERT MSG_EQUATES
|
|
$INSERT APPCOLORS
|
|
//$insert APP_INSERTS
|
|
$INSERT WM_IN_EQUATES
|
|
$Insert WM_OUT_EQUATES
|
|
$INSERT WO_LOG_EQU
|
|
$INSERT WO_STEP_EQU
|
|
$INSERT WO_MAT_EQUATES
|
|
$INSERT ORDER_EQU
|
|
$INSERT RDS_EQUATES
|
|
$INSERT PROD_SPEC_EQU
|
|
$INSERT NOTIFICATION_EQU
|
|
$INSERT LSL_USERS_EQU
|
|
$INSERT SECURITY_RIGHTS_EQU
|
|
$INSERT LOGICAL
|
|
$INSERT RTI_LH_INFO_EQUATES
|
|
$INSERT WO_MAT_QA_EQUATES
|
|
$INSERT CUST_EPI_PART_EQUATES
|
|
$INSERT PRS_STAGE_EQUATES
|
|
$Insert RLIST_EQUATES
|
|
$Insert CLEAN_INSP_EQUATES
|
|
$Insert TOOL_PARMS_EQUATES
|
|
$Insert SCHEDULE_EQU
|
|
$Insert SCHED_DET_EQUATES
|
|
$Insert SCHEDULER_EQUATES
|
|
$Insert NCR_EQUATES
|
|
$Insert REACT_RUN_EQUATES
|
|
$Insert TOOL_EQUATES
|
|
$Insert TOOL_LOG_EQUATES
|
|
$Insert PM_EQUATES
|
|
$Insert EPI_PART_EQUATES
|
|
$insert SCANS_EQUATES
|
|
$insert SERVICE_SETUP
|
|
equ crlf$ to \0D0A\
|
|
|
|
|
|
report = ''
|
|
tableName = 'JCH_LOG'
|
|
tableVar = ''
|
|
fileName = 'd:\temp\':tableName:'.txt'
|
|
|
|
Open tableName To tablevar THEN
|
|
|
|
Select tablevar
|
|
Done = 0
|
|
|
|
LOOP
|
|
READNEXT @ID ELSE Done = 1
|
|
UNTIL Done
|
|
*if @ID < 80000 AND @ID > 73291 then
|
|
report := @ID:crlf$
|
|
*end
|
|
REPEAT
|
|
End
|
|
|
|
OSWrite report To filename
|
|
|
|
return
|