[FONT="]Ok this is an EASY one for you GURU's..
I have to change some data in a table called notes. The data is to change the [/FONT][FONT="]1149945231 to 1087359774.
[/FONT][FONT="]I'm not sure how to go about writing a Q&D to change just those variables,
So Here's what I wrote but it's a no-go...[/FONT]
[FONT="][/FONT]
[FONT="]for each notes where notes.cono = 50 and notes.notestype = "C" and notes.noteln
= "** GST#: 100756238 / QST# 1149945231 **" exclusive-lock:[/FONT]
[FONT="]assign notes.noteln = "** GST#: 100756238 / QST# 1087359774**".[/FONT]
[FONT="]End.
[/FONT][FONT="]I think I need some kind of contain switch or something like that for the 1149945231, so it changes the right info.
I'm NEW to Progress programming, and just wondering if anyone has any idea what my best way to change this data is?
Also on a related note, are there good Online study guides to learn Progress from[/FONT][FONT="]?
Thanks
Chip
[/FONT]
I have to change some data in a table called notes. The data is to change the [/FONT][FONT="]1149945231 to 1087359774.
[/FONT][FONT="]I'm not sure how to go about writing a Q&D to change just those variables,
So Here's what I wrote but it's a no-go...[/FONT]
[FONT="][/FONT]
[FONT="]for each notes where notes.cono = 50 and notes.notestype = "C" and notes.noteln
= "** GST#: 100756238 / QST# 1149945231 **" exclusive-lock:[/FONT]
[FONT="]assign notes.noteln = "** GST#: 100756238 / QST# 1087359774**".[/FONT]
[FONT="]End.
[/FONT][FONT="]I think I need some kind of contain switch or something like that for the 1149945231, so it changes the right info.
I'm NEW to Progress programming, and just wondering if anyone has any idea what my best way to change this data is?
Also on a related note, are there good Online study guides to learn Progress from[/FONT][FONT="]?
Thanks
Chip
[/FONT]