Hi
DrB0b has covered most of the bases very nicely - I would 2nd his suggestion to clone before starting anything. If it were me, I would clone the original to a replacement drive and then work on the replacement drive, leaving the original disconnected. Depending on the issue with the drive...
Followup -
Being unable to let go of this, I played around some and I have been able to get custom cursors working in the Treeview D&D.
No matter what I tried with the Treeview.MouseIcon, nothing seemed to work. I decided to try using the Form.MousePointer and Form.MouseIcon and these allowed...
Hi Mike -
Thanks for the reply.
I tried your suggestion, but the Treeview.MouseIcon is an object and won't accept a string value, I get a Type Mismatch
I tried creating an ImageList, adding my cursor to it and then setting the Treeview.MouseIcon = ImageList.listimages[1], but I still get the...
Greetings all
I am creating a simple file cabinet for one of my applications using the Treeview for the control, allowing the users to move items around via D&D and the basic functionality is in and working.
I want to change the mouse cursor to something a bit less bland than the defaults, I...
A couple years ago, the small company I worked for was gobbled by a much larger organization. Up to then, I was somewhat in control of the server access and was able to "know" that issue like this were mine. However, the new org has a large IT/Security group and they are constantly...
Hi Steve,
I maintain a "File Cabinet" for my application that creates folders and stores files associated with jobs. The location for it, as well as my databases and tables, are stored in a registry key in the CURRENT_USER hive. When any of my apps are started, these locations are loaded into...
Hi Steve,
I will reiterate what Trento777 said above - make sure the workstations are direct connected, wifi connections do not seem to be able to perform. I have a RDS server setup for remote users and wifi users.
Thanks
MSC
Chris,
When I install, I have only applied the SP2 that was released back in the day (2008). All my various installs have only had that service pack applied. It appears to only affect my development environment - as I say the applications look fine on the user's machines as well as the 2019...
Following up
This seems to be something in my V9 SP2 environment.
I created a form, put the combo on it and ran in my V8 and V9
VFP8 SP1:
VFP9 SP2:
Same form.
I have an old Win7 machine and tried the same test. On that machine, the combo works as expected. I also tested on a Win2019...
Greetings all
I have a combobox in a grid, with 2 columns, RowSourceType = value.
The values= "M,Material,L,Labor,F,Freight,C,Comment,A,CAD Fee,E,Engineering,P,Project Mgr,S,Service,V, VA Comment Codes,X,Permit Comment"
Boundcolumn = 1
ColumnWidths = "0,150"
In the grid, I only show the...
How about this:
t="HELLO,,,WORLD,FROM,,,,TEK-TIPS"
?t
HELLO,,,WORLD,FROM,,,,TEK-TIPS
?STRTRAN(STRTRAN(STRTRAN(t,",,",","),",,",","),","," ")
HELLO WORLD FROM TEK-TIPS
Of course, more "," would require additional STRTRAN ...
I came looking for another answer and got pulled into Mike's exercise...
Hello all,
I have recently returned to primary support of the apps/tools I developed over the past 20+ years - all predominately VPF 8/9. My company makes a lot of use of Remote Desktop Services/Servers and I have a real issue with users logging into the RDS, getting into my application, then...
Hello All,
I wanted to update in case anyone else was interested or ran into this issue.
I found a couple of methods for handling attachments embedded in the body of an email verses attached to the email itself. In both cases, the files are found in the message's attachment object.
The first...
Hi Nigel
That is how I am processing the attachments. I already ignore ".lnk",".exe", etc. Unfortunately if the sender has put a Facebook link within their email body, I will get an attachment named "imagexxx.jpg" that is the Facbook logo. Since My users want to collect all types of files -...
Mike,
No apologies needed. You are always quick to respond and I've seen many helpful posts from you.
Again, I am real sorry for the poor explaination initially. In Outlook you can insert an image into the body of the message and or when creating a signature file. You can then add a hyperlink...
Nigel,
Thanks for the suggestion - I will play with it. Unfortunately, I my users really like being able to drag the message and I am afraid they will bring out the pitchforks and torches if I try to change their behavior =D.
matt
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.