Hi all,
I need to create a report which might look like this :
Name : XXXXX
Address : XXXXXXXX
XXXXXXXX
XXXXXXXX
XXXXXXXX
City : XXXXXXXX
Country : XXXXXXXX
If the address is only 2 rows then city and country will move up 2 Rows (Label and field will move...
Dear All,
I am trying to write a select statement with the following situation :
Table1 (Order.dbf) Table2 (Customer.dbf)(For Customer and Agent)
OrderNo C12 IDCust C12
IDCustomer C12 IDName C30
IDAgent C12
I want my sql result to be
OrderNo IDName IDName...
Hi all,
I try to create a system dsn (odbc for sql2000) on my win xp but it failed. I got an error message like this :
connection failed
sql server error 18452
user not associated with a trusted sql connection
I already setup user account and login account on my win2000 server and sql 2000...
Hi all,
I Have a Grid with 2 columns. When I Press the Right Arrow key, my first column disappears. My 2nd column is shifted to the left and I got 3rd column with blanks. Is There a way to avoid my 2nd column being shifted so that When I press right arrow key nothing happen. I am using vfp8...
Hi all,
I lost my install new font from the file menu (font window). Is there a way to make install new font menu appears again. I use win98 second edition
Thanks
Eng An
Hi, I like to close window msdos automatically. Is there a way to close window msdos program from vfp.
here is mycode
dosShell = CREATEOBJECT("wscript.shell")
dosShell.Run(dosCmd,1,.t.)
where dosCmd is my dos program
when the program finish executing, the window is still...
Hi all,
How do I pass an array to a function ?
here is my code :
LOCAL ARRAY myarray[15]
myudf(myArray)
FUNCTION myudf(myarray)
myarray[1] = 12
myarray[2] = 15
ENDFUNC
When I compile it , I got an error message. It says cannot find myarray.
Eng An
Is there a function in vfp to get the data from a field based on the field position instead of the name of the field.
for example
my field is :
idnumber c 5
name c 30
balance1 n 17 2
balance2 n 17 2
balance3 n 17 2
fieldget(1) it will get the first field (idnumber)
fieldget(2)...
How do I reset the value return by lastkey() function ?
Here is sample code :
IF lastkey() = 24
here I will reset the value return by lastkey() so the next time lastkey() will not return 24.
ENDIF
Is There a function like SETLASTKEY() ?
Eng An
hi, does anybody know how to do full screen report preview ?
I use ctrl+f10 to expand to fullscreen but when I execute the second time, it won't display full screen.
here is my code :
KEYBOARD "{CTRL+F10}" CLEAR
REPORT FORM MyReport.FRX PREVIEW NOCONSOLE
EngAn
Hi, Does anyone know to set combobox property ? I have a table with numeric datatype but on combobox I want to show it the content of the numeric field with words.
For example : 1 for Car
2 for bus
3 for airplane
so when it shows on the combobox it shows...
Does anyone know how to eliminate this white background ? whenever I move my form to different area there will be a white background appearing at the old position of the form (just a blink) and then disappear. I use VFP 7.0
EngAn
Hi, I have a problem accessing my secondary harddisk after installing BootMagic. My first harddisk has win98 and my second harddisk has winme. Before I install bootmagic I can see my second hardddisk as D drive. After I install bootmagic I cannot see my D drive even After I uninstall bootmagic...
Does anyone know where I can download file for multilanguage support (chinese/korean etc) in ie 5.5 . I can download it using window update but It will install right away. If I have 10 workstations that I need to update, then It will take alot of time downloading the same language for 10...
Hi, I have some problem printing in vfw. It seems that the output is printed after I close/Exit My Application (EXE).
Here Is my sample statement :
SET DEVICE TO printer
SET PRINTER ON
SET PRINTER FONT 'Courier',14 STYLE 'BI'
@PROW()+1,1 SAY 'Test First Line'
@PROW()+1,1 SAY 'Test...
Does anybody have an idea how to add statement in config.sys using winme. I try to put statement files=200 but winme keep deleting the statement when I restart ?
Brgds
Eng An
Does anyone have dbu.exe that can edit more than 64 field. I have dbf file with 80 fields. But when I browse it using DBU I can only browse the first 64 field. Any idea ?
Thanks
Eng An
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.