Re: [NF] Net TV

2008-06-14 Thread Jaime Vasquez
Hi, The easiest way to stream video is with VideoLan: http://www.videolan.org/doc/play-howto/en/play-howto-en.html http://forum.videohelp.com/topic259354.html http://www.engadget.com/2005/11/29/how-to-stream-almost-anything-using-vlc/ HTH Jaime Vasquez Guatemala, C.A. __

Re: [NF] MSSQL attach MDF file without LDF file?

2008-08-14 Thread Jaime Vasquez
e. >> >> > That's what I thought. They'll just have to send it again, correctly. > Thanks. > > Hi, use the sp_attach_single_file stored procedure: EXEC sp_attach_single_file_db @dbname = 'pubs', @physname = 'c:\mssql7\dat

Re: VFP and Office Automation (MS Excel specifically at this time)

2008-08-19 Thread Jaime Vasquez
d drag the constants to a code window. the old fox wiki: http://fox.wikis.com/wc.dll?Wiki~ExcelConstants or msdn: http://msdn.microsoft.com/en-us/library/aa221100(office.11).aspx http://msdn.microsoft.com/en-us/library/bb259478.aspx HTH Jaime Vasquez _

Re: sql server and windows vista

2008-08-26 Thread Jaime Vasquez
Rafael Copquin wrote: > thanks to all of you for your replies > Rafael > Hi Rafa, Sql 2000, 7.0 and 6.5 doesn't work with Vista, you need at least 2005 sp2 instead: http://www.microsoft.com/sql/howtobuy/sqlonvista.mspx Saludos

Re: Use a character from another codepage

2010-01-26 Thread Jaime Vasquez
Hi, I don't think you can do that in Windows, but try with cpconvert: Cpconvert(1252,437,Chr(255)) Greetings Graham Trott wrote: > Would like to use the block character from codepage 437 without changing > codepages chr(219)=? and chr(255)= blank space > > VFP9 uses codepage 1252. I am n

Re: [NF] Momentum for Linux PCs

2008-04-05 Thread Jaime Vasquez
bian. The main diference between the first 3 is the window manager, ubuntu uses gnome, kubuntu kde and xubuntu xfce, for older machines. http://lwn.net/Distributions/ HTH Jaime Vasquez. ___ Post Messages to: ProFox@leafe.com Subscription Ma

Re: Excel ADO automation and dates.

2009-05-29 Thread Jaime Vasquez
you want. Another option is to format the cells with data: Suppose the data is in column C: Columns("C:C").Select Selection.NumberFormat = "dd/mm/" HTH Jaime Vasquez. ___ Post Messages to: ProFox@leafe.com Subscription Maintena

Re: Strategies for keeping connection open to MySQL web database from VFP9 client

2008-02-05 Thread Jaime Vasquez
thing, as you can see in the links at the end of the article: http://en.wikipedia.org/wiki/Connection_pool Cheers Jaime Vasquez. ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free vers

Re: Visual Studio 2005 Professional Edition with MSDN ProfessionalSubscription

2006-11-13 Thread Jaime Vasquez
mrgmhale wrote: > I can also download previous versions of apps and O/S > (not Office 2000 due to the Great Java Debacle). What was the debate with Java?, I'm still using Office 2000, without any problem. Thank You. Saludos, Jaime Vasquez Gua

Re: [NF] MS Office Outlook 2003 Email Sent by VFP Requires Approval ... Rats

2006-11-13 Thread Jaime Vasquez
the COM interfase, which is what this dll does. HTH Saludos, Jaime Vasquez Guatemala C.A. ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/m

Re: Directory Size

2006-12-01 Thread Jaime Vasquez
oFs = createobject("Scripting.FileSystemObject") oDir = ofs.GetFolder("C:\windows") ?odir.Size HTH Jaime Vasquez. ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-fre

Re: Directory Size

2006-12-02 Thread Jaime Vasquez
, is shown here: http://vbnet.mvps.org/index.html?code/fileapi/getdirectorysize.htm another alternative could be to use DOS: !Dir c:\windows > c:\tmp\windir.txt nI = Alines(aFolderSize, Filetostr("c:\tmp\windir.txt")) ?"Folder Size: " + Substr(aFolderSize(nI-1),Rat(" &q

Re: Directory Size

2006-12-03 Thread Jaime Vasquez
Richard Kaye wrote: > You could do something similar using ADIR() > > ADIR(aFiles,[*.*]) > x=0 > FOR y=1 TO ALEN(afiles,1) > x=x+afiles[y,2] > NEXT > ?x Cool!, another option, Thank you. Jaime Vasquez. ___ Post Messa

Re: Polling App

2006-12-19 Thread Jaime Vasquez
act to the events. The vfp9's solutions samples have a demo on how to do that with VFP code, look for it in "New in VFP9" - Binding To Windows Message Events - File/Folder Shell Events. HTH Jaime Vasquez. ___ Post Messages to: Pr

