Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: mican
  • Content: Threads
  • Order by date
  1. mican

    How to store value in memo fields?

    hi everyone, I am a beginner in memo fields. I know how to create the field in a table but I don't know how to store and retrieve values (programatically). Is it just the same with character fields like this; Replace Employee.name With "Juan Dela Cruz" ? and this; Thisform.Text1.Value =...
  2. mican

    Property Window : what object is that?

    Is there someone who can enlighten me... I am curious to use that object used by VFP Object Property Window. It looks like a grid but the data types varry in each row... for example, Caption property is in Character Type, while, FontBold property is in Logical Type... How to do that?
  3. mican

    need some visual foxpro skins

    I am from a country that does not promote visual foxpro programming languages. And therefore, has very limited sources. I find no way to buy vfpskin in here. I have no credit card neither. Does anybody know where could I get some vfpskin?
  4. mican

    Receiving data from MSComm32

    I was tought about using the onComm event of MSComm32 object. It didn't work... here is my code at MSComm1.OnComm If This.ComEvent = 2 Thisform.Text1.Value = This.Input Endif Anyone who has idea on how to recieve data from MSComm32? Thanks...
  5. mican

    VFP8 Report design: Customized paper size

    During VFP6/windows98, I am used of customizing the paper size (such as 4.25" x 5.5") when generating reports. I can't do it anymore in VFP8/windowsXP. Anyone knows how? Thanks in advance.
  6. mican

    How to access MS SQL tables using connection?

    I know how to create a new connection and new remote view. However, I do not know how to access the table such as APPEND, EDIT AND DELETE a record. Can anyone give me a sample source code on how to append, edit and delete in a MS SQL table?
  7. mican

    How to install the MS SQL Desktop Edition of VFP8.0?

    When I install the package of SQL Desktop Edition of Visual Foxpro 8.0 CD, the error message below appeared: A strong SA password is required for security reasons. Please use SAPWD switch to supply the same. I've already logged-on as administrator and it still have an error. What should I do?
  8. mican

    Building an EXE in VFP 8.0 that will run in Win98

    I have built already my EXE under VFP 8.0 and have copied VFP8enu.DLL to WinSys folder. When I run the EXE in Windows 98, an error message says something like "library not supported". Can anyone give me the correct steps in building projects to EXE that will run in Windows 98.
  9. mican

    Building an application in VFP 8.0

    I had build my project using Visual Foxpro 8.0 but when I run my application in windows98 it says "vfp8r.dll is not supported". How do I build my project in VFP8.0 to run in windows98?

Part and Inventory Search

Back
Top