Answer Questions
Cyberpass sending email from VFP through MS Outlook
We have the following code for sending email to Outlook. The email gets sent, but the font size is always 36 px or 36 pt (we tried both). None of the <cr><lf> show up. The email is one big paragraph. Can anyone help Here is the code: LOCAL loApp, loEmailItem, cHex lnsize = '"' + str(gaPointsize(Slcrm.nbodysize),2,0)+ '"' cHex = '' nDec = Slcrm.nColor nPower = 8 DO WHILE nPower > 0 & ...Show All
Eduardo D formset=>deployment=>etc.
Hi there, As a part of an effort to deploy and application I have been trying to do a few tricks. They have been suggested previously by Cetin and Tamar especially. The code is placed in a .prg file. I tried a few things. oNewInstance = CREATEOBJECT('FormSet') oNewInstance.NewObject ("urls","form") <= secondary, child form oNewInstance.NewObject ("cPlusIntrnals","form") <= main form oNe ...Show All
lyymax cannot update cursor < > since it is read-only
I am getting this error message at RUNTIME ONLY in startMode = 4. In interactive mode (starMode = 0) everything works fine. This message comes from a secondary form that I use to select email addresses. They are stored in a table with a few fields. I dedicated one of them as a markup field meaning that if that address is selected in a combobox it is marked, the table is updated as TABLEUPDATE (1). I mean, it is supposed to be updated. It is not ...Show All
Fazi How to get IP Address on Clien of LAN....? Help me!!!!!!
Hi,! I want get IP Address on Clien of LAN, but I don't know what to use for get it. I need your help, please. Thanks all...! How about :- o = CREATEOBJECT("MSWinsock.Winsock") o.LocalIP HTH, Robbo. If you need to get IP address of any client i LAN, you can use something like this : DECLARE INTEGER WSACleanup IN ws2_32 ...Show All
Dylan Lingelbach MSFT Form's vcr buttons not working on all tables in data environment
I have a form that has 2 table's located in it's data environment. When I use the vcr buttons to scroll through the data on the form, all of the fields from 1 of the tables is not scrolling. It remains on the first record of the table no matter what. What could be causing this Are these the vcr buttons from one of the foundation classes that come with VFP If so, that object was designed to skip t ...Show All
Scott Gurvey FoxPro won't run. Fatal Error - C0000005
Hi I've been working away in FoxPro for the past few days and then this morning, after using it for a couple of very productive hours, I suddenly got this error when I tried to start it up. Fatal error: Exception code=C0000005 @ 05/25/06 03:28:35 PM . It gets as far as showing the menu and the various things like the command window and then gives the MSoft error message. It shows as error 1000 in the Windows error log. I'm using VFP9, S ...Show All
Aaron Gibbs Primary key + delete....
General Design Question…. Suppose I have a table (Table1) with a primary key (PKId), if a user deletes a record then wants to add a record with the same PKId value there is a Primary key violation because the table has not yet Been packed. What is the best solution to this I have Considers the Following… 1) Indexing on PKId+!deleted() , but this would only solve the problem if he delete the record once, what happens if h ...Show All
Bill-R Delete Printer Information from Reports
Dear Experts Out side Exe, I use following procedure to delete printer information from reports. lcPath = '' With Exe I do not distribute REPORTS Folder to clients. How is it possible to use following procedure in Exe, where there is no Reports Folder. Please Help LOCAL lnHand lcPath = "D:\GIN2006\REPORTS\" && modification is needed here in this line of lcPath lnFiles = Adir (laFiles,lcPath + '*.frx' , "A" , 1 ) lcMsg = '' FO ...Show All
Jeff Brand COM server problem
I have a VFP6 project that when compiled worked great as a DLL lookup on an included table. As I no longer have access to VFP6 and the table needed updating, I tried to test out VFP9 with this project. It builds to the DLL with no errors but when I tried to register it, I got the dreaded message" DllRegisterServer in ....failed. Return code was: 0x80004005". I used Dependency Walker to profile this dll and got the following results: ...Show All
LiFo toolbox trouble
All of a sudden, out of the blue I got a problem with the toolbox. When I click the button on the bar to invoke the dropdown menu with the controls depicted I get an error message instead. Program error File 'aclsids.prg' does not exist When I click suspend, the debugger appears at this position: Object: _activexcategory IF EMPTY(aCLSIDs[1]) IF oReg.EnumOptions(@aCLSIDs,m.cActiveXKey,m.cHKey,.T.)#0 RETURN .F. ENDIF ENDIF The arrow ...Show All
emailguru Which one is faster, cursors, queries, local views, other?
Hello, I'm using VFP 7 on a very old machine. I'm working with very large tables and I need to create a lot of queries, but my tables are so large it takes forever to load the results. I've been creating cursors on the run from SELECT statements but it's still very slow.... What can I do to optimize my queries/views so they are much faster... I'm new to this, so I don't know much... I just need to be able to run all this queries ...Show All
TOM PHAM Report to Excel
How can i send a report directly to a worksheet of Excel Do you mean convert an FRX to XLS You need a tool like FRX2Any http://www.frx2any.com/ or you can write a program yourself to avoid the FRX and just pass and format the data using COM automation. The faster way (within Excel row limits) is to copy to Excel, or copy to an intermediate format like CSV or old FOX2 if you have an older driver, then open in Excel using COM Aut ...Show All
Bsraju getpict() /explorer defaults
Using XP & VFP9 When I issue fn=getpict(), How do I force the explorer window to sort by file name and display thumbnails. I have set remember each folders settings in Folder Options, Explorer always displays the directory properly, But I can not get getpict to sort on file name. It would be nice if I could set the default directory to open also. >> We are still not ...Show All
penyaskito Fox Pro 8 Material
Can any one guide me of some good online resources on Visual Fox Pro 8, Thanks, Check this page : http://fox.wikis.com/wc.dll Wiki~VFPBooksOnline ...Show All
B-M-C Remove file acces
Situation: A program written in FoxPro tries to find a file on a remote computer. It does find it. Then a new file as added to that folder on the server. The client is trying to find the new file, but an error "File access is denied" is generated. The same file is being read from the server without problem. Any ideas "Does't find it". In your original message error was "Access is denied". I'm confused. Newly c ...Show All
