Re: Property and Method Editor ver 2.0...

2008-11-11 Thread Ajit Abraham
Hi Kevin, Kevin Cully wrote: > Hey Matt, > > I may be dense but what exactly do I do to install this? 1. In VFP, select the Solution Samples pane of the Task Pane Manager, expand the New in Visual FoxPro 9.0 heading, and choose the FoxCode Menu Scripts sample. In the dialog that appears, cli

Re: Property Dialog Codeplex

2008-12-01 Thread Ajit Abraham
Hi Ajoy, There has been discussion about this on Profox recently. Pls search the archives. http://leafe.com/archives/showMsg/403602 Sincerely, _Ajit Abraham Ajoy Khaund wrote: > I have downloaded it but cant find out how to install it. ___ Post

Re: VFP2MySQL demo app posted on ProFox downloads site

2011-10-27 Thread Ajit Abraham
Hi Mike, I had to the following to run it from the project. 1. Right at the top of main.prg, I had to set a "SET DEFAULT TO.." the current location of the project file 2. Had to hard code the path of registry.h for the include statement at the top of main.prg 3. In the InstallMySQL fuctio

Re: Report Preview not working on customer PC.

2008-06-13 Thread Ajit Abraham
Hi Alan, You mentioned the data is the same in both the scenarios. The only situation, that I have come across, when the previewer shows nothing and continues with the next statement, is when there are no records in the table being viewed. maybe a "browse" just before the "report form" would c

Re: SQL Select - you think for me, I have a head cold.

2008-06-18 Thread Ajit Abraham
Hi Alan, Assuming that the "latest period" is unique for each employee, select employeecode,; max(periodcode) as periodcode, ; max(pay) as pay, ; max(tax) as tax ; from paytable ; group by employeecode _Ajit Abraham Alan Bourke wrote: > VF

Re: SQL Select - you think for me, I have a head cold.

2008-06-18 Thread Ajit Abraham
Dave Crozier wrote: > Ajit, > No that won't work. Yes, you are right Dave. How about this: select e1.employeecode, e1.period, e1.pay, e1.tax ; from employee e1 ; where e1.period = (select max(period) from employee e2 ; where e2.employeecode=e1.employeecode)

Re: Vfp9: Resource file not valid

2008-07-06 Thread Ajit Abraham
Ajoy, > Resource file is not valid. Overwrite it with a new empty one. Yes No Delete the foxuser.dbf and foxuser.fpt files, and then start your application. _Ajit Abraham __ D O T E A S Y - "Join the web hosting revolution!" http

Re: [NF] Setting up FTP site

2008-07-16 Thread Ajit Abraham
Dave Crozier wrote: > Michael, > Setting up an FTP site is no problem, but securing it "COULD BE". As a > starter take a look at CuteFTP home version: > > http://www.cuteftp.com/cuteftp/ > you can also try out FileZilla http://filezilla-project.org/ _Ajit Abraham

Re: Finger print technology

2010-03-14 Thread Ajit Abraham
Hi Sytze, http://leafe.com/archives/msg/432032 You may also follow up with John Harvey who was also on the same road as you. _Ajit Abraham Sytze de Boer wrote: > Hi > > I need to develop a system where people swipe their fingerprint and my VFP > app "reads" the data > Has anyone worked with

Re: Printing issue in Bahrain (VFP9SP1)

2010-03-29 Thread Ajit Abraham
Hi Mike, I stay in Bahrain. You mentioned you have support tech here, but I can help if you need to try anything specific. By the way, I too had the same problem with one of my reports. One workstation printing ok, and others don't. I changed the font to Arial and now it works fine. If it is a

Re: [NF] Why don't more folks use RDP?

2019-03-22 Thread Ajit Abraham
We are using TSPlus (tsplus.net) as RDP Client for the last 3 years. Has useful features like local scanner and printer, restriction on the programs that the client can use. Ajit On 22/03/2019 17:13, MB Software Solutions, LLC wrote: Your thoughts on RDP? tia, --Michael --- StripMime Re

Re: Hacker's Guide, Section 4, now live on github.io!

2019-12-29 Thread Ajit Abraham
Cool ! On 29/12/2019 18:46, Ted Roche wrote: Kudos to Doug Hennig for getting this done! https://hackfox.github.io/ Looks great! --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/html --- _

Re: Hacker's Guide, Section 4, now live on github.io!

