| Thread | Last Post | Replies |
|
| Why does this work? | 30 May 2004 15:18 GMT | 4 |
I was asked by a co-worker today why a certain bit of code was working. I had to admit I had not seen anything like it before but promised to try and find out: nRunningCount = nRunningCount + VAL(thisform.txtQty&cI..value)
|
| full justify from left align | 22 May 2004 18:35 GMT | 1 |
Hi Dear frien I want to use full jusify for arabic and farsi language in richedit control(Right Align).Please help me The full justify Ctrl+j is full justify from left align.And also can use this option with paraformat2 structure in ap Thank
|
| Display classes? | 20 May 2004 18:36 GMT | 5 |
Is anyone using this feature (look on the "modify structure" dialog if you don't know what I mean)(although that will mean your answer is "no")? I'm asking because that seems to me it might be a sensible link into
|
| Breakpoint remains set even when removed ??? | 19 May 2004 13:55 GMT | 5 |
'Llo All, I am working with FoxPro 8.0. When using the debugger, I have a breakpoint now that KEEPS ON BEING ACTIVE. I have tried about everything that I thought could influence resetting the breakpoint (first disabling, later on
|
| Finding your parents | 18 May 2004 17:29 GMT | 2 |
I am creating the object hierarchy for a middle tier COM application to interface with a 3rd party vfp application. I want low level objects to be able to access the top level methods fairly easily. Is there a better/cleaner way to do this? This is an example of my current
|
| finding right class, class modifications | 13 May 2004 15:36 GMT | 2 |
Using VFP8, I created an app named "permitsummary" using the "user login" feature created by the application builder. I would like to modify the code for adding a user. Opening the class browser, I open the "permitsummary_app.vcx" class. It has an item for "app_userlogin" and ...
|
| MsMapi32.ocx | 11 May 2004 15:06 GMT | 2 |
Good afternoon, I've this piece of code in myreadmail() procedure. Now I'm testing the code with a pair of mail containing some attachment (I'm sure that there are attachments).
|
| Listview does not show full text line | 11 May 2004 07:34 GMT | 1 |
I am using the Listview OLE control. In LIST view the lines come out like this: Cred... Debto...
|
| TreeView control: moving a branch | 10 May 2004 15:09 GMT | 15 |
I'm programming with a Windows TreeView control. I'm trying to develop the ability for a user to simply rearrange the children of any given node, by selecting the node, and then clicking a MoveUp or MoveDown button. I note that the Windows TreeView control and its nodes collection ...
|
| for | 10 May 2004 14:45 GMT | 1 |
i want to create an application using forms to display the details e.g "Enter name...." et help me on how to create thsi type of application and now to link database with for
|
| TreeView control: using drag and drop to move a node to another parent | 08 May 2004 12:23 GMT | 1 |
I've got another variation on my earlier posting. A second type of move I must make is to take one branch and move it elsewhere in the tree. This seems like a good task for drag and drop. I have run across an example of this in MSDN library. The part of the example that
|
| Ready, Set, Get | 07 May 2004 19:16 GMT | 4 |
I understand that it is good practice to only set properties through Get()/Set() pairings rather than accessing the properties directly from outside of the class. My question is when you are modelling tables as objects and you have MANY
|
| Help me, please!! | 06 May 2004 19:10 GMT | 1 |
This frame of code get sintax error. Which is the correct sintax ? SELECT Tipo__CF,; CodiceCF,;
|
| Object reference to an external application? | 05 May 2004 17:03 GMT | 1 |
I'd like to attach to an existing instance of Internet Explorer and drive it through automation. In my case, there can be many instances of IE running and I plan on cycling through them to find the one I want to automate. My problem is how do I actually get an object reference to ...
|
| How do I create and save an empty (0 byte) txt file within a foxpro program? | 05 May 2004 10:37 GMT | 1 |
I'm familiar with the Modify File command but how do I automatically save and close the file once I've created it? For example, if I do this...modify file xyz It will open up a window called xyz.txt
|