-
- Multiple Dataset in the same table object
by Zoop
- 18 Replies
- Last post
by Zoop
- Hi, I'm pretty new in ReportViewer. I would like to show fields from two differents db tables in the same table object. Example : I have an object inside my object datasource. Let's say, an "Employee" object (which is my datasource), containing a "Company" Object, and I want to access a property of the Company object. Automatically the datasetname is set to "Employee"
-
- Set bell off
by Bit
- 7 Replies
- Last post
by dni
- Hi,
I am modifying VFP6 prog and add set bell off.
However, the alert sound still exists when
I type the field reach the end
and when error occurs.
What may the issue relevant to
Regards,
BIT
-
- How to send email by using default email client installed on user's machine
by surinder singh
- 5 Replies
- Last post
by surinder singh
- Hi All,
I want to know if there is any way to send email in foxpro through default email client installed on user's machine.
I am using MAPI currently to send emails.
Thanks
-
- Problem indexing views
by Hans L
- 14 Replies
- Last post
by Hans L
- I am trying to index a view. After having created the view in a prg file, created with Gendbc, I add (in the prg file): USE vwMysoft INDEX ON cname TAG Namn OF vwMysoft USE In other words, I use the same commands I would use for a table. Okay Then, when I open a form where I need the indexed view open, I do: USE vwMysoft SET ORDER TO Namn Error message: Variable Namn is not found. Either I am m
-
- Cannot access the selected table (Error 1152)
by jmom
- 6 Replies
- Last post
by jmom
- You have attempted to select a table outside the 32K work area range or are attempting to reference a file variable in a table that is not open .
I am getting this error more often. I open the table in the load event of my form and there is no use or close table statements until the "Exit" button is clicked. How can u test if u go beyond the 32K work range
-
- Cannot print in VFP
by Sixon
- 5 Replies
- Last post
by alokmani07
- I have a printer model Epson TM-U210D small dot matrix printer. But it cannot print with these codes :
Set printer to name Epson TM-210D Receipt
Set device to printer
Set printer on
@...,... say .......
It's displaying error "Error accessing printer spooler"....why...
I've set Print directly to the printer in printer property, and when Print Test Page, it w
-
- vfpoledb.dll access violation
by abhinaw
- 14 Replies
- Last post
by CetinBasoz
- We are using a COM+ VB component to access data. It uses Fox Pro DLL ( vfpoledb.dll dated april 2002 ). we are getting intermittent access violation errors in our application. I am posting event logs at the end. The interesting line is the last line ( vfpoledb!DllCanUnloadNow + 0x2144e ) . It shows that vfpoledb.dll thows error while trying to destroy a resource ( DllCanUnloadNow). It looks l
-
- how to enclose quotation marks in a string...
by ibbm
- 7 Replies
- Last post
by ibbm
- I am trying to use this statement
thisform.lstSearchList.RowSource = "select branch,clientcode,alltrim(lastname)+ '", "' + firstname,ffid from &lcf where upper(lastname) = alltrim(upper(lcCheckValue)) order by lastname, firstname,branch,clientcode into cursor temp"
but it doesn't like the + ", " obviously as it's already enclosed in a string. Can
-
- Remote SourceSafe
by Darren Woodford
- 9 Replies
- Last post
by Darren Woodford
- Hi Guys
Has anyone got any feedback they would be willing to share on 'Source Anywhere for VSS' (http://www.dynamsoft.com/Products/SAW_Overview.aspx ) by Dynamsoft. I am thinking particularly of integration with various versions of VFP. I tend to have all of my projects using the IDE integration and am hoping that this will work with this product. I am currently working from home on an acce
-
- 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
-
- Problem selecting a font in Visual Foxpro 9.0
by Josseph
- 12 Replies
- Last post
by Bill Black
- When I select the FontName property in the Property window, my default font Arial has disappeared from the selection list above. Arial is corrected installed in my system and I can select it in any other application, even with getfont() in the command window. Any idea Thanks.
P.D.: My english is not so good. Sorry.
-
- cannot quit visual foxpro
by HowardW
- 14 Replies
- Last post
by dni
- Subject message appears altogether too often - during my development, user sessions, etc. Similar messages imply this could be caused by the task pane. I do not knowingly use the task pane and have the auto startup turned off. Sure enough it happened again - tried clear all; release all, clear events, sqldisconnect(0), etc. - all the things I could think of and tried before. No luck. Then I turned
-
- Using VFoxPro 9 and SQL to create a table
by Zaphod2003
- 9 Replies
- Last post
by Zaphod2003
- Can someone tell me what's wrong with this code
CREATE TABLE countries( ;
id n(10,0) PRIMARY KEY , ;
ccode c(2) UNIQUE , ;
CHECK ( LEN ( ALLTRIM (ccode))=2) ;
ERROR "Currency code must be 2 characters", ;
currency n(10,0), ;
CHECK ( currency >0), ;
cname c(30) UNIQUE ;
)
I have indentified the problem to be with the code CHECK (
-
- migration to dotNET
by Cinderella Man
- 2 Replies
- Last post
by Cinderella Man
- Dear Users,
I want any body to help me in my migration process form foxpro to dotNet,
i have this coding in the foxpro application and i want to convert it.
Code Block
Select A
Index on alltrim(country) tag keytag
Index on alltrim(Value) tage IDLogo
If I = 4 Then
Select A
set order to IDLogo
Seek(substr("Some Text will be here",4,3)
If Fo
-
- Should we leave Microsoft altogether?
by Dave M.
- 12 Replies
- Last post
by Carl Warner
- VB6 Dead,
Foxpro Dead.
J# Dead ¡
Dot Net 1.0/1 Dead..
Now there are rumors of a freeze of WinForms Development to for a focus on WPF. WPF is not yet suited for data centric app (no grid control). No decent IDE out yet. There are even rumors of that the next version of windows won¡¯t support ANY 16 Bit App, and that the version after that won¡¯t support any 32 Bit app.
What is
-
- refresh form
by NILKAMAL
- 14 Replies
- Last post
by Naomi Nosonovsky
- hi!
i create simple form with table field and i create another two textbox in sam form (which is not table field) when i go to next record the table field got refresh but other two textbox have same value of previous record so can anybody tell me how do i do to refresh all field including textbox( not table field)
thanks
-
- Can I compile a stored procedure separately?
by AlexBB
- 10 Replies
- Last post
by CetinBasoz
- I am building a few stored procedures in VFP databases to run from my C# app. I hope I will be able to do it and if anyone has any experience with it I will appreciate comments.
I have a question if the stored procedures could be compiled separately from all other code.
Also, what are CLR stored procedures ow can they be related to the SP's stored in DB
Is there any advantage
-
- Determining if multiple EXCEL spreadsheet tabs exist before import
by GR1206
- 14 Replies
- Last post
by Naomi Nosonovsky
- Is there a way to determine if an EXCEL spreadsheet contains multiple tabs, and if so, bring back the name of each tab in order to select the one that you want to import data from
I'm trying to import data into VFP from EXCEL, and normally use the IMPORT function and identify the spreadsheet tab by name. This time, I want to know 1) the total number of tabs in the spreadhsheet, and 2) the
-
- Project manager and paths
by Gary Demi
- 4 Replies
- Last post
by Naomi Nosonovsky
- When I move a program built by the project manager to a different computer with Foxpro installed differently (or a different version say 8 vs 9) I get many missing files when I open the project manager, i.e. remall.bmo, previous.bmp, etc.
Most of these files are in G:\Program Files\Microsoft Visual FoxPro 9\Wizards\Graphics, but not all.
What is the best way to handle this situation
-
- Cursor adapters, ADO and Native VFP Data
by CChalom
- 14 Replies
- Last post
by CetinBasoz
- Hi,
I've been using Remote Views to access native VFP DBC's.through ODBC.
As I want to use some of the new functionalities of VFP data, AutoInc, Varchars, Blob fields, I was recommended to try using ADODB with Cursor Adapters.
But I've found no samples using VFP native data... Can someone recommend be some kind of literature for that
I was told that accessing data using AD
-
- VFP6: Error on trying to run an standalone exe on Windows XP.
by ibbm
- 8 Replies
- Last post
by ibbm
- I've created distribution diskettes for my app and have installed them on an XP machine. When I click on the exe I get
Visual Foxpro Cannot Start. Could not load resources.
The runtime files VFP6R.dll and the VRP6rENU.dll are included in the runtime directory.
Will exe's work in XP Any ideas
Thanks in advance.
-
- 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
-
- _Genxtab Reporting (My mistake - Not Genxref)
by Aleniko29139
- 3 Replies
- Last post
by Aleniko
- This is the corrected post... I have mistaken _Genxtab with _Genxref - Sorry.
Hi all;
I am planning some repoting on cursors generated with _genxtab.
Obviously the generated cursor is dynamic and the number of fields is unknown during design time.
I was wondering if there are any ideas out there to handle this. Right
now all I can think of is to generate a single report where in t
-
- book for begginers
by NILKAMAL
- 4 Replies
- Last post
by NILKAMAL
- Hi!
please let me know which book good for begginers (perticular name) and sample templet with form and report
thanks
-
- VFP 8 Form Issue
by TRJ48
- 8 Replies
- Last post
by TRJ48
- I have developed a form in VFP 8 which has multiple grids on it. It runs fine from VFP but when I run it from the EXE it gives the following error when trying to load the form. Error Loading File - Record Number 66. ResoGrd <or one of its members>. Parent : Not a Table. I checked the parent field in the .SCX and it looked fine - it just had the form name. I tried deleteing all of the objcode