2020-01-01 Thread Ajit Abraham
Cool! On 29/12/2019 18:46, Ted Roche wrote: Kudos to Doug Hennig for getting this done! https://hackfox.github.io/ Looks great! --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/html --- __

Re: Problem with APPEND FROM TYPE DELIMITED

2020-11-23 Thread Ajit Abraham
Hi Paul, I created a 60 col table (all character type) and append that line. The 58th col correctly has the word 'LEITH' So for me, it is behaving as expected. I have uploaded both the files to https://we.tl/t-txhbr0rAAM Ajit On 23/11/2020 16:14, Paul Newton wrote: Hi all I have a CSV file (

Re: Problem with APPEND FROM TYPE DELIMITED

2020-11-23 Thread Ajit Abraham
Sure Paul. On 23/11/2020 17:27, Paul Newton wrote: Thanks Ajit Can I send you my table and CSV? Paul -Original Message- From: ProfoxTech On Behalf Of Ajit Abraham Sent: 23 November 2020 14:14 To: profoxt...@leafe.com Subject: Re: Problem with APPEND FROM TYPE DELIMITED Sent by an

Re: SCX form included in EXE is not found on DO FORM line

2020-12-05 Thread Ajit Abraham
Mike, Try renaming the form to something else (like abc.scx) and then call the renamed form. Also, just verify in the project properties that this file is indeed included. (I know that you will see a icon in front of the file if it is excluded - but still..) Ajit On 06/12/2020 06:31, MB Soft

Re: SCX form included in EXE is not found on DO FORM line

2020-12-06 Thread Ajit Abraham
Hi Mike, I know you might have tried all possible combinations to find the error. But here goes : That form is being linked to the object - loFrm. Have you tried running the form without assigning it to loFrm (just to check) DO FORM frmEditBank2 NOSHOW Also, just before it hits DO FORM

Re: Debenu.com/FoxItSoftware for creating PDFs