Re: [NF] Riping from DishNetWork

2006-12-30 Thread Jaime Vasquez
it. > Lots of info here: http://www.videohelp.com/guides HTH Jaime Vasquez ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinf

Re: [NF] Another app broken by IE7

2007-01-09 Thread Jaime Vasquez
Whil Hentzen (Pro*) wrote: > > I would love a screen shot of the 'never!' message. > > Whil > For your eyes pleasure: http://www.thedatafarm.com/blog/content/binary/wsftpnever.png Jaime Vasquez ___ Post Mess

Re: newb questions about moving and renaming classes and forms

2007-02-21 Thread Jaime Vasquez
ject will rename the .scx and .sct files at the same time. The same method aplies to any file in the project. HTH Jaime Vasquez. ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free versio

Re: [NF] Mount an ISO CD image as a virtual CD/DVD drive?

2007-02-21 Thread Jaime Vasquez
Malcolm Greene wrote: > Justin/Rick, > > >>The unsupported Microsoft tool is my favorite (Justin) >>Try Nero (Rick) > > Hi Malcom, If you choose Daemon Tools, look for the last "clean" version: 3.47 http://www.disc-tools.com/download/da

Re: [NF] - AVI/MPG to DVD

2007-02-25 Thread Jaime Vasquez
/tinyurl.com/27muet HTH Jaime Vasquez. ___ 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 ** All postings, unless expli

Re: [NF] Linux Advantages

2007-02-25 Thread Jaime Vasquez
windows but that can be done in Windows too: netsh interface ip set address name="Local Area Connection" static 192.168.0.100 255.255.255.0 192.168.0.1 1 Or netsh interface ip set address "Local Area Connection" dhcp Jaime Vasquez.

Re: My appalling ignorance - creating visual classes

2007-04-21 Thread Jaime Vasquez
on: ftp://leafe.com/PrgToVcx.zip HTH Jaime Vasquez. Guatemala C.A. ___ 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 Searc

Re: [NF] Terabyte servers for the home

2006-10-17 Thread Jaime Vasquez
he disks, start the machine, configure the disks, and you're ready to go. HTH Saludos, Jaime Vasquez Guatemala C.A. ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free versio

Re: Setting Default Printer

2006-10-17 Thread Jaime Vasquez
th: DECLARE INTEGER SetDefaultPrinter IN winspool.drv STRING SetDefaultPrinter(GetPrinter()) HTH Saludos, Jaime Vasquez Guatemala, C.A. ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free

Re: Parse FullPath() UNC

2006-10-25 Thread Jaime Vasquez
ow = 3 Else *-- Drive Letter, Start at second row: lnRow = 2 EndIf *-- Folder structure For lnI = lnRow To lnFolders lcFldrs = lcFldrs + "\" + aFolders(lnI) next ?lcFldrs Note: in versions prior to 9, substitute the parameter 4 in alines() w

Re: [OT] 1 in 5 children can't find the UK on a map.

2006-10-28 Thread Jaime Vasquez
Paul Hill wrote: http://video.google.com/videoplay?docid=-4064401188831660771 Wow! and they say that the Latin Americans are ignorant Jaime Vasquez Guatemala C.A. ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http

Re: [NF]MSSQL Statement-- performance inconsistency?

2007-05-15 Thread Jaime Vasquez
g = "your connection string" oconn.open 'now call the sp and get the data into the recordset: set ors = oconn.execute("test_sp") do while not ors.eof debug.print ors.fields(0).value ors.movenext loop .. HTH Saludos Jaime Vasquez

Re: VB to VFP

2007-05-22 Thread Jaime Vasquez
Sytze, no need to convert, see: http://fox.wikis.com/wc.dll?Wiki~GUIDGenerationCode~VFP HTH Jaime Vasquez. Sytze de Boer wrote: > Thank you Stephen > Here it is > > > Option Compare Database > Option Explicit > > Private Type Guid > Data1 As Long > Data2

Re: SQL: Count() of DISTINCT codes???

2007-05-24 Thread Jaime Vasquez
char(10)) insert into codes values("Order 1", "code 1") insert into codes values("Order 1", "code 1") insert into codes values("Order 1", "code 1") insert into codes values("Order 1", "code 2") insert into codes valu

[OT] Re: Dell to start selling PCs at WalMart

2007-05-29 Thread Jaime Vasquez
quilas", factories that made clothes, they put the "made in usa" label, but all the work is done here. http://en.wikipedia.org/wiki/Maquiladora Saludos, Jaime Vasquez Guatemala C.A. ___ Post Messages to: ProFox@leafe.com Subscrip

Re: SQL question: How to sum ???

2007-06-21 Thread Jaime Vasquez
NT ELSE 0 END) from table Do it this way: select sum(case when discount<0 then discount else 0 end) from table. HTH Saludos, Jaime Vasquez Guatemala C.A. ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/mailman

