dbTalk Databases Forums  

Fyling a program in d3 - 7.2.1

comp.databases.pick comp.databases.pick


Discuss Fyling a program in d3 - 7.2.1 in the comp.databases.pick forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Mario
 
Posts: n/a

Default Fyling a program in d3 - 7.2.1 - 10-14-2003 , 09:13 AM






Hi

This is my problem. Firstly I have a program file called PROGFILE and a
pointer-file called PF. I
do the following "ED PF XXX" do my change to xxx then FI out of it. My
changes dissappears and in my program file (PROGFILE) the first line if I
"ED PF PROGFILE" is the program name( in this case xxx). And the program xxx
has not been changed.

Has anyone encountered this.

REGARDS


--
Mario Peters Ndip. IT(PE Tech)
Office = 043 7226625
Cellno = 0722485530
Email = m.peters (AT) freshmarksystems (DOT) co.za

---------------------------------------------------------
All views or opinions expressed herein are that of the author only and
in no way reflect those of Freshmark Systems. The information
transmitted is intended only for the person or entity to which it is
addressed and may contain confidential and/or privileged material. Any
review, retransmission, dissemination or other use of, or taking of
any action in reliance upon, this information by persons or entities
other than the intended recipient is prohibited. If you receive this
in error, please contact the sender and delete the material from any
computer.



Reply With Quote
  #2  
Old   
Jeffrey Kaufman
 
Posts: n/a

Default Re: Fyling a program in d3 - 7.2.1 - 10-14-2003 , 10:04 AM






D3 is case insensitive, which means X is the same as x. When you make your
change, the system sees nothing difference and thinks no change has been
made.

There are two way to handle this:

1) change XXX to YYY, file, edit, change YYY to xxx

2) use CASE-ON, make your change, use CASE-OFF

I hope this helps.

--

Jeffrey Kaufman
Key Data Systems Group
www.keydata.us
559-432-3832
559-432-4657 fax

Western Pacific Supply
www.westpacsupply.com
888-WestPac

"Mario" <m.peters (AT) freshmarksystems (DOT) co.za> wrote

Quote:
Hi

This is my problem. Firstly I have a program file called PROGFILE and a
pointer-file called PF. I
do the following "ED PF XXX" do my change to xxx then FI out of it. My
changes dissappears and in my program file (PROGFILE) the first line if I
"ED PF PROGFILE" is the program name( in this case xxx). And the program
xxx
has not been changed.

Has anyone encountered this.

REGARDS


--
Mario Peters Ndip. IT(PE Tech)
Office = 043 7226625
Cellno = 0722485530
Email = m.peters (AT) freshmarksystems (DOT) co.za

---------------------------------------------------------
All views or opinions expressed herein are that of the author only and
in no way reflect those of Freshmark Systems. The information
transmitted is intended only for the person or entity to which it is
addressed and may contain confidential and/or privileged material. Any
review, retransmission, dissemination or other use of, or taking of
any action in reliance upon, this information by persons or entities
other than the intended recipient is prohibited. If you receive this
in error, please contact the sender and delete the material from any
computer.





Reply With Quote
  #3  
Old   
Mario
 
Posts: n/a

Default Re: Fyling a program in d3 - 7.2.1 - 10-15-2003 , 07:25 AM



Apologies. Maybe I wasn't clear enough. XXX in m e-mail is XXX uppercase
always.
"Jeffrey Kaufman" <jeffreykaufman (AT) sbcglobal (DOT) net> wrote

Quote:
D3 is case insensitive, which means X is the same as x. When you make your
change, the system sees nothing difference and thinks no change has been
made.

There are two way to handle this:

1) change XXX to YYY, file, edit, change YYY to xxx

2) use CASE-ON, make your change, use CASE-OFF

I hope this helps.

--

Jeffrey Kaufman
Key Data Systems Group
www.keydata.us
559-432-3832
559-432-4657 fax

Western Pacific Supply
www.westpacsupply.com
888-WestPac

"Mario" <m.peters (AT) freshmarksystems (DOT) co.za> wrote in message
news:1066140846.11051 (AT) proxy (DOT) jhb.stormnet.co.za...
Hi

This is my problem. Firstly I have a program file called PROGFILE and a
pointer-file called PF. I
do the following "ED PF XXX" do my change to xxx then FI out of it. My
changes dissappears and in my program file (PROGFILE) the first line if
I
"ED PF PROGFILE" is the program name( in this case xxx). And the program
xxx
has not been changed.

Has anyone encountered this.

REGARDS


--
Mario Peters Ndip. IT(PE Tech)
Office = 043 7226625
Cellno = 0722485530
Email = m.peters (AT) freshmarksystems (DOT) co.za

---------------------------------------------------------
All views or opinions expressed herein are that of the author only and
in no way reflect those of Freshmark Systems. The information
transmitted is intended only for the person or entity to which it is
addressed and may contain confidential and/or privileged material. Any
review, retransmission, dissemination or other use of, or taking of
any action in reliance upon, this information by persons or entities
other than the intended recipient is prohibited. If you receive this
in error, please contact the sender and delete the material from any
computer.







Reply With Quote
  #4  
Old   
 
Posts: n/a

Default Re: Fyling a program in d3 - 7.2.1 - 10-15-2003 , 03:15 PM



Mario,

Are you doing a merge "ME" command somewhere in your editor session to
merge lines from another record or file? I have noticed this phenomena
when doing multiple merges in a session without filing in between
merges. For some reason the item name will change to the filename as
you have described and your original item remains unmodified. It
doesn't always do it but often enough that I've gotten into the habit
of doing a "f" followed by a "?" after every merge to see if it has lost
it's mind or not.

Don't have a fix for it, I've just learned to watch for it.

Hope this helps.

Steve Douglas
Practice Support Services, Inc.

In article <1066140846.11051 (AT) proxy (DOT) jhb.stormnet.co.za>,
m.peters (AT) freshmarksystems (DOT) co.za says...
Quote:
Hi

This is my problem. Firstly I have a program file called PROGFILE and a
pointer-file called PF. I
do the following "ED PF XXX" do my change to xxx then FI out of it. My
changes dissappears and in my program file (PROGFILE) the first line if I
"ED PF PROGFILE" is the program name( in this case xxx). And the program xxx
has not been changed.

Has anyone encountered this.

REGARDS


--
Mario Peters Ndip. IT(PE Tech)
Office = 043 7226625
Cellno = 0722485530
Email = m.peters (AT) freshmarksystems (DOT) co.za

---------------------------------------------------------
All views or opinions expressed herein are that of the author only and
in no way reflect those of Freshmark Systems. The information
transmitted is intended only for the person or entity to which it is
addressed and may contain confidential and/or privileged material. Any
review, retransmission, dissemination or other use of, or taking of
any action in reliance upon, this information by persons or entities
other than the intended recipient is prohibited. If you receive this
in error, please contact the sender and delete the material from any
computer.




-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----== Over 100,000 Newsgroups - 19 Different Servers! =-----


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.