Answer Questions
Leopardfist Receipt Printer Problem
Hi to All! I am using Epson Partial Cut receipt printer for our POS system. my problem is that the printer will eject or automatically cut the paper when the lenght of the paper riches 11 inch from the start of printing. the result is ok if the customer will buy only a few items, but when the customer buy plenty of items the problem start on, the receipt is cut every 11 inch of lenght.i already select the paper for Receipt when i design th ...Show All
Aleksandar Milinkovic How to copy a folder, to another folder
Hi! I want ot select a folder with the getdir() , and choose where copy it...with the getdir() too... Is it possible If it isn't, how can I copy alla the file of a *** to another folder Thank you If you do not mind using WSH: oFSO = CreateObject ('Scripting.FileSystemObject') oFSO.CopyFolder(cSource,cDestination,lOverWrite) ...Show All
Ian.H passing parameters to vfp com servers using createobject
Is it possible to pass a parameter to a vfp com server using CreateObject("COMServer.Class", eParameter) It seems to me that whatever I pass in eParameter it is always .F. within the INIT method and PCOUNT() always gives 0. Regards Darren Woodford Woodford Computer Systems Ltd http://www.woodfordcomputers.co.uk Thanks for the additional information David. I am using a separate Startu ...Show All
li74531 shall I purchase Visual Fox Pro 9 ?
Hi there. I have considerable background in Visual dBase Plus which is an OO language with considerable means to create forms, tables and some windows applications but it is hard to do any networking. Thus I am trying to migrate to C#. I do have a Visual Studio .NET 2003 Pro and downloaded Visual C# 2005 Express Edition Beta 2. I have created some forms and added some functionality. Now I need to create tables and I need a table designer which I ...Show All
thierryb about print
hello. i'm just a beginner and i'll need help to can continue my project in Fox Pro v2.5. i don't know why my print work so hard. i set in program char(18) and i must wait almoust 20 seconds to print my page and write on my page what i need and after that the print will stop and my page remain in print what i have to do to work my print and take aff entire my page thks and i hope someone help me, if u don't understanta what i wan't to say writ ...Show All
kalpa can't reindex 82,000 kb file
Let me begin by thanking you for the help. I am not a avid foxpro programmer. I have a table in my database that has been acting up the past few weeks, but usually a reindex would fix the problem. Today It won't let me reindex. I type reindex and press enter and instead of getting the counter on the bottom right hand corner. It does absolutely nothing. If I delete the .cdx file and try -- still nothing. ...Show All
hga.mx Grid Resizing
Hello All, I have a query to do with resizing forms and grids in VFP. I have a grid on a form with 8 columns. In the resize event of the form I have put code to resize the grid at the same time so it matches the Width and Height of the form. However, I have come across a problem with resizing the columns within the grid. Ideally, I would like to adjust each columns width as the grid is being resized. (I.E. Columns will grow when the grid is m ...Show All
Ensynch Cannot 'USE' two tables in VFP90 - XP ONLY?
I am using a stand-alone exe in VFP90 and I am trying to create a new form with the following in the init: SELECT 0 USE 'accntdb' ALIAS 'accntdb' SELECT 0 USE 'presetdb' ALIAS 'presetdb' I am compiling with VFP90 S/P 1. Now, this will open both tables when run on Win2K just fine, but when run on XP (latest s/p) only the data in the 'presetdb' table is visible in the browser. The alias is still recognized, but ther ...Show All
Hacker_594 Http Post
I need to simulate an http post and retrieve the Resulting Html source Code. How can I do this Thanks, Sammy You need to install MSXML. http://www.microsoft.com/downloads/details.aspx FamilyID=3144b72b-b4f2-46da-b4b6-c5d7485f2b42&DisplayLang=en i also tried poster = CreateObject("Microsoft.XMLHTTP") and poster = CreateObject("Ms ...Show All
Jonh Need VFP 9.0 Report Help
Hi I have a report that in the detail band I have the following info: QTY Part Number Description Price Extended Price 5 2222-009 5500 Watt 220V &nbs ...Show All
shanku Coming from Excel to VFP9 and need help understanding math functions on cells
I have set up a simple data tracking form that breaks out the associated costs of a vehicle going to Auction ( dealer costs, transportation fees and so on) for my employer. It works great, and I can enter data into the database successfully, and my Report will print it out nicely sorted by Store. I would now like to create cells on my data entry form that calculate and display various math procedures on the data being entered. For instance, ...Show All
A kid label format with underline and bold in spots
Can you make a single label look like this This is a test of what i want. You can set the font, underline, strikeout, etc, for a particular field on the label, but it would be applied to all words in the field. In VFP9, you might could do this with the use of a report listener. One of the report gurus will likely chime in on this one. How about something along the following lines - using a RichtTex ...Show All
Rich Chiodo Help in VFP 6 Application...
Hi, I've developed a application in VFP 6.0 in Windows 2000 Server Env. The problem is that if I start the application. the splash screen shows up... but with the Command window and the standard toolbars in background..... I tried with application.visible=.f. But it imposed several limitations in my applications.... So is there any way to get around this situation..... One more thing I wanted to ask is what is the be ...Show All
Airmann_90 problems on textbox in VFP
hi guys...i just want to ask about this problem on textbox in VFP...because compared to Visual Basic, when i try to press the backspace to erase the characters on it,it erases and goes to the beginning of the textbox...but on VFP, when i try to erase the characters on the textbox, it erases too but goes to other controls or sometimes if you have two textboxes,it will go the second textbox and then pressing backspace again will go back to the fir ...Show All
jmgscott foxpro2.5 application migration from windows98 to XP (Urgent)
Hi All, I have to migrate the existing data which is on windows98 to windows XP. My application is working fine on 98, but when I copied the files (almost all) into xp The application throws error “not a table/DBF”. When I open the same DBF file in notepad (one in 98 and other in xp) the xp file has some random characters and numbers in it where as the 98 dbf file I can read my column name. What could be reason Why the DBF file go ...Show All