2021-03-09 Thread Ajit Abraham
Hello Mike, On 09/03/2021 17:13, MB Software Solutions, LLC wrote: If this were your task (/Task:... I am doing this on a normal PC via Nodejs. Client request hits Nodejs -> which calls a VFP COM server which prepares the PDF via XFRX  (but you can use your favorite tool to generate the pdf

Re: Debenu.com/FoxItSoftware for creating PDFs

2021-03-09 Thread Ajit Abraham
Hi Vince, On 09/03/2021 18:38, Vince Teachout wrote: Ajit, I'm interested in learning NodeJS.  Would you mind posting a small bit of sample code of how you do this?  Thank you! Yes, Nodejs is exciting - especially when you know that there is a way to access a VFP COM through it, thus op

Re: Matt Slay

2021-10-11 Thread Ajit Abraham
RIP Matt Slay On 12/10/2021 01:18, Rick Schummer wrote: It is with great sadness and a heavy heart to share the news that Matt Slay has passed away --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/html --- _

Re: Anyone on here involved with Virtual Fox Fest?

2021-12-21 Thread Ajit Abraham
I tried the link yesterday - got a 404 error Its fine today. Ajit On 21/12/2021 16:53, Chris Davis wrote: Any idea if this link will be made available again? https://virtualfoxfest.com/2020/ Thanks Chris. --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain

visual foxpro advanced table size limits

2022-04-22 Thread Ajit Abraham
guide you with the subscription Chen is an extremely supportive and friendly person. He has indicated that a 10.2 release is on works (maybe this year or next) which will support 32GB RAM (and if you use the 64bit version - then the full RAM of your PC!) - WOW! Regards, Ajit Abraham

Re: Issues with referencing an array in a form

2022-04-23 Thread Ajit Abraham
Joe, The variable YearArr in the Load method is local and will not be available outside this method. You can create a form array property and store the result of the SELECT into that variable. Then,  point the Row source of the Combo box to thisform.yeararr Ajit On 24/04/2022 02:00, Joe Yode

Re: Foxfest Tomorrow.... Help

2022-05-04 Thread Ajit Abraham
Thanks to Dave's email,  which prompted me to check my SPAM folder -  Update2 & Update3 emails had landed up there. Ajit I do not seem to have received any login info regarding getting access to the conference tomorrow desp[ite having received registration info and payment confirmation from

Re: ChilkatVFP 1.0 Released

2022-09-20 Thread Ajit Abraham
Congratulations Bill. Will check it out. Ajit On 21/09/2022 06:44, Bill Anderson wrote: Well, it's finally out there! https://github.com/billand88/ChilkatVFP A VCX based wrapper class around the Chilkat library ( https://www.chilkatsoft.com). _

Re: VFPAdvanced - My Problem, My Tests & Some Results

2024-03-01 Thread Ajit Abraham
+1 On 01/03/2024 21:51, Paul H. Tarver wrote: Chen has been responsive to my questions --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/html --- ___ Post Messages to: ProFox@leafe.com Sub

Re: VFPA

2024-04-30 Thread Ajit Abraham
I think, you need to email Chen to get the password. Ajit On 30/04/2024 13:16, Chris Davis wrote: Noticed the download of this is now password protected, has it's availability changed? --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept)

Re: vfp

2024-07-05 Thread Ajit Abraham
Our server is Windows Server 2022 Standard -  and VFP 10.1, 32bit - is running without any issues - both as a shared data on the LAN and also as a backend to our mobile and web apps. Ajit On 05/07/2024 20:20, Rafael Copquin wrote: Will Visual FoxPro still work in either of the two? --- S

Re: vfp

2024-07-20 Thread Ajit Abraham
Our server is Windows Server 2022 Standard - and VFP 10.1 32bit - is running without any issues - both as a shared data on the LAN and also as a backend to our mobile and web apps. Ajit On 05/07/2024 20:20, Rafael Copquin wrote: Will Visual FoxPro still work in either of the two? --- StripM

Re: It's been a long time...

2024-07-22 Thread Ajit Abraham
Wow, Silver Jubilee ! Thanks Ed ! ...since the first message posted to ProFox: exactly 25 years ago today! https://leafe.com/archives/msg/1 So while the Fox might be dead, ProFox is still very much alive! -- Ed Leafe --- StripMime Report -- processed MIME parts --- multipart/alternative

Re: R.I.P. Marcia Akins

2017-03-14 Thread Ajit Abraham
Sad news indeed. Our Sincere condolences to Andy Kramek RIP Marcia Akins. Her picture is here - http://www.tightlinecomputers.com/ Ajit Abraham On 14-Mar-17 5:29 PM, Tracy Pearson wrote: Sad news. May the wake be the epic party she wants. Tracy On March 14, 2017 10:01:12 AM EDT, Jean

Re: VFP and fingerprint scanner

2017-03-24 Thread Ajit Abraham
Hi Wes, We have replaced our existing barcode system with the following model. http://www.virditech.com/virdi_product/ac-2200/ It is IP65 and also setting it up as a stand alone device in remote locations is easy. Ajit Abraham On 23-Mar-17 10:22 PM, Wes Wilson wrote: We have a client

Re: Janis Booth, RIP

2017-09-12 Thread Ajit Abraham
RIP Janis Booth. I'm sad to pass on news that Janis Booth has passed away. Janis may be more familiar to you as "Jim" during her active FoxPro career. She was 66. Janis was a 2013 winner of the FoxPro Lifetime Achievement Award [1], a Microsoft MVP 1993-2003, a key member of the 1994 Microsoft

Child Prodigy

2017-09-27 Thread Ajit Abraham
https://www.youtube.com/watch?v=zzWhXCZ40Kg Did not mark this post as OT as he mentioned "FOXPRO" ! :) --- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus ___ Post Messages to: ProFox@leafe.com

Re: Sad news...

2017-10-13 Thread Ajit Abraham
RIP Al. On 12-Oct-17 4:28 PM, Fred Taylor wrote: Really sorry to hear of another one leaving our ranks. May he rest in peace. On Oct 11, 2017 05:32, "Dave Crozier" wrote: Fellow Profoxers, I have just been told of some unfortunate news regarding our colleague Allen Pollard (known as Al by m

Excel to Dbf

2018-03-06 Thread Ajit Abraham
Got this great utility (with source code) from https://praisachion.blogspot.com/2017/06/append-from-xlsx-30.html Maybe be useful to somebody ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/p

Re: Excel to Dbf

2018-03-06 Thread Ajit Abraham
15:48 GMT+01:00 Ajit Abraham : Got this great utility (with source code) from https://praisachion.blogspot.com/2017/06/append-from-xlsx-30.html Maybe be useful to somebody ___ Post Messages to: ProFox@leafe.com Subscription Maintenance:

Re: Excel to Dbf

2018-03-07 Thread Ajit Abraham
Hi Koen, Are u sure it is appendfromxlsx 3.1   and not    importfromxlsx 3.1 ? I cannot find appendfromxlsx 3.1 Can you please send the file by email to me. Thanks, Ajit Abraham On 07/03/2018 12:57, Koen Piller wrote: Hi, If you type in the search box on Vilhelm's website: *appendfro

[NF] Reporting in Python (Django)

2018-03-07 Thread Ajit Abraham
tool similar to VFP and that which does not involve a reporting service to be run in the background! Thanks Ajit Abraham ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free versi

Re: [NF] Reporting in Python (Django)

2018-03-07 Thread Ajit Abraham
Thanks Ed. I had seen that before - but as there was no GUI, I ignored it. I need the GUI for absolute positioning of objects - similar to VFP/Crystal/Jasper report builders. Will have another look at it. While I don’t do much reporting in Python these days, I would recommend a simple templ

Re: [NF] Reporting in Python (Django)

2018-03-08 Thread Ajit Abraham
Thanks Ricardo, On 08/03/2018 01:39, Ricardo Araoz wrote: You could also check "relatorio" and "pod" if you are willing to work with open office. Gaetan's Appy Framework does exactly that. It works with odt documents. For simple reporting, it is ok. But for complex reports(which is easy in VF

Re: [NF] Reporting in Python (Django)

2018-03-12 Thread Ajit Abraham
Thanks Ed. I had seen that before - but as there was no GUI, I ignored it. I need the GUI for absolute positioning of objects - similar to VFP/Crystal/Jasper report builders. Will have another look at it. While I don’t do much reporting in Python these days, I would recommend a simple templ

Re: Miriam Liskin

2018-03-21 Thread Ajit Abraham
RIP Miriam On 22/03/2018 00:33, Richard Kaye wrote: I hadn't heard that name in ages until it popped up in my RSS feed for the Fox WIKI. http://fox.wikis.com/wc.dll?Wiki~MiriamLiskin R.I.P. -- rk ___ Post Messages to: ProFox@leafe.com Subscript

Re: VFP9 - Save as XLSX

2018-04-16 Thread Ajit Abraham
+1 On 16/04/2018 19:50, Fernando D. Bozzo wrote: The adventage of Vilhelm's method is that he manipulates the XLSX file without Excel (at least for reading, didn't test with writing) Not needing Excel is really a Plus, because you need an Excel license in each machine that you need to use it, e

Re: [NF] Let the meetings BEGIN.

2018-05-25 Thread Ajit Abraham
oining our organisation. Ajit Abraham ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech Searchable Arc

Re: Sad news

2018-06-04 Thread Ajit Abraham
Rest In Peace - John Koziol Over the weekend I sadly heard about the sad passing of John Koziol with cancer last Thursday after a four year battle with Cancer. Although I never met him I had lots of dealings with him in the initial VFP7 days whilst he was still at Microsoft working on the soo

disappearing methods in forms

2018-11-19 Thread Ajit Abraham
Hello All, This is the second time I am facing this issue on Windows 10. After I compile the project to an exe, I find that entire methods of my forms have gone empty!. First time, when it happened, I "solved" this mysterious problem by having an exclusion entry of my vfp program folders in Wi

Re: AW: disappearing methods in forms

2018-11-19 Thread Ajit Abraham
 Installation in the  default folder - C:\Program Files (x86) My work is on another drive Ajit On 19/11/2018 19:33, juer...@wondzinski.de wrote: In which folder did you install your VFP ? --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept

Re: disappearing methods in forms

2018-11-19 Thread Ajit Abraham
I use GenieTimeline - which creates versions of every file at regular intervals automatically. Of course - an SCM tool will be better as i can use diff to find the exact missing methods. Ajit On 19/11/2018 20:42, Fernando D. Bozzo wrote: You should use a SCM tool (git, etc) and convert your

Re: disappearing methods in forms

2018-11-20 Thread Ajit Abraham
Thank you wOOdy for your suggestion. Ajit On 20/11/2018 12:27, juer...@wondzinski.de wrote: Installation in the default folder - C:\Program Files (x86) That's maybe the culprit. Everything installed in "Program files" is readonly for normal users, thus for VFP this isn't the ideal homebase,

Re: DBC File Size

2012-03-07 Thread Ajit Abraham
+1 On 07/03/2012 16:19, Jeff Johnson wrote: > Allen: I am fully vested in DBC's and use Stonefield for updating my > structures. I have never had issue with them. ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/mail

Re: Fill in your HWP bookshelf, save books from the recycler and save $$$

2012-03-12 Thread Ajit Abraham
Hi Vassilis, For my purchases (including Amazon) from US/UK to Bahrain, I use www.borderlinx.com Good shipping price and excellent support. _Ajit Abraham On 12/03/2012 19:40, Kurt Wendt wrote: > Hey Vassilis, > > Its too bad you didn't know of someone flying on a plane from the USA back to

Re: Brain fart moment ...

2012-04-11 Thread Ajit Abraham
Hi Dave, If your design and logic allows you to manipulate the header outside the class, then ... oform1=NEWOBJECT("clsform") oform1.grDGRID1.colUMN1.header1.Caption="test" oform1.Show RETURN _Ajit Abraham On 11/04/2012 13:18, Dave Crozier wrote: > OK, I'm having ___

Re: [NF] Shrink Huge Windows\winsxs folder

2012-04-11 Thread Ajit Abraham
Same here ! :) Thanks _Ajit Abraham On 11/04/2012 13:10, Adam Buckland wrote: > Shrunk mine from 13.5GB to 7.5GB... cheers ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version

Fwd: Re: Brain fart moment ...

2012-04-11 Thread Ajit Abraham
thisform.AddObject('grdGrid1','Grid') WITH thisform.grdGrid1 .Left=36 .Top=24 .Deletemark=.F. .Columncount=3 .Column1.Header1.Caption="My Header 1" .Visible = .T. ENDWITH ENDPROC enddefine On 11/04/2

Re: [NF] Shrink Huge Windows\winsxs folder

2012-04-11 Thread Ajit Abraham
I did not experience much difference in speed on my i5-2.4Ghz-4GB laptop. But it recovered 7GB of precious C drive space. _Ajit Abraham On 11/04/2012 14:55, Michael Madigan wrote: > Do you see an increase in speed? > ___ Post Messages to: ProFox@lea

Re: Brain fart moment ...

2012-04-11 Thread Ajit Abraham
Dave, Without subclassing grid... ** * Start Code * PUBLIC oform1 oform1=NEWOBJECT("clsform") oform1.Show RETURN define class clsForm as Form Datasession=2 Top=12 Left=12 Height=332 Width=790 Caption = "This is my form" Name="Form1" PROCEDURE init thi

Re: images in grids

2012-04-15 Thread Ajit Abraham
Hi Mike I think you need the currentcontrol property of Column1 set to "Img1" _Ajit Abraham On 16/04/2012 01:59, Michael Savage wrote: > I have a table that has an image in it... It shows fine on the form... > However how can I make a grid column add an image? > > I have tried the following: > W

Re: video streaming in vfp application

2012-05-09 Thread Ajit Abraham
http://fox.wikis.com/wc.dll?Wiki~VideoCaptureApi _Ajit Abraham ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchab

Re: Max screen

2012-07-20 Thread Ajit Abraham
Hi, This is what I used to do. 1. Create a form (lets say 'Printform') with its max,min,close btn disabled 2. Preview the report DO FORM Printform NOSHOW ZOOM WINDOW (Printform.Name) MAX REPORT FORM Report1 TO PRINT PROMPT PREVIEW WINDOW (Printform.Name) NOCONSOLE But for the last

Re: Max screen

2012-07-21 Thread Ajit Abraham
Hi, This might help. http://www.foxite.com/archives/vfp9-xfrx-reports-178113.htm _Ajit Abraham On 21/07/2012 10:18, Sytze de Boer wrote: > Hi Ajit > I also use XFRX, and it is while using this that I'm having the problem. > > S ___ Post Messages

Re: fingerprint scanners

2009-12-21 Thread Ajit Abraham
Hi John, I bought one device from tst-biometrics.com (Bird-3) and another one from zksoftware.com (zk6000). For biometric functions (algorithm, template generation, verify, etc), I use the software from neurotechnology.com. Though they have given several examples in VB etc, I could not get the

Re: [NF] SQL SELECT to LINQ

2016-01-07 Thread Ajit Abraham
oun...@leafe.com] On Behalf Of Ajit Abraham Sent: 07 January 2016 09:38 To: profoxt...@leafe.com Subject: Re: [NF] SQL SELECT to LINQ Hello Paul, One possible solution from stackoverflow bit.ly/1TGzfLp from a in cn_ref join b in cn_desc on a.cn_ref = b.ct_ref group new {a.cn_ref, a.cn_desc, b.ct_quan}

