Hi,
I am copying data to an array using a condition & in some cases i am not getting any data & the Array is not created. Can I check if an Array exisits?
THank YOu
HI All,
Thanks for your response, I just checked this out & there is no filter nor a set relaton. May be it just needed a reindex so so-far i will need to wait and see.
Thank you
Hi all,
How whould this be possible. I have the following 3 lines of code:
sele 6
append blank
gather memvar
in some cases the 'gather memvar' gives me an 'end of file encountered' error. What can cause this to happen at this point?
Thank YOu
Thank you all
Your advise worked!...as I am working on this i just recieved a package that i ordered AppDev training CD-Rom on Foxpro. We are here to stay!!!
Thank You!
Hi All!
I am printing a report using 3 columns (the same data is printing 3 columns accross, as i set it up in page setup). To show the data so that each column is properly seperated i include a vertical line. this vertical line shows up after each column, i am trying to find a way not show...
The font size in the report?, just Modify the report (modify report reportname) and highlight the control, or all & then select 'Format' & then 'Font'.
Olaf,
Your idea worked!, as quoted in the Foxpro help:
Unlike FPUTS( ), FWRITE( ) doesn't place a carriage return and a line feed at the end of the character string.
By using the fwrite command I was a ble to write that record without the carrige return & now I am matching up excatly!
Thank...
ok, i tried this and it's a little better, but still not it.
what i am getting now is ONLY the 0D 0A, instead of getting
0C 0D 0A. It is still throwing off my compare, as the production text file (created in Paradox DOS) only has 0C!
Sure....
-----------------------------------------
Structure for table: G:\ELECTRONIC_BILLING\TEST1.
DBF
Number of data records: 0
Date of last update: 06/29/2007
Code Page: 1252
Field Field Name Type Width Dec Index Collate Nulls Next...
you mean:
STRTRAN(fieldname,CHR(12)+CHR(13)+CHR(10), CHR(12))
i just tried it on the data of that last record and it did NOT work. I tried your version with the filename & got only error messages, unless you mean something else (i tried using my dbf and the txt file, both returned in error).
Hi Everyone, again.
This is about the txt file again. When creating the dbf, which I subsequently use to create the txt file, I am appending blank to create an empty record and replacing it with chr(12) (0C in hex). But my resulting txt file is giving me: 0C 0D 0A (chr(12)+chr(13)+chr(10) 13...
Thanks all, for your reply. the 'sdf' option did not resolve the problem, as i was still getting spaces at the end of the data line. But the low-level file functions did the job. Thank you!
Hi All,
I am copying a dbf file to txt file (copy...delimited with ' ') and the resulting txt file has a space at the end of each line, as i am delimeting by space. Is there a way not to send that extra space and the rest of the data on the line (80 characters each line) should be nothing...
Thanx Mike,
I have never done this type of stuff before (registry updates or API call), but I will try to figure something out from the Foxpro help & will let you know if i still need help.
Thank You
Hi again,
The purpose of doing this 'set printer' was to send it to a printer which converts the VFP report to a PDF & then gives the user an opportunity to email the report. I used a software package called Win2PDF, it installs as a printer and then you just select this printer.
I am...
Thanx a ton!, this worked. When done I had to do 'set printer to default' to return to the default printer, 'set printer to' was not good enough.
Thanx all
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.