Hi All,
Recently, the company I am F/T working for wants me to work as a contractor. The job is still the same, VFP programming for the software I have been working on in the past 8 years.
I need helps regarding this matter;
- Copyright. The company doesn't want to claim the copyrights for...
Hi greywalk,
Could you let me know the web site where you down load the IBM/Lotus Notes Domino Collaborative Object? I want to give a try. Currently, I am using Notes 5.0.6 with Win2000 in a NT4 network.
Peter
Hi,
I am using VFP6 which is okay for my applications. Currenlty, the company I am working for has a fund to purchase a new version of VFP. Should I move VFP 7 now or wait a while for VFP8. Someone said even VFP9 is on the way(?!). The point is I don't want to buy something which needs to...
Andreas,
Fantastic.....It works! Many thanks. By the way, what is the meaning of the number -4135 in your codes and where do you get it from?
danceman,
thanks for the information. You have helped me many times.
Peter
Could someone tell me how to insert a page break in a Excel sheet using VFP, please? Following is my codes,
sfile=Fullpath('EST.xls')
oExcel=CreateObject("Excel.Application")
oExcel.visible=.T.
oExcel.Workbooks.Open(sfile)
WITH oExcel
oSheet = oExcel.ActiveSheet...
danceman, it is an exe. following codes are used to start a menu in my main.prg,
v_level=0
do CHECKLEVEL &&check password level and return v_level
if v_level<3
do memu1.mpr &&the menu for other users
else
DO menu2.mpr &&the menu for team leaders
endif
Note that...
Hi,
Can someone tell me why the texts of diary can't be coped/pasted in some computers by using Window's default hop keys, Ctrl+C and Ctrl+V? The texts can be high lighted. However, they will be deleted if the users use the keys of Ctrl+C and Ctrl+V. Note that there are no troubles at all...
Just to let the VFP Aussies know that there are two coming VFP Get-togethers seminars in Australia next month. Both seminars are free charges:
The get-together sessions will consist of two technical presentations by Andrew Coates, director of Civil Solutions. There will also be presentations...
Hi All,
Is it possible to attach a .dbf into a LN R4.6 document using VFP programmatically?
I am a VFP prorammer with some Notesscript knowledge. My case is;
- an existing LN database TEST.NSF,
- an form named TESTFORM in TEST.NSF,
- a date/time field, named D_date, and an attachment in...
danceman,
Thanks for your response. Is it possible for you to give me some example codes? it seems I can't pick up a picture how to do.
My case is;
- an existing LN database TEST.NSF,
- an form named TESTFORM in TEST.NSF,
- a date/time field, named D_date, and an attachment in TESTFORM,
-...
Hi danceman,
I found why the file is not available. This is becasue the resource file is setted to "no used" in the section of file locations of Options in my VFP system. The Calendar/Diary work okay now.
By the way, I can not find the thread Q104884, which you memtioned in...
hi danceman,
Thanks. The foxuser.dbf does exit. I can open it in the VFP command window. It is in the default path. However, I still get the same error message.
Peter
When running the following codes,
Activate window Calendar
I got an error message,
"Foxuser resource file is unavaiable. Diary disabled".
Note that the calendar still appears on the screen after the error message. However, it doesn't work.
Any help would be appreciated.
Peter
With SQL statements, I agree what dgrewe memtioned above. I am using alltrim()+"==" more than alltrim()+"=" to make sure the output is correct. Can someone tell what is the differenty of running speed between "==" and "="?
Peter
hi mgagnon,
Testing your codes, I got an error message in the following line,
oXLChart1.application.charts[1].SeriesCollection(m.i).delete
The error message is "unable to get the SeriesCollection property of the Chart class.."
All the rest of your codes work very fell. Have I...
is there any way to make the data, in VFP tables, can ONLY be accessed properly by using a specified VFP program? That means the data will be useless without the program, even those tables can be copied.
Any help would be appreciate.
Peter
Many thanks for your responses.
danceman: I have tried the following codes. It still doesn't work properly.
select * from table1 into cursor cTemp nofilter
use table2 in 0
select table2
append from cTemp
The number of record in Table2 is the same as in cursor cTemp. However, all the records...
I tested the following codes. It doesn't work,
select * from table1 into cursor cTemp
select 0
use table2
append from cTemp
Am I doing something wrong or VFP6 doesn't like so? The codes work very well if I use "table", insead of "cursor".
Peter
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.