-
- Could not load resources error
by Lightening
- 5 Replies
- Last post
by Lightening
- App. runs well on my end. after loading to user's machine, hit the error:
Visual Foxpro cannot start. Could not load resources.
I already copied all VFP9 library files under the app. folder. What else shall I do
-
- How to draw lines in a memo field.
by Lightening
- 2 Replies
- Last post
by Lightening
- Memo field works like a Notepad, we can hardly draw a table like we do in a Word document.
Now I really have the need to draw some simple tables. How can I achieve this
Any combination keys will help Thank you.
-
- 530 5.7.0 Must issue a STARTTLS command first
by surinder singh
- 4 Replies
- Last post
by jah29m
- I am trying to send email using smtp but getting this error
530 5.7.0 Must issue a STARTTLS command first
*********************************
here is the code
***********************
# DEFINE CrLf Chr (13)+ Chr (10)
CLEAR
CLOSE TABLES ALL
LOCAL cServer, cSender, cRecipient, obj
cServer = "smtp.gmail.com"
cSender = "punga.ait@gmail.com"
-
- Rotation vfp helpfiles not working
by Fox Me Up
- 5 Replies
- Last post
by AndyKr
- this code is copied straight from vfp 9.0 help files. i just added the two paramateres
this code works in vfp and when i run just the application on the computer that has vfp installed. however it is not working on non vfp computers. on a non vfp computer all i see is a wait window that says rendering and its tallying up the pages.
PARAMETERS REPNAME,ANGLE_OF_TILT LOCAL oListener o
-
- When do we use DE in report?
by Lightening
- 9 Replies
- Last post
by Lightening
- If we have a customer table and a orders table, a typical one to many relationship, do we use Data Environment or a temp table or cursor in a report
Our data is usually dynamically changing, e.g. we wish to use the same report to display all orders of a particular customer or a group of customer in a region.
If not using Data Environment, when do we use DE and what's the advantage of
-
- Visual foxpro 9 watch hang
by cristi_bd
- 11 Replies
- Last post
by cristi_bd
- I was testing a program with debug and watch window . I enter a function in the watch windw than a window like passward with no title apears and evry think is bloked. I have to end forcely by task manager. Since than evry time I start watch window I get the same window and bloking situation.I uninstald Visual fox pro and I reinstald it. The same think. I uninsald Visual FoxPro and&n
-
- Microsoft: No Visual FoxPro 10
by CDFAUX
- 14 Replies
- Last post
by dni
- An official announcement of MICROSOFT: http://redmondmag.com/news/article.asp editorialsID=8320
Although all the signals pointed in this sense, obviously the official confirmation is a bad news. I believe that still lack clarity in the communication of Microsoft. I understand that SEDNA tries to leave liberated to the community the future development of VFP, but if the intention of Microsoft
-
- How To Disable The Foxpro Screen at Startup time of Application File ...?
by Paramu
- 5 Replies
- Last post
by fvp4ever
- Hi,
Well.
Actually I Build 1 Application File contanis certain Forms & Reports.My problem is that whenever I run the Application File, First the Foxpro Screen is coming & next the Task Pane is coming...So what I need is, to disable these Foxpro Screen & Task Pane, & through programmatically for my Application File....Is there anyone to help me please
By PARAMU
-
- Errors running FoxPro Stored procedures in .NET windows app
by TechMate
- 10 Replies
- Last post
by TechMate
- Hi
I want to run a stored procedure in user selected database which basically creates two new tables to be persisted in the same database. I am able to call this stored procedure but I keep getting the same error "One or more errors occurred during processing of command." There are no details of what the error is specifically about. I am able to run the same stored procedure using Mic
-
- Treeview and Terminal services
by A.G.
- 14 Replies
- Last post
by A.G.
- Hi, I have a problem with treeview and TS. I have a treeview build on table TmpRighe . When the user check a node the code replace the field Fl_select on table TmpRighe . the problem is that for all pc connected on the net , everything is all right but on pc connected with Terminal services, doesn't execute replace . please help me thank much ! Augusta
specifically doesnĄ¯t execute Node Chec
-
- vFox9 vs PHP+SQL...
by johan2000
- 4 Replies
- Last post
by Claude Fox
- Can anyone tell me for Accounting program (such as General Ledger)... Is it better to use VFOX9 or PHP+SQL What kind of applications are much suitable for using VFOX9, and what situation will be preferable for using PHP&SQL Is there any document in comparing vFox9 and PHP+SQL or Where should I post this kind of question (a link would be appriciated) thanks you help!.
-
- Display "Running query..." progress bar
by hangover
- 10 Replies
- Last post
by Naomi Nosonovsky
- How do I make the "Running query..." progress bar display when executing an SQL query within my VFP9 application
I have tried both SET TALK ON and SET NOTIFY ON but it is still not displaying. Which other commands can affect whether it is displayed or not
Thanks.
-
- Printing is causing computer reboot!
by Richard1_1970
- 11 Replies
- Last post
by Vladimir Zografski
- Lately I have had many of my customers reporting to me that when ever they try to print using my software written in VFP 9 it is causing there computers to reboot. One thing in common with everyone is they all have different types HP LaserJet printers! Can anybody help me with this
Here is the code I am using for printing....
loListener = .NULL. do (_reportoutput) WITH 3, loListener loL
-
- About the median of a grouped frequency distribution
by johnny607
- 5 Replies
- Last post
by Craig Berntson
- hi, I have a urgert problem about the median to be solved.
I have the table like this
age_group frequency cumulative frequency
1 18 18
2 24 42
3 39 81
4 23 104
5 12 116
6 8 124
What program code should I
-
- Validations on Textbox
by Ahsan Amin
- 14 Replies
- Last post
by Phil Brammer
- I am trying to implement validation on textboxes placed on a form using ISNull function. I placed the code in a procedure and calling it on the click event of a button but does not work. I want also want to check for numeric and character data. here is my code
IF ISNULL(thisform.text2.Value) then MESSAGEBOX("Please enter customer name") ENDIF
-
- fast / draft mode printing in vfp
by RavindraPatil
- 14 Replies
- Last post
by CetinBasoz
- Dear friends,
can we print in draft mode as in DOS by using vfp report writer
-Ravi
-
- Combining Word Docs with FoxCode
by JedP
- 3 Replies
- Last post
by Tamar E. Granor
- I would like to be able to combine several word docs that I store in a foxpro table into a single word doc. The files are created using the FileToStr() function and stored in a blob field type. Field text1 and field text2 each contain a seperate word docs.
Code is like this:
liblob1 = text1
liblob2 = text2
liblob3 = text1 + text2
StrToFile (liBlob3, "c:\dev\test1.doc&
-
- replace image with own name
by NILKAMAL
- 14 Replies
- Last post
by NILKAMAL
- hello!
is any way replace my image with include reeno or any field data
like i take image from my webcame and it store in one folder after that i use replace command so it save path in my field but when i replace that time image name want to change
here is my code below
DO [C:\Program Files\EZTwain\VFP\EZTwain.prg] TWAIN_SelectImageSource(0) * Get list of devices into memory TW
-
- Overcome 255 character limit in grid control
by Marc Bachman
- 11 Replies
- Last post
by Naomi Nosonovsky
- I am using a grid control on a data entry form within an existing application. I have been advised ( at a VFP group ) to use an edit box on the grid control instead of a text box to overcome the 255 character system limit for this field. I have tried this, but it hasn't worked, even after recompiling. I'm not sure whether there is more to do, or whether I need to change my procedure, or even if th
-
- Using DynamicBackcolor for indexed tables.
by Aleniko
- 6 Replies
- Last post
by CetinBasoz
- Hi; I'm trying to color a grid so I get a ledger format coloring where every other record is colored. But I would like to do this not utilizing recno() because I'm using it with an indexed table where recno() is not in order. Any ideas Thx.
-
- Printing Rich Text
by CFutino
- 3 Replies
- Last post
by CetinBasoz
- Hi, all
Can anyone tell me if I cam print th content of a Rich Text Box In case I can't, is there any way to print formated text (i mean, with justification, italics, bolds, etc..)
Thanks a lot
-
- Forum Usage
by Naomi Nosonovsky
- 14 Replies
- Last post
by AndyKr
- Since this thread has gone off-topic, may I please ask few questions about this forum usage.
1) How can I see replies in the chronological order E.g. I only want to see the latest replies but I can not figure out how to do it.
2) Can I turn off Alerts for good I often forget to uncheck them when posting a message.
3) Why most of the messages appear in a very small unreadable f
-
- webbrowser newwindow event
by Ivan Horvath
- 3 Replies
- Last post
by Warappa
- Dear All, in our application (VFP7) we are using MS WebBrowser control. it is working well, except in one case. we don't allow the new window action. according to the documentation the NewWindow2 event is fired when the user tries to open an url in a new window (right click - selecting Open Link in New Window menu, shift+click, etc). i can catch this event, and returns as cancel=.T. everything
-
- OLE object error
by gamease
- 12 Replies
- Last post
by Naomi Nosonovsky
- Hi,
I get the error : OLE error code 0x80040154. Class is not registered. OLE Object is being ignored . I get this error when i run a form which has a pdf document in VFP 6.0.
If my computer has only installed the acrobat reader with version 6.0 or before, there will be no error occured. But when my computer has installed the acrobat reader with version 7.0 or later. The error will appear.
-
- Too much white space along the bottom of VFP9 report
by BABSBINI
- 5 Replies
- Last post
by Naomi Nosonovsky
- Hi All,
We have created a report which works fine in terms of data output. However, sometimes the bands move to the next page even though there is enough space at the bottom of the page. We have tried to control the white space by using the "Start group on next page when less than" setting on the report designer. But this doesnt seem to fix the issue for us. No matter what the setting