| Thread | Last Post | Replies |
|
| delete duplicate records | 31 Dec 2006 13:04 GMT | 2 |
I need to clean up duplicate records in a table. There should only be 1 record for each combination of PROGRAM, HIST_DATE, and CAWPID. There are other columns in the table and the duplicates might differ in those other values. I don't care which record is retained (or better
|
| adding iocn to an exe file | 27 Dec 2006 16:39 GMT | 2 |
After I've build my .exe application file. I can't seem to place my own icon (file.ico) into the exe file. Im using visual basic.net does anyone have a clue on how i can
|
| Number Conversion Formula in a Form | 27 Dec 2006 03:13 GMT | 2 |
Does anybody know a formula to convert a numerical number (25) to its text (twenty-five)?
|
| Enable/Disable TextBoxes on a Page of a Page Frame | 22 Dec 2006 16:19 GMT | 8 |
Can someone please show me how to Toggle the Enable property of All TextBoxes on a Page of a PageFrame?
|
| Edit area | 21 Dec 2006 11:04 GMT | 1 |
Dear friends, I am looking for an object to edit word documents within my program. I tried with RTF control but that does not give facility to edit and resize tables. Is there is any objects available for this purpose or any other way to do it?
|
| visual Foxpro query | 17 Dec 2006 11:41 GMT | 1 |
Can any one help me with a simple Library management program on Visual foxpro please.
|
| default printer | 07 Dec 2006 21:40 GMT | 2 |
How to change default printer programmaticaly? I want to do something like this: Set ControlPanel.DefaultPrinter="PDFcreator" Report Form Bill.frx to print
|
| Removing Objects from Memory VFP 9.0 | 03 Dec 2006 05:20 GMT | 12 |
In the Init event of a form, I execute "this.oErrorObject = CREATEOBJECT("cErrorClass") as my error processor. cErrorClass's baseclass is Custom. This process sets up the ON ERROR statement etc...
|