| Thread | Last Post | Replies |
|
| Distributing my application? | 17 Sep 2007 23:14 GMT | 3 |
Ok, I'm now trying to distribute my application and I built the installer with install shield express. My original attempt worked fine, program installed and it ran. Then my users asked for a new feature, no problem I said and went to work. Added the feature, rebuilt the ...
|
| Printing labels? | 17 Sep 2007 19:11 GMT | 6 |
I am trying to put together a simple label printing program but, of course, am having a small problem(s). I have my data setup following a previous post on relating views. I have a view with names and I use the selected name to then query another view for addresses. Each name ...
|
| printing from a vista laptop conected wirelessly ,,to a windows xp | 17 Sep 2007 18:34 GMT | 1 |
ive been trying to print from my laptop to a network printer. laptop is acer conected wirelessly to network, printer is network shared epson r260 conected usb to a windows xp desktop, whatever i try i get [cannot conect to printer access is denied] any help would be apreciated ty ...
|
| Input string was not in a correct format error in Win Vista Busine | 17 Sep 2007 16:50 GMT | 2 |
Can someone pls advise me how to get rid of the following error message which appears every time when I plug in or unplug the comp and at start-up when it is unplugged. I am just a regular user of Sony Vaio VGN-TZ150N with Win Vista Business and Sony help directs me to Microsoft ...
|
| VFP? | 17 Sep 2007 16:04 GMT | 7 |
I'm puzzled. The rage in the development tools industry now is dynamically typed, designer languages, some even talking about command line interpreters coming soon. There is even a project working closely with Microsoft on a so called Dynamic Library Runtime (DLR) which works ...
|
| Report Preview Toolbar | 17 Sep 2007 01:16 GMT | 3 |
My user sometimes closes the report preview toolbar instead of the actual report. is there a way that if the toolbar is closed, the report will also close? Thanks,
|
| Its urgent - half page report | 16 Sep 2007 17:37 GMT | 6 |
I have to make the layout of the invoice printing which should fit in half page. but the paper which i am using is A4. I always need to take two copies of invoice. Therefore, i want to use the upper size of paper as invoice with rates and lower size of paper without rates. please ...
|
| w2k boot problem | 15 Sep 2007 21:55 GMT | 2 |
i had to recreate my hard drive because of a bad partition, and since then i have not been able to boot my system without the erd diskette in the a: drive. without it i get the error message 'windows 2000 could not start,
|
| Messed up calculations. | 15 Sep 2007 16:40 GMT | 3 |
I have an inventory program that does complex interest calculations using several tables. The previous version was in VFP5. But for about a year now with VFP9 a few of my customers complain of ocasional wrong results. It seems random and I cannot reproduce it on my
|
| Preparing to install VFP 9 | 15 Sep 2007 16:34 GMT | 9 |
Why to I get & how do I turn off the annoying message "Preparing to install VFP 9 ..." when I click on a .prg in Windows Explorer? VFP 9 has been installed for years & it's working fine.
|
| printing on network printer | 15 Sep 2007 16:09 GMT | 1 |
when trying to print to network printer i get a eror message[ server RPC atempted a division by zero] and no printing. everything just closes, any help here?
|
| BindEvent() | 15 Sep 2007 15:59 GMT | 4 |
Can anyone tell me why BINDEVENT(_Screen,"QueryUnload",This,"QueryUnload",2) won't work. The command is in the INIT section of a form.
|
| DBF corruption issues | 14 Sep 2007 22:15 GMT | 7 |
I have both VFP 9 and VFP 6. Occasionally when I run my program under VFP 9, it will say 'TABLE.DBF has become corrupted' and won't allow me to run the program. This usually happens when I have to reboot in case of a lockup. When I launch VFP6, my
|
| Remote view with date parameter? | 14 Sep 2007 19:45 GMT | 1 |
VFP 9.0 sp1, I'm trying to build a parameratized remote view against a SQL 2000 backend where the parameter is a date. The field on the SQL table is of type datetime. My view looks like this:
|
| Common dialog with additional control? | 14 Sep 2007 15:45 GMT | 2 |
I need to display a common dialog with an extra checkbox for a user option. I have tried using the _comdlg class in VFP foundation classes. After dropping the comdlg on a form I have tried the following code: thisform._COMDLG1.AddObject('chkTest', 'checkbox')
|