Re: Remote Desktop Options

2016-02-17 Thread Ajit Abraham
Hi, For providing support, I use Teamviewer. For remote users to access my server, I use http://www.tsplus.net/. It maps local drives and prints on local printers as well. Needless to say, but the internet bandwidth on both sides will determine the user experience. Regards Ajit Abraham

Re: Outlook and iCloud

2016-04-21 Thread Ajit Abraham
clude my VFP program locations. Googling shows this used to happen many many years back and for VFP specific reasons and for which patches have been made. Went back to Windows 7 Pro SP1 (with auto upgrades turned off) and all is well now. Also, I don't feel bad missing "features"

Re: [NF] Win10 Free Upgrade Expiration???

2016-05-04 Thread Ajit Abraham
To remove the upgrade nagging screen - https://www.grc.com/never10.htm Ajit Abraham Kurt@VRFX wrote: So - I'm here on my laptop - and, as usual lately - as I boot up - I get the Dumb Ass Win10 Nag pop-up! --- This email has been checked for viruses by Avast antivirus software.

Re: Can you work VFP into Win10?

2016-07-26 Thread Ajit Abraham
+1 On 26-Jul-16 12:19 PM, Darren wrote: That's a bit harsh - don't know about others but VFP brings me exceptional money, considerable time with my family (work from home mostly) and affords me a pleasant life style. If that's using a dead product then I'd recommend everyone sprint on down to th

