Well yes that was determined already. (by me :D)
Nevertheless Mr. Olaf already shed light on my issue :D
https://microsoft.public.fox.programmer.exchange.narkive.com/NyGUbgox/how-to-get-current-domain-user
with the following single line :D
"GETENV("COMPUTERNAME")" and you have ONLY the...
Dear All , is being a while , nice makeover but I prefer the old-fashioned style better ,
Nevertheless.
As I understand the command GETWORDCOUNT() is only available on VFP 9.0 and not in VFP 6.0
Is there an easy way to replicate somehow easily what this command does in VFP 6.0 ?
What I...
Dear Mr.Chris
At the moment I am changing the printer from default to the Text only generic printer driver so that I can push the ZPL code directly to the printer to avoid having to deal with math creating QR codes but my printer can do that out of the box.
Thank everyone for all the ideas...
Dear Mike ,
Thank you for your input.
In my case the console is the program form. My guy is "drawing" on the display :D old School Fox Pro stuff.
Thanks
The Radiologist
A quite bad workaround ( I would like to avoid it at all costs )
SET CONSOLE OFF
TYPE 'some file' TO PRINTER
SET CONSOLE ON
If you have a more elegant solution let me know.
Dear All ,
I have this command " TYPE 'some file' TO PRINTER
And it outputs the file contents on screen.
Is there a way to stop that ?
Thanks in advance for the help ,
The Radiologist
Finally after 10 hard days I managed to get my subroutine done , thank to you !
Thank you for your valuable help and valuable time and knowledge.
Thanks again.
The Doc.
Dear All ,
Thank you very much for your valuable input ,
After 10 days of hard coding I managed to get my subroutine done , thanks to you ,
Thank you for your valuable input.
I went with the
IF VARTYPE(aMyArray) != "U"
Since it was simple and easy to manipulate with cases.
Thank you...
Dear All ,
I am having an issue with some high-level queries,
Select * from *sometable* INTO ARRAY aMyArray WHERE arguments
I need to be able to know if this query is empty so that I won't go down the line to check if my array even exists ( because since the query is empty the array won't...
That will show in the future. (that they will need some crazy solution, that I can't implement at all)
For the time being I am scarping by.
The needs must change radically for them to be be forced to change. That ain't going to happen. Any time soon.
Thank you again for everything and your...
Unfortunately , I tried. The end user is reluctant because it just works. Its tailor made to their specifications.
Anyway as a work around that I got while sleeping on the damn problem was to simply program my barcode scanner to just ad a <TAB> AND A <CR> for the first barcode
and if second...
Dear All , Thank you for your time to help me out,
FoxPro 6.0
Regarding the logic.
The idea is the Following.
I want to make an automated station that searches details of something via a barcode.
So the scanner sends a <CR> ( ENTER ) after reading said Barcode.
But because focus is on the...
Dear All ,
Happy holidays and all the best to all and a happy new year to everyone.
Now a peculiar request:
The code :
"
** Say something on screen
@ 1.5,24 say "*********" font "ARIAL" ,19 style "BU" color w+/g
** Say something more on screen
@ 5,24 say "***********" font "ARIAL" ,19...
Dear All ,
Merry Christmas and a happy holidays BTW to all :D
I had a last question on thread : thread184-1828035
Regarding tables, Now I managed to get out of the mess I got my self into , but
At the moment I have 2 temporary tables that have data in them that I want to discard after using...
Dear All ,
Thank you for all the help , I managed to get out of the mess I got my self into.
Now I have an other question.
If I want to delete the table and re-create it every time the routine runs to be sure all data are removed how can I do it ?
for the time being I am using ZAP a quite...
Dear All ,
Thank you for your very very valuable input ,
One of the issues is that unfortunately in the medical filed the mayor key aspect is the trend of the patient.
Meaning I can lookup back 2 years worth of data to see how he was and how he is now for example ,
Double bookkeeping...
Dear All ,
I would like to know if its possible to somehow keep in cache or keep a local copy of some big database files that are located in a remote share , because when loading some fields that are memo ( just long texts ) it takes time and sometimes the program freezes.
Is not a mater of...
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.