RE: [RBASE-L] - REPLACING INFORMATION

2020-05-08 Thread A. Razzak Memon
s had little training (thankful for the week spent with you), it has been a great help. James Belisle From: rbase-l@googlegroups.com [mailto:rbase-l@googlegroups.com] On Behalf Of Jim Belisle Sent: Monday, April 13, 2020 5:20 PM To: rbase-l@googlegroups.com Subject: RE: [RBASE-L] - REPLACING INFORM

RE: [RBASE-L] - REPLACING INFORMATION

2020-05-08 Thread Jim Belisle
Friendly Since 1990 [cid:image001.jpg@01CD8CE2.FB048F50] From: rbase-l@googlegroups.com [mailto:rbase-l@googlegroups.com] On Behalf Of Jim Belisle Sent: Monday, April 13, 2020 5:20 PM To: rbase-l@googlegroups.com Subject: RE: [RBASE-L] - REPLACING INFORMATION I will try that. James Belisle Making

RE: [RBASE-L] - REPLACING INFORMATION

2020-04-13 Thread Jim Belisle
: [RBASE-L] - REPLACING INFORMATION Jim, A DECLARE CURSOR may be needed to update those specific records. -- Start of Code -- Update Part Information Contents CLEAR ALL VAR SET VAR vPARTNAMEPC TEXT = NULL SET VAR vSrchReplDesc TEXT = NULL SET VAR vSearchString TEXT = '2x10 8

Re: [RBASE-L] - REPLACING INFORMATION

2020-04-13 Thread A. Razzak Memon
Jim, A DECLARE CURSOR may be needed to update those specific records. -- Start of Code -- Update Part Information Contents CLEAR ALL VAR SET VAR vPARTNAMEPC TEXT = NULL SET VAR vSrchReplDesc TEXT = NULL SET VAR vSearchString TEXT = '2x10 8' SET VAR vReplaceString TEXT = '2x10x96' SET VAR vChec