Re: Friday Poll (while dl'ing MS Flash Patch)

2016-10-28 Thread Ajit Abraham
DBFs MS Sql Server Ajit Abraham On 28-Oct-16 4:00 PM, Ted Roche wrote: So, where's your data stored today? __ DBFs __ MS SQL Server __ Azure __ Postgres __ My/MariaDB __ Oracle __ Excel __ Other (please specify) (P.S. Microsoft released an out-of-band (i.e., emergency) patc

Re: Friday Poll: What framework(s) do you use?

2016-11-07 Thread Ajit Abraham
ntend javascript or the traditional post/get requests. This utility cleverly uses SignalR and knockout.js to achieve its results and there is no need to know the workings of either technology (in most cases) when working with dotnet. Ajit Abraham On 07-Nov-16 6:25 PM, Kurt Wendt wrote: Hey Te

Re: Has anyone implemented List & Label?

2017-01-09 Thread Ajit Abraham
Dear Jonnie, Our sincere condolences to you and your family. Ajit Abraham On 09-Jan-17 2:39 AM, Sytze de Boer wrote: Hi Everyone This is Sytze's son, I am writing because he passed away on Friday (sudden heart attack while mowing the lawns, very quick, the way he wanted) and I kn

Re: Call/Run default photo viewer from foxpro program

2010-07-25 Thread Ajit Abraham
wtc wrote: > I have a field to store the picture location. When double click on the > field, I want it auto look for the default photo viewer program in the > OS system to open it. > How to do it in foxpro? any sample for me to refer? > > TIA > *Assume lcLocfilename has the full picture p

Re: VFP SQL command

2010-09-28 Thread Ajit Abraham
> Now, my question is when user selected only "D001" and "D005" by enter > "Y" to PrintMark, how I'm going to use SQL command to make a cursor Select Detail.DocNo,Detail.StkID,Detail.Qty,Detail.Amt; from Detail left outer join Title on Title.DocNo==Detail.DocNo; where Title.PrintMark

Re: Solution for Master File update and filter needed

2010-10-04 Thread Ajit Abraham
> Now my problem is, when there are more then 2 users(using separete pc) > to update the show_it column based on their own need, but when the user > click "Filter" button, all thing mixed up. > > I use "Set filter to show_it" on the button click. I have learned the hard way to never work with tab

Re: vfp and sql server - import/export doc files

2010-11-12 Thread Ajit Abraham
Rafael, You can also have a look at sqlstream. http://www.simple-talk.com/sql/learn-sql-server/an-introduction-to-sql-server-filestream/ Sincerely, _Ajit Abraham >> >> >> -Original Message- >> From: profox-boun...@leafe.com [mailto:profox-boun...@leafe.com] On Behalf >> Of Rafael Copq

Re: [ADMIN] Want to help?

2012-11-09 Thread Ajit Abraham
Done. _Ajit Abraham ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/arc

Re: Call out "Thanks you" to Ted Roche

2012-11-21 Thread Ajit Abraham
Hi Dave, Yes, please do upload it on Profox. Thanks _Ajit Abraham On 21/11/2012 18:49, Ted Roche wrote: On Wed, Nov 21, 2012 at 10:34 AM, Dave Crozier wrote: Just a quick thank-you to Ted for his article on Automating Outlook or in fact a very important little part of it: You're most w

Re: [NF] Carpel tunnel and tablets

2012-11-26 Thread Ajit Abraham
Hi Mike, I had CTS - a very very painful one! CTS is more of a end result of poor body posture rather than the devices we use to operate the computer. Luckily for me, I had people who guided me to the above fact and with continuing posture correcting exercises and medicines, the pain/numbn

Re: Merry Christmas to everyone at Profox

2012-12-24 Thread Ajit Abraham
Merry Christmas to everyone at Profox. Once again I'd like to thank Ed Leafe for bringing us all together and for his tireless support of the Foxpro Community. Mike I second the emotion. Regards, LelandJ +1 Merry Xmas and wishing everybody a wonderful 2013 ! Ajit Ab

Re: [NF] Content Management Systems (CMS)

2013-02-19 Thread Ajit Abraham
Hi Matt, You may try the free http://www.orchardproject.net/ Built on open source ASP.NET-MVC4 with Sql Server or MySql as the data store. These are the two that come to mind - should I be looking at anything else? _Ajit Abraham ___ Post Messa

Re: [NF] Emulate Apple iPad OS?

2013-06-19 Thread Ajit Abraham
We are getting more and more requests from users (doctors etc) that want to access our system remotely using wiz bang stuff like Apple iPads and such... http://www.terminalserviceplus.com/ From their website "With TSplus you will instantly Web-Enable any of your Windows application. Using Ja

Re: [NF] Emulate Apple iPad OS?

2013-06-19 Thread Ajit Abraham
Yes. We installed the software with 10 licenses on the server. There are around 15 remote users who access our VFP application but 5-6 of them will be using it concurrently. So the 10 licenses are enough. I have not purchased the licenses which enables xPads to access our application as there

Re: (NF) Note storage, access, what do you use?

2014-12-11 Thread Ajit Abraham
I have a google account, so use keep.google.com for storing notes. Available on phones too in offline mode. Ajit Abraham On 12/11/2014 11:14 PM, Mike Copeland wrote: All, I need a way to store business-related notes and have them accessible from anywhere, including from my Andriod phone

255 Limit

2008-02-27 Thread Ajit Abraham
Hi All, I insert/update records by building the SQL statement in a variable and then do a EXECSCRIPT() on that variable. But if any string goes beyond the 255 character limit (to insert/update a memo field), then it fails. for eg this works lcsql="UPDATE BRTRAN SET NOTES=" lcsql=lcsql+'[' lcsql

Re: 255 Limit

2008-02-28 Thread Ajit Abraham
Hi Dave, Thanks for your reply, > NOTE: > You have to be sure that the fields passed into the ExecScript are private > not local for visibility purposes. I cannot use variables in the lcSql. I have to empty the contents of the variables into the lcSql. I am using AndyKramek's data classes to

Re: 255 Limit

2008-02-28 Thread Ajit Abraham
Jörg Arand wrote: > You must close the round brackets! > And if the 200th or the 201st Char is a blank, you will loose it. Thanks Jörg for your reply. It is a typo in my email. The round bracket exists in the actual code. INSERT INTO MYFILE (cMemo) VALUES ("there are 300 characters here...

Re: 255 Limit

2008-02-28 Thread Ajit Abraham
Hi Michael, > You should download and take a look at my presentation from FoxForward > 2K7---it's on leafe.com/dls/vfp. It contains working code for how I > design with n-tier to achieve the goal of switching backends as easy as > can be without changing code. No problems with 255, as I use

Re: [NF] Network Viewer

2008-03-01 Thread Ajit Abraham
Jeff, > Is there a tool that will show what devices are on what IP addresses? I use [EMAIL PROTECTED] from http://www.lookatlan.com/ _Ajit Abraham __ D O T E A S Y - "Join the web hosting revolution!" http://www.doteasy.com ___

Re: Free in-browser FTP applet

2008-03-10 Thread Ajit Abraham
Great find! _Ajit David Smith wrote: > This seems like a nice option … cross platform, free, in-browser applet or > download and install. > > > > http://www.anyclient.com/ __ D O T E A S Y - "Join the web hosting revolution!" ht

Re: VFP SPT Canvassing Opinion

2008-03-19 Thread Ajit Abraham
Hi Dave, I found it easier generating the primary keys at the frontend rather than asking the backend to generate it (autoinc or @@) I use the technique suggested in "FoxPro 2.5 Advanced Developer's Handbook" *by Adams and Powell, Chapter 18, page 644. FUNCTION ukey PARAMETER lenkey LOCAL len1,l

Re: VFP SPT Canvassing Opinion

2008-03-19 Thread Ajit Abraham
Michael, MB Software Solutions General Account wrote: > > How does that do for multiple users hitting the database with > adds/updates at the same time? Lets take example of a sales invoice. For a new invoice, the Frontend generates the primary key for the master table. It also generates the

Re: VFP and Graphs

2008-03-20 Thread Ajit Abraham
Dave Crozier wrote: > Sytze, > Take a look at: > > http://www.rmchart.com/ > > Completely free and works fine with VFP. > > Dave Crozier > I second that!!! Rmchart works great with VFP and thanks to Dave for giving me the link before. _Ajit Abraham ___

Re: GUID generation (was VFP SPT Canvassing Opinion)

2008-03-21 Thread Ajit Abraham
Hi Michael, >> No no, not at all. I just wondered moreso about your comment: "But may >> not be sufficent >> for really huge ones." Please elaborate as to why you said that. So far the ukey method worked for me for "my operations". I am not into any huge database work (millions of records). So

Re: [NF] Convert DOCX to DOC Documents

2008-03-22 Thread Ajit Abraham
Hi Charles, Charles Hart Enzer, M.D. wrote: > I run Word 2003 and can't read the new DOCX files. > You may try www.zamzar.com _Ajit Abraham __ D O T E A S Y - "Join the web hosting revolution!" http://www.doteasy.com ___

Re: VFP and Graph - RMChart - OLE IDispatch exception

2008-03-27 Thread Ajit Abraham
Dear Manjit, Manjit Basra wrote: > > obj = CREATEOBJECT("RMChart.RMChartX") > Instead of CREATEOBJECT, can you add the RMChart control directly onto the form in development environment? _Ajit Abraham __ D O T E A S Y - "Join the web hosting re

Re: Form off side of the screen VF6

2008-04-01 Thread Ajit Abraham
Hi Adam Adam Buckland wrote: > Client has managed to drag a form ¾ of the way off the screen and can't get > it back. Try the following on the keyboard : Alt- M Arrow Keys (the form should move) Enter (when done) _Ajit Abraham __ D O T E A S Y

Re: need scrollable form inside form

2008-05-17 Thread Ajit Abraham
Tom, Craig Boyd shows you how to create a scrollable form http://tinyurl.com/5pqbpc _Ajit Abraham __ D O T E A S Y - "Join the web hosting revolution!" http://www.doteasy.com ___ Post Me

Re: VFP and TSPLUS

2013-07-23 Thread Ajit Abraham
Hi Jeff, +1 with TSPLus. You might be also aware of "Remote controlling other user's session" (also known as shadowing) for the purpose of trouble shooting (similar to TeamViewer) I do this for situations where my VFP app behaves well when executed directly on TSPLus server - but does not w

Re: [NF] NTFS-Search extremely fast search tool.

2013-07-31 Thread Ajit Abraham
Another one at - http://www.voidtools.com/ Search for filenames with boolean operators, wildcards and even regex. _Ajit Abraham On 31/07/2013 14:50, Alan Bourke wrote: This might be of use to Windows users with NTFS drives. http://sourceforge.net/projects/ntfs-search/ Couple of hundred KB e

Re: Redirect Local Network Printer to Remote Desktop

2013-09-01 Thread Ajit Abraham
Hi Jeff, Try installing the printer driver of the network printer on the remote machine. If you have already installed it, then remove and re-install it again. Ajit Abraham On 01/09/2013 16:31, Jeff Johnson wrote: I have an application that is accessed using Remote Desktop. The problem

Re: [NF] Should I use Window 7 or Windows 8?

2014-02-26 Thread Ajit Abraham
Windows 8.1 + Classicschell.net On 2/26/2014 4:08 PM, Michael Madigan wrote: Buying on computer for a very small office, should I buy Windows 7 or Windows 8? Mike --- This email is free from viruses and malware because avast! Antivirus protection is active. http://www.avast.com ___

  1   2   >