I have a grid with a command button in one of the columns. If the record is deleted() I want the caption to read Recall and if not delete() then Delete.
Unfortunately the command button shows the same caption across all records.
Is this possible. Judging by previous posts with checkbox's...
You could open Excel twice and use the object for each to control.
loExcel1=getobject(,"Excel.Application") && create Excel object
loExcel2=getobject(,"Excel.Application") && create Excel object
loExcel1.Workbooks.Open("Input.xls") && Open Input workbook...
I have a program which kills open programs automatically in Windows XP Pro with the simple command of
! Taskkill /F /IM Filename.exe
This ensures I close external applications that may be open.
I am trying to find a similar command in Windows 2000, but haven't found one.
Thanks in advance.
Thanks Mike, Mgagnon and Wgcs for your prompt response. I am fairly sure these will be usable. If the client upgraded up to full Outlook, is there another solution?
Thanks in advance.
We receive emails from our website each day from potential customers. The email is sent to our mailbox with 10 questions answered (Last name, first name, address, etc).
The format is exactly the same, it comes from the same email address with the same subject each time.
What I want to do is...
*The documentation on sorting a table in Excel is lacking
*The syntax for using the sort object is as follows
public oleapp
oleapp=Createobject("excel.application")
*There are 12 parameters:
lkey1='oleapp.Range("a1")' && Column you want to sort
lorder1=1 && 1 - Ascending 2 -...
I am a relative newbie to Win2k Server, so I apologize profusely in advance.
We have 4 PC's (All-XP Home) and a Win2k Server.
Internet --> Sprint ADSL Router -->KTI Switch --> PC'S
Currently, we have a static IP address from Sprint and configured the router so that all the PC's on the network...
You can insert this code, this will change all matching records to yellow. You can play around with the RGB Color settings to get the one you need. Change the thisform.text1.value to your textbox and database.element to the matching database field...
Here are links with formulas for calculating distances.
http://www.meridianworlddata.com/Distance-Calculation.asp
http://www.darkshire.org/~jhkim/programming/zipcodes/math.html
http://isaac.williamsport.wa.k12.md.us/~ctrout/sciproj/MATLAB/#latlon
http://www.chilidog.com/zip/zipnotes.html
The client's computer is running Citrix Program Neighborhood 6.01.967 and Windows 2000. I have to access Excel via Citrix.
However, I cannot launch excel.application or set up file relations through explorer (double click on filename) due to Excel located on the Citrix server not locally...
I am using Citrix Program Neighborhood Ver 6.01.967 and Windows 2000. I can open excel, word etc through the program neighborhood file, but I want to be able to open the xls and doc files by double clicking in the explorer.
When I do this it asks me what file I want to use to open it. But...
set filter to substr(yrfield,2,2)=space(2)
replace all yrfield with left(yrfield,2)+iif(val(yrfield)<3,"20","19")+substr(yrfield,1,2)
set filter to
Thanks for the reply.
sys(1037) also replicates your code above.
This changes the printer interactively but I need to change the default printer tray/printer programmically.
For example I am using an external Report Writer and I need to call the program and change the printer tray to...
I need to interact with the print manager (Win 95/98) and change trays programically so that another application can print to the proper tray and or change the default printer.
This is not for an foxpro application but another application I run under foxpro.
Does anyone have a quickie...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.