Re: Numbers to words

2007-06-26 Thread Jaime Vasquez
Bryant wrote: > Does anyone know where I can find coding to convert numbers to words for > printing checks? > http://users.aol.com/FoxProResources/zipfiles/num2word.zip Other userfull procedures: http://users.aol.com/FoxProResources/fpfp.htm HTH Saludos Jaime Vasquez Guat

Re: Numbers to words

2007-06-26 Thread Jaime Vasquez
Bryant wrote: > Does anyone know where I can find coding to convert numbers to words for > printing checks? > Forgot to add this: http://support.microsoft.com/kb/259663 HTH Saludos Jaime Vasquez Guatemala C.A. ___ Post Messages t

Re: Help - cannot create word.application

2007-06-29 Thread Jaime Vasquez
have any ideas? Could it be a group policy or other > security setting??? > > Help! See if your code or config.fp has SET OLEOBJECT OFF, if yes then turn to on, or you will don't be able to create automation objects. HTH Saludos, Jaime Vasquez Guatemala C.A.

Re: Excel question

2007-08-16 Thread Jaime Vasquez
ing Sequence=general;" loconn.Open lors.Open("select * from credidt.dbf", LoConn) *excel object: loExcel = NewObject("Excel.application") loWorkBook = loexcel.Workbooks.Add loWorkSheet = loexcel.ActiveWorkbook.Worksheets.Add loExcel.visible = .T. loworksheet.range(&qu

Re: Excel question

2007-08-20 Thread Jaime Vasquez
t. Speed, no need to create phisical files, everything is done in memory. No need to deal with odd codepage conversions. ADO is the method Excel underestands better. Remember use the right tool for the job. :) HTH Saludos, Jaime Vasquez Guatemala C.A. ___

Re: Excel question

2007-08-20 Thread Jaime Vasquez
it is for Excel, not ADO, although Excel 2007 has now a limit of 1048576 rows. HTH Saludos, Jaime Vasquez Guatemala C.A. ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of thi

Re: Excel question

2007-08-20 Thread Jaime Vasquez
Ricardo Aráoz wrote: > Jaime Vasquez wrote: > >>Ricardo Aráoz wrote: >> >>>My reports generate Excel files, if the report is too long (more than >>>64000 lines) I use different pages in the same file. I have two ways to >>>do it, either I export up t

Re: Excel question

2007-08-20 Thread Jaime Vasquez
gt; .. and does anyone know if the excel .CopyFromRecordset method also > truncates cells to 256 characters? > No, it's limited to the limit of the cell, 32767 characters. Only 1024 display in cell, all 32767 display in the formula bar. HTH Saludos, Jaime Vasquez Guatemala C.A. __

Re: Excel question

2007-08-22 Thread Jaime Vasquez
I thing the solution you found is the best, create a recordset with the number of records you want to copy in every page. I just have 2 observations: If the recordset has the number of records you want, there's no need for the sencond parameter in copyfromrecordset method. The copy will be

Re: Where Do Files Go When Sent to the Vista Windows Folder?

2007-10-31 Thread Jaime Vasquez
r: http://www.blackyard.net/downloads/ATF-Cleaner.exe Saludos Jaime Vasquez Guatemala C.A. ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com

Re: [NF] Foreign Search Engines

2007-11-17 Thread Jaime Vasquez
e have Google Guatemala: www.google.com.gt There are more than 100 googles: http://c.asselin.free.fr/french/googleworldwide.htm Greetings. Jaime Vasquez Guatemala C.A. ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/mailman/

Re: [NF] How to disable Windows Genuine Advantage from phoning the mothership.

2006-06-22 Thread Jaime Vasquez
Alan Bourke wrote: http://www.theregister.co.uk/2006/06/22/wga_remove/ Oh dear .. it appears the that the above article links to is down for maintenance. After a call from MS lawyers, I'll warrant. Fifteen ways to remove WGA http://tinyurl.com/nfrgw Jaime Va

Re: tab order question

2006-06-22 Thread Jaime Vasquez
Ken McGinnis wrote: Yes, that is exactly what we need. I wonder how hard that would be to create? It's already in the product: Tools - Options - Forms - Tab Ordering, Choose 'By List' Accept changes, next: View - Tab Order. HTH Jaime Vasquez

Re: How To Know If an Internet Connection is Active

2006-06-28 Thread Jaime Vasquez
Msg = "Not connected!" EndIf MessageBox(msg) HTH Jaime Vasquez Guatemala, C.A. ___ Post Messages to: ProFox@leafe.com Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/m

Re: [NF] How to save GroupWise messages?

2006-07-12 Thread Jaime Vasquez
find anything about that in the groupwise documentation. Hi Gérard, it's an OE feature, someone enabled it because it's not active by default. In OE go to Tools - Accounts - Properties - Advanced, look for "Break apart messages larger than", uncheck it, accept changes.