Welcome power-users and I.T. professionals! Our groups oriented community is for managers, users, and I.T. professionals. It is coded by me and I am constantly adding features.My goal is to provide the features you need to participate and find help. My hope is that you will hang your technical hat at PrestwoodBoards. We even offer free back-links for your company or website! I believe I understand what you want and need in an online tech community. If you have a suggestion, please contact me.
This is very late, but a word to that.You need to set your net directory on 7 in a folder other than root - ie., c:\something\netshare rather than c:\netshareThese are set in BDE Admin, found in the Control Panel.
Thanks. Found them. One of the issues with my installation is that search has not worked from the beginning.
A late answer t the initial question.
There are definitely issues with W7 Paradox on Windows 7. Corel has created some patches for various versions, but has, possibly in order to increasing sales of x5, or possibly because previous patches did not work correctly.
Therefor, to get any patches or service packs, you need to upgrade to at least X4.
I have been dealing with a number of serious issues and been on a number of boards, none of which indicate that, aside from the availability of the patches, there is any significant improvement in X5. Among the lingering issues are the 4g error (borland, but it could be fixed - the patch, by the way, does not necessarily work on W7) and the persistent pdxregcln at startup, which can be fixed fairly easily.
In the status bar you should see an explaination of what compile error occured. Probably something related to the object Enter_Unit not being visible since you are using the .value property I am assuming that this is an object on the form. If the object is not within the visible containership tree you can't reference it directly. Probably the object Enter_Unit is contained within a tableframe or other object not directly visible to the pushbutton. You will probably will need to add to the containership path to address this field. Look in the paradox help concerning containership and watch the status bar.
Be aware that not all keystrokes can be handled by synergy. In particular, ctrl+alt+del is not handled. However, synergy can convert ctrl+alt+pause into ctrl+alt+del on the client side. (Synergy must be configured to autostart when the computer starts on the client for this to work on the Windows NT family.) Some non-standard keys may not work, especially "multimedia" buttons, though several are correctly handled.
I have the fix for Windows y 32, but cannot find IDAPI32.dll in any of the usual folders, and Windows 7 search, which is dicey at best, turns nothing up. Nor can I find the .dll cited in the registry. Any explanations? Insufficient disk space warning (4 gb error) is stopping a number of things. I have the patch and want to apply it.---jlockley
Hi Dan,
Thaks for the quick reply. After spending several hours on this and seeking help here I identified the problem. The format is held in a table in the application's database. When the form is opened the existing format is overwritten. It turns out that all I had to do was change the format string in the database and voila.
I am not a Paradox programmer and inherited this system so my profound apologies for being so slow. Now I have found this site though, I am sure to be back with more questions.
Many thanks
regards
Shaun
Prestwood IT received two Best of Citrus Heights 2011 plaques at the annual Best Of luncheon. Prestwood IT won for best company in both Web Design and Computer Consulting categories. The event was sold out with over 150 attending.
Are you talking about data displaied in the table or data displaied in the form. I created a table with a number field with the format set to general. The field bound to this field was set to the same format. I was able to enter 16 digit numbers and have them displaied in the form. Check to see that the data in the table isnt defined as a longint.