Software Development Network Logo
  • Game Technologies
  • Visual Studio
  • Architecture
  • Smart Device
  • Microsoft ISV
  • SQL Server
  • VS Team System
  • Visual C++
  • Visual Basic
  • Visual FoxPro
  • .NET Development
  • Visual J#
  • VS Express Editions
  • Windows Vista
  • Visual C#

Software Development Network >> Visual FoxPro

Visual FoxPro

New Question

Novice converting from VFP 5 to client/server using Microsoft SQL - HELP PLEASE!!!
a child form needs 2 clicks to close
creating dll with add object inside
how could i make my main prog looks like "MY EXPLORER"
With ... EndWith
executable database
How do I create a random table or cursor name?
Someone that me guie
HOW TO GO TO SECOND PAGE OF RTF OLEBOX
making irregular shaped forms in VFP 9.0

Top Answerers

Nana M
Peter Gavin
Laurence Melloul - MSFT
Kevin ORiordan
KumarH
BoonUnit
mbordoni
jbranton
vbuser1
Timothy Tim
Volto.com
Only Title

Answer Questions

  • robert579 Deactivate Popup

    Dear Sir, There are two command buttons on Form1. On the MouseMove event of command1, I use following codes this.setfocus LOCAL SELE1 SELE1=0 DEFINE POPUP ABC SHORTCUT RELATIVE FROM 8,77 to 14,109 TITLE 'I N P U T S' DEFINE BAR 1 OF ABC PROMPT '\<1- Receipt Voucher'FONT "Verdana",10 COLOR ,RGB(0,0,255,0,255,128) DEFINE BAR 2 OF ABC PROMPT '\<2- Payment Voucher'FONT "Verdana",10 COLOR ,RGB(0,0,255,0,255,128) DEFINE BAR 3 OF ABC PROMPT '\& ...Show All

  • Nick111 Magstripe encoding?

    Hi - new to forum. Has anyone written VFP code to encode a character string onto a mag card track (like a Gift Card ID number) My encoders have a static IP address. TIA Shupe I don't really know too much about mag stripe writers but, like any piece of hardware they must expose a communications interface that a program can send data into. That interface is probably exposed through a COM compon ...Show All

  • TopTN MSDE Connection problem

    Hi guys! ^_^ i am trying to connect to MSDE database using vb6 to another computer but i always received this error: [DBNETLIB][ConnectionOpen(Connect().] SQL Server does not exist or access denied. i've use the ff: connection string to connect: con.connectionstring = "Provider=SQLOLEDB; Data ource=110.20.50.99;Trusted_Connection=YES" con.open unfortunately it doesnt work. BTW i have test it in xp os and win2k os but i recei ...Show All

  • ManishDotnet 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

  • foxquote How to Get Serial of CPU......

    I want to get Serial of CPU. But, I don't know what to use for get it. I need your help, please! Thanks all..! You might use WMI to get it but not all CPUs support it. ie: loWMI = GetObject("winmgmts:\\.\root\cimv2") oItems = loWMI.ExecQuery("select * from Win32_Processor") For each oItem in oItems  For each oProperty in oItem.Properties_   oProperty.Name, oProperty.Value  endfor endfor ...Show All

  • asvi can i create a private cursor with the same cursor name for each MDI child form?

    Dear all, Can i create a private cursor with the same cursor name for each MDI Child e.g.  i created a temp cursor (say, temp1) for store up a MDI child data. when multiple MDI child called, can each child has its own temp cursor with the same name Otherwise, any suggestion which can perform the same purpose Thx very much. Ash Solved By setting "DataSession" = 2 - Private data session. ...Show All

  • dush1 can i just use sql to get this?

    date           transfer 20050101    200.00 20050103   -100.00 20050530     95.30 ... SQL to get: date         transfer          balance 20050101   200.00         200.00 20050103   -100.00 &nbs ...Show All

  • allen5928 help on VFP9

    hi...here's my problem..when i open VFP 9, a meesage box appears "The resource file is not valid. Overwrite it with a new empty one "..what should i do to remove this message box from appearing everytime i open VFP 9..thanks Delete the two files named foxuser.dbf and foxuser.fpt. You can also disable the resource file by putting RESOURCE=OFF in your config.fpw Dave M. ...Show All

  • Brouwerke using vars in a thisform. statment

    Hello again, I have a problem using a variable in a thisform. statment. I tried it using the following code: IF v_sichtbar < 10 then         DO WHILE v_sichtbar < 11             v_button = "button0"+ALLTRIM(STR(v_sichtbar))             v_label = "label"+ALLTRIM(STR(v_sichtbar))         &nb ...Show All

  • derekjohn37 Importing Data from ms excel format.

    Hi! I'd like to ask help to all the gurus, i have this application which will let you import data from an ms excel format. Say, I had a list of inventory items (summing up to 2,000+) instead of inputting those items again to my application, i will just provide an option to browse the excel file and do the importing of the data. How will i go about this What commands to be used Any help would be greatly appreciated. Thank you! Alfred N. ...Show All

  • Edelcio Molina Office 2003 SP2 with Item Display Method

    I have some existing code in VFP6 that was working fine with Outlook 2003 until we installed Office 2003 Service Pack 2. This has done the same thing on 2 separate workstations that were both working. When the loMessage.Display() method executes, the application throws an error: OLE error code 0x00000001: Incorrect function. The outlook message is still displayed but something is wrong. <code> Define Class TEmailSender As TCustom &nb ...Show All

  • ymac foxpro exe and dbf's, fpt's, bak's, tbk's, but now prgs etc.

    foxpro exe and dbf's, fpt's, bak's, tbk's, but now prgs etc. I was given a foxpro program and i would like to see the code (the formulas)... i'm not sure how to do this... thank you...   Sounds like you are trying to take apart someone else's work, I, nor anyone else here, will help you do something that might be illegal. If it is in an EXE file then it has been produced by someone who likely wants this info ...Show All

  • alphanexxus minimize and maximize buttons on Report Designer

    Can you remove maximize buttons on Report Designer in Visual Foxpro 6.0 Please help. Thanks in advance, Sanj. If you call your reports manually, with all the explicit code in the form itself, then yes, you will have to define the window each time in that code. However, you could put the DEFINE WINDOW command in its own .PRG and call that .PRG from your report code in each form. Better yet, create a separate program/object that accepts the ...Show All

  • bassam_sam column summation

    To all fellow foxpro enthusiats, If i have a table that looks like so, year enter exit net 1995 1 0 0 1996 2 1 1 1997 3 2 1 1998 4 2 2 1999 5 1 4 2000 10 3 7 how would i make a new row at the bottom, where i sum up the columns.. like --> year enter exit net 1995 1 0 0 1996 2 1 1 1997 3 2 1 1998 4 2 2 1999 5 1 4 2000 10 3 7 TOTAL ...Show All

  • ddunkle Very nice!

    Hello anyone, it's very nice to see Microsoft enhancing their community activities. Go for it! Providing a forum platform is one of the best aspects a company might offer. Thanks. I hope that this one doesn't compete the ones at Compuserve or UniversalThread. Sincerely, JoKi i got a lots of help from here     thank you very one again Jet Uh.. Compuserve, I'v been there a lot of (year and more ago) but now I can't fi ...Show All

9091929394959697989901234567

©2008 Software Development Network

powered by phorum