Tore
I remember once when you insulted me sometime ago because you mentioned about users not showing a real name. I have to say that Mike's offer was quite valid but your response, "I don't need any third person's assistance" was quite rude in my opinion. The posts on threads within this VFP...
In answer to Mandy’s post, I am a subscriber to “Computer Active” and this was an article in issue 673 dated 20 December 2023:
Quote:
WINDOWS 12 'COMING JUNE 2024'.
Microsoft will release Windows 12 in June 2024, according to Taiwan's biggest financial newspaper Commercial Times. It made the...
Chriss
The "SET REPORTBEHAVIOR TO 90" was a typo. I just checked my PRG and it is set to "SET REPORTBEHAVIOR 90" but thanks for pointing that out.
Thank you
Steve Williams
VFP9, SP2, Windows 10
atlopes
I tried your suggestion but the font didn't change. I also change the SET REPORTBEHAVIOR TO 90 as Chriss suggested but still no effect.
I then tried out the overlapping putting a duplicate field over the top of the original, changed the field font settings and added the condition to...
Hello
I recently resolved my problem on thread https://www.tek-tips.com/viewthread.cfm?qid=1825298 (thank you)
This is a follow on from that thread and would like to know how to change font type using "Print when" or other method on a report when a particular condition applies.
I am aware of...
Chriss
I resolved my issue in the following way by creating a "MASTER" table, then the following code (abbreviated):
* mmastlink=525 (as an example)
tempfile=SYS(2015)
tempfilet1=SYS(2015)
tempfilet2=SYS(2015)
tempfilet3=SYS(2015)
USE COSTMASTER SHARED
COPY STRU TO tempfilet+'.dbf'
COPY STRU...
Chriss
I just hope one day I'm as knowledgeable as you then perhaps I can have my cake and eat it too. I am quite partial to a slice or two of Madeira cake.
Have a nice day
Thank you
Steve Williams
VFP9, SP2, Windows 10
Trento777
Thank you for the very comprehensive reply. The form was made using tables so it will be difficult to go back and try cursors but with my limited knowledge, I understand what you mean.
I appreciate your post.
Thank you
Steve Williams
VFP9, SP2, Windows 10
Hello all
I have a form with multiple tables, the master table being CASMASTER.
The other tables on the forms Data Environment are linked to the master by the field MASTLINK in CASMASTER.
The form itself has a pageframe with grids on several pages displaying the relevant records linked to...
Hello
I am trying to add records from several tables to a SYS(2015) file that meet a certain criteria:
* Using mmastlink=525 as an example
USE CAACTIVITY SHARED
COPY STRUCTURE TO tempfile+'.dbf'
SELECT * FROM CAACTIVITY WHERE MASTLINK=mmastlink ;
ORDER BY ACTDATE INTO TABLE tempfile+'.dbf'...
Chriss
I was able to resolve my issue with the following which is now working without errors:
USE URNTABLE SHARED && This dbf stores URN's and the network path
STORE SPACE(40) TO mserverpath
STORE SERVERPATH TO mserverpath
USE
* Server path looks like: \\DESKTOP-XXXXXXXX\JOBSYSTEM
USE JOBS...
Chris
If you read my post, you would see what I was talking about.
To summarise:
I have an application of which I have the source code
We have used the application for a long time, no errors and all working fine
Part of the code in the .prg called addnewjob.prg has the following:
IF NOT...
Thank you for all the replies.
A bit confused at the moment but I do have access to the code so I'll look into it.
Thank you
Steve Williams
VFP9, SP2, Windows 10
vaxman9, thank you. I’m not really sure what you mean in your post as I’m still relatively new to VFP.
Mike: You mentioned about putting a drive letter but if I put a “C”+”\”+ etc in front, surely that would tell the network computer to look on its own C drive.
I also take your point about...
Hi
I posted sometime back about creating folders for documents which works perfectly (thanks to those who contributed) on a standalone computer.
The purpose of the created folders is to store PDF's relating to job sheets, purchase orders etc that are automatically generated by the system.
The...
How about having a Page Frame with tabs on your form? You could have as many tabs as you wanted without having scroll bars.
Multiple tabs, multiple information.
Just a thought.
Thank you
Steve Williams
VFP9, SP2, Windows 10
GriffMG:
We went with your suggestion and this has now speeded up the process. I've also changed the SYS(3) to SYS(2015). Many thanks
Trento777: "Is the laptop actually connected to the server by cable?"
We tried it over a wireless connection and via ethernet cable, the latter was quicker...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.