Update data in SQL Server with scan function VFP
I want to update data in SQL Server using VFP 8. Below is my code
Update data in SQL Server with scan function VFP
I want to update data in SQL Server using VFP 8. Below is my code
Source control system for binary files [closed]
Closed 9 years ago.
App created in Visual FoxPro 7 moved to new server but certain reports no longer print
I inherited an old application using Visual FoxPro 7 compiled with a 4GL (I think it was called Blacksmith or something like that) The Developer retired and left the country and we do not have the source code.
Our issue is that we moved the application to new hardware (and from Win Server 2012 to Win Server 2016 in the process.
The application runs fine, but certain reports fail with a very generic error message.
cannot find object on database (VFP8)
i got a bunch of view on my database designer. i use this code
OPEN DATABASE pinjaman
*=ADBOBJECTS(ga_Connections, “CONNECTION”)
*=ADBOBJECTS(ga_Relations, “RELATION”)
*=ADBOBJECTS(ga_Views, “VIEW”)
=ADBOBJECTS(ga_Tables, “TABLE”)
CLOSE DATABASES
thisform.grid1.recordsource = 0
CREATE CURSOR dbRelat (Parent_Table C(40),Child_Table C(40),Parent_Key C(40),Child_key C(40),Spacer C(1))
Can I get a copy of BreakStringIntoLines.prg?
This is for Tamar Granor. I would love to use your prg to take a long string and split it into lines that I would put in a foxpro memo field. If it does that could you tell me how I can get a copy? I have searched the internet hi an low. Thanks, John