-
- Get external IP adress
by miltoncwb
- 7 Replies
- Last post
by Naomi Nosonovsky
- Dear Experts,
How can I get the external IP from a vfp program just like I visit www.checkip.org
Thanks you in advance.
Milton
-
- 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
-
- How to Filter Records in a Grid
by msw
- 8 Replies
- Last post
by MarciaAkins
- I have a simple form with a Grid that displays my customer database. I would like to place a combo box at the top of this form and when I start typing in it the records would start filtering down. I Have an index created for Lastname and I can list the records but I can't figure out how to make the filter work as I start typing.
Thanks for your help...Scott
-
- image resize
by NILKAMAL
- 7 Replies
- Last post
by Naomi Nosonovsky
- hello!
i ceate simple form with image now i want to image resize in my imagecontrol can i do that also how do i do to change background color of my application
thanks
-
- 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
-
- VFP and nonlinear regression
by hela
- 1 Replies
- Last post
by dni
- Dear friends!
I need to use same statistic methods, as nonlinear regression.
Do you know same library or function witch I can use
Can you help me
Thank you.
-
- Refrencing other parts of a grid.
by Aleniko
- 3 Replies
- Last post
by Naomi Nosonovsky
- Hi; I have a class I created which shows qtty of open orders. I am always dropping this class in a grid. I want to color this dynamically depending on if there is a matching record in a certain table. I have the following code in the init of the class just for testing: : IF this.Parent.Class = "Column" this.Parent.DynamicBackColor = "IIF(MOD(RECNO( ), 2)=0, RGB(255,255,255), RGB(0
-
- VFP online with DNN
by Fox Me Up
- 4 Replies
- Last post
by Claude Fox
- ok i love vfp... but i just started a new job doing web programing.... I use something called DotNetNuke... now its kind of simple all i do is make individual modules in C# ( i take the dll file and the web-user-control) My question is, is there any way i can build individual modules in foxpro and make it work with DotNetNuke ive been searching around the internet but cant find any examples of co
-
- unique
by NILKAMAL
- 5 Replies
- Last post
by Alex Feldstein
- hi!
please help me out for this problem
is it possible scan image from scanner for perticular size cos when i scan it scan blank space too
and also in my table have like 10 field with id is primary key but i need one field no duplicate (e.g if driver Lic # i need unique no , no duplicate )
thanks
-
- stupid (?!?) function
by Annonnymus
- 5 Replies
- Last post
by Naomi Nosonovsky
- i got this code:
x= RECCOUNT ()
DO WHILE ( RECNO ()+1<x)
IF stop=1
EXIT
ENDIF
nui= ATc (def,var1) &&the prob
IF (nui>0)
thisform .list2. additem (cuv)
ENDIF
SKIP
enddo
nui is >0 only for the first check ;after that it always returns 0,and several of my def (memo) values contain var1
-
- Array of chars to a character field
by Spirtik
- 2 Replies
- Last post
by CetinBasoz
- Hi, might be a noob question, i'm just starting to learn VFP, but here's it:
I have an array (dimension 30), which i fill with letters (from A to F), after reading and validating them i try to copy (gather) the array to a field that is character (30) also, but it copies only one, first symbol.
I've also tried to do it in a "do while" statement by _tmp=_tmp+A(i) , but it doesn't wor
-
- REPOST: NOPAGEEJECT not working in VFP9
by riptramm
- 14 Replies
- Last post
by Tamar E. Granor
- If our OKI Microline 320 turbo printer always ejects a page after the command <<REPORT FORM myreportfile.frx TO PRINTER NOPAGEEJECT>> in a program, is this in all likelihood a VFP 9 software bug or is there a simple solution other than printing to a text file Could it be a faulty installation Also we've found that in printing 40 reports using VFP9 report forms, 3 or 4 will print out
-
- Field names from excel import
by Mochalatte
- 2 Replies
- Last post
by Naomi Nosonovsky
- I'm fairly new to VFP. I'm importing an excel file to use as a table. Two questions: Is there an easy way to change the field names from A,B,C,D to the actual names, perhaps in the import procedure Also, where is the table stored once it is imported
-
- Drag and Drop with Listbox
by hangover
- 10 Replies
- Last post
by nautic20
- I have a control consisting of two listboxes which allow the user to drag and drop items from the left listbox to the right listbox to copy them across, or drag and drop items within the right listbox to change their order.
I have got the mechanics of it working reasonably well using the OLEDragDrop methods of the listboxes, however it is not as slick as I would like. There are three improv
-
- 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
-
- DISTRIBUTING MSCHART
by Mervyn-w
- 12 Replies
- Last post
by Mervyn-w
- I have coded mschart into an application and it works extremely well until I attempt to distribute it.When the distribution disk has been installed and the graph section selected an error message "The item you are trying to load is unavailable. Please insert Proffessional English Disk..."
Obviously I have to attache something else but what Your help will be very much appreciated. Merv
-
- RLOCK on a DBF file on a Windows Vista Shaded Folder
by Stefano Alderotti
- 13 Replies
- Last post
by dni
- Hi,
I have problems on some functions [at first RLOCK()] when i try to access on a DBF file on a Vista Shared Folder from another Vista PC.
If I try to access or execute Rlock() function, from XP on Vista or from Vista to XP, i have no problems.
When i try to execute Rlock() on this file from Vista i have an "Error Reading File" only when another used already use this file.
-
- Run /N *.msc
by le tan duc
- 4 Replies
- Last post
by le tan duc
- We can't use : RUN /N gpedit.msc (any file *.msc) Please help me to sovle the problem Thanks
-
- Performace issues over VPN / Terminal services.
by Aleniko
- 4 Replies
- Last post
by RLNewcomer
- Hi everyone; I have tried today to connect via VPN over DSL lines to a remote system and run my VFP application. Perfomance sucked big time, but I wasn't surprised. Using remote desktop to the win2003 server is very fast for obvious reasons. My question: - Did anyone here use VFP over VPN when the application is not client/server but rather VFP files on a remote server Is there any way to get reas
-
- error
by NILKAMAL
- 3 Replies
- Last post
by dni
- hi!
when i click add customer i get this two message box
1) Dl_no alreay exists, overwrite it
2) file muse be open exclusively
here is my add command code
INDEX ON dl_no TAG dl_no USE c:\checkcashing\data\checkcust APPEND BLANK thisform.Refresh
-
- InstallShield vaporized project? (neophyte user)
by lowellnelson
- 11 Replies
- Last post
by Rick Borup
- I generated a VFP prg and build an exe version which run without errors. I then attempted to use InstallShield to prepare for distribution to another site (I am completely inexperienced with InstallShield), but the test installation halted before completion and provided an error code. NOW I FIND THAT MY PROJECT, WITH ALL TABLES, FORMS, AND REPORTS NO LONGER EXISTS. Have I so offended the InstallSh
-
- Pls...give me a command To Blink A Particular record in Listbox [VIsual Foxpro 9.0]
by Paramu
- 9 Replies
- Last post
by Tamar E. Granor
- Pls...give me a command To Blink A Particular record in Listbox [VIsual Foxpro 9.0]
Actually I added few records in listbox...But I want to blink a particular record in listbox....pls...give me command...
list box coding is
thisform.list1.clear
use abcd
go top
do while .not. eof()
thisform.list1.additem("example")
skip
endd
-
- Select Statement INTO table removes table INDEX
by Kadrin
- 4 Replies
- Last post
by Kadrin
- Hello, I am working on a project where I need to put parts of a table into another table using a SELECT statement. Later in my project I use that table and have to use the Index as well but when I insert the selected information into the new table my index is erased from the table. Is there a way to solve this
-
- ComboBox Control
by Ahsan Amin
- 14 Replies
- Last post
by Naomi Nosonovsky
- I have to to fill a combo box control with a table fiels with 'Please Select' at top.
-
- Speeding up Foxpro - New Server - Multicore ? Xp V's Server
by J Garland
- 9 Replies
- Last post
by dni
- Good morning,
I am looking at a new machine to speed up a db i have in foxpro.
My quick question is for speed.
Does Foxpro take advantage of Quad Cores over Duals
and
Is their a performance increase in Foxpro for Server OS instead of XP
With Thanks
Jason