Scott,
You did it again! I had checked the Font & didnt find anything unusual. After your response, I went and changed the font from 'Courrier new' to 'Courrier' and now its OK. Thank You again for your help!
I have an interesting problem. I am going into a client thru remote dektop, and am using Foxpro version 6. When I enter something within the program it's fine. But when I to a 'modi comm' on .prg or in the command box, I cannot see what I am typing in, everything is invisible. What I do type in...
Hi,
I wrote a function which dump's data from a requested dbf, and whould like to know if a numeric field
has decimals. I use this dump while I am coding & need to code my report output accordingly.
Thank You
Hi everyone & thanx for your response.'s My internet was down so I chouldn't get in. Let me rephrase my question: I am 'dumping' data from a dbf & do not know beforhand if a numeric field has any decimal places. I CAN determine that its numeric, using the Type function, but I need to determine...
Hi!
I am using the TYPE function, to determine a field type. Is there a way to determine the number of decimal places of a numeric field, in a case where the decimal amounts are 0 (ex: 10.00)?
Thank You
Mike,
I checked that out. From previous experience, when I was converting versions (recently from FP Version 3 to VFP Version 6) I was running into report problems. I deleted all the tables from 'environment' section and it resolved the problem. Likewise in this situation, the 'environment'...
HI Everyone,
Scott, you are RIGHT. I edited the FRX file and found the default printer of Workstation B (from where it was printing ok) was 'hard coded' in some memo fields. When I checked THAT printer, it was there. I deleted all the data from all the memo fields that mentioned that printer...
I am doing a 'repo form to print' from within a program FP Version 9. At Workstation A it seems to go nowhere, while at Workstation B it prints ok. Workstation A has a default printer & other software successfuly print to it. In addition this Foxpro report DOES PRINT if I issue the 'repo form to...
HI All!,
This has been alluding me for years! On some installation's of Foxpro, when I do a 'Modi Comm' the editor brings up the program at the line that I had closed previousely & at some installations, it brings it up allways to line 1. Where can I control this aspect of the editor?
Thank You
Thank you for your response, but, I had done what you mentioned, in my config.fpw file I added a line: SET PATH to G:\xyz, while the target in my icon says 'G:\xyz\programs'.
When I attempt to open a dbf, it's only looking for it in 'G:\xyz\programs' and not in 'G:\xyz', therefore giving me an...
HI Everyone, is it possible to do a partial search on a numeric field in a table that is indexed in numeric sequence? I have the following situation, I have a numeric field in a table, I whould like the user to be able to enter a number, lets-say 3 & i will be able to get to the first record...
Hi!
Is it possible to print a screen progromaticly. I see that you can save it to a .TXT or S type of variable, can you then print it like the DOS 'print screen'?
Thank YOu
Mike, it's just more confusing for a potential hacker. But you are right, I think that the user, will be the biggest confuser, so I will stick, to an asterick!
THANK YOU AGAIN ALL, IT'S ALLWAYS APPRECIATED!
After thinking about, I came up with the below mentioned simple routine:
=============
@ 10,10 say 'Please Enter Password'
x=0
mpswd=''
DO WHILE .t.
x=x+1
y=ALLTRIM(STR(x))
mps&y=' '
@ 10,x+33 get mps&y
READ
IF mps&y=' '
EXIT
ENDIF...
Thanks for the reply, but I am not using OOP, just '@ say get' to a memory variable (I will post this in the old version forumn, if I need to), I am using version 9.
Hi everyone, I am sure this is something simple but.....
How do you hide a password, when the user is entering it, showing asterick's, like all the software do?
Thank You
Mike, it worked, thank you so much. I truly appreciate it! I was looking thru the 'set' commands and whould of taught it whould be there. Thank You again!
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.