Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: DjangMan
  • Content: Threads
  • Order by date
  1. DjangMan

    Any Oxygene users here?

    I've been looking at Oxygene's website for about a month now, wondering if I should pull the trigger and buy it or if I should spend that money on my upgrade to XE3? I've got XE2 but I haven't written a single line of code with it yet. I bought it to get access to DexExpress updates (they...
  2. DjangMan

    Where did that import problem Thread go?

    I was curious to see what happened. My guess is that there were invisible garbage characters in the CSV file.
  3. DjangMan

    Suggestions on how to debug app problem

    Hi all, I have an application that interfaces with a bunch of COM objects through interfaces. A transaction is imported into an accounting package through these COM objects. This was working fine for a while: the user could import a file which I then pushed into the accounting package. The...
  4. DjangMan

    Need help with threading a desktop alert

    I've got an application that imports transactions into another system. As these transactions are imported I want to display a TJvDesktopAlert (from the Jedi library). What I found was that my program stopped while the alert was displayed and continued on when the alert vanished or was closed...
  5. DjangMan

    Passing a VB COM object to a Delphi App?

    I have a VB application that uses a COM interface. I have a Delphi application that I've created the TBL files for the same COM interface. Does anyone know if I can pass the COM object from the VB app to the Delphi app? I was thinking that I might need to make a memory map as I figured that a...
  6. DjangMan

    How can I create a form within an interface?

    I have a status form that will be displayed and keep the user 'entertained' while I'm working on their request. Up until now I've used a form and displayed it non-modally and updated it's contents as required. I'm wondering how I might be able to wrap that form within an interface? I'm just...
  7. DjangMan

    Odd permissions error with ADO and VBA

    I've got a VBA macro that connects to the Accpac MSSQL database (v5.3). I'm using a UDL file that contains the connection information. The UDL file is logging on to the database using the sa account and it used by other processed without an issue. I'm getting permissions errors and see that the...
  8. DjangMan

    Change exe name based on conditional define

    Is there a way that I can change the name of the executable based on a conditional define? I don't see any switches that the compiler provides. I can create a post compile action to rename the .exe I suppose but I was hoping to keep the configuration within source code. The idea is that if I...
  9. DjangMan

    PCC tree hidden

    This is about the fourth time this has happened and trying to search on the issue returns many pages of incorrect results. Hopefuly someone here has encountered this. Yesterday in the Pervasive Control Center I could see my database tree on the left hand side of the window. At one point I...
  10. DjangMan

    Pervasive Control Center - no databases, tables visible

    I'm running Vista x64 Home Premium and PSQL Workgroup 10.01.042. This is the second time this has happened. My tree view in the control center has disappeared. I can't see my list of databases or tables, etc. If I try to add a server (my own machine) I'm told that the server already exists...
  11. DjangMan

    Access 2007 - no horizontal scroll bar on unbound list box

    I'm not coming up with any solutions. I upgraded a database from 97 to 2007 and an unbound listbox has lost it's horizontal scroll bar. I've turned on anchors so the width is changing as the form is re-sized. The wHnd isn't available so I can't force windows to add it. There are 9 columns -...
  12. DjangMan

    WGE 9.61 as a service won't start properly

    I have two computers. A & B. A has the data and B connects to it via UNC. We just upgrade pervasive from 9.1 to 9.6 and had used the PVSW.exe tool to get the workgroup engine to run as a service. This allowed computer B to connect to computer A without needing computer A to be logged in to...
  13. DjangMan

    DecodeDate

    Can someone else confirm if your DecodeDate for June 30, 2008 returns 2008, 6, 30 for the year, month, day parameters? Mine and another machine are returning 2008, 7, 1. ESBDates has the same problem and doesn't use the SysUtils function... I'm using BDS2006 (help, about reports...
  14. DjangMan

    CodeGear has been bought

    Embarcadero Technologies to Acquire CodeGearTM from Borland® Software SAN FRANCISCO - May 7, 2008 - Embarcadero Technologies, a privately-held company of Thoma Cressey Bravo, today announced that they signed a definitive asset purchase agreement with Borland Software Corporation (NASDAQ: BORL)...
  15. DjangMan

    This should be easy - what am I missing?

    I'm having a problem getting a DLL to work. I'm writing the app and the dll in D6. I'm using FastMM4 as the first unit in both the App and the DLL's project uses clause. The problem is that the DLL is getting garbage for the aFilename parameter. Then the function iLoadandParseFile returns an...
  16. DjangMan

    Retrieving deleted data

    I have a Btrieve table that has had all the records deleted out of it. I have a copy of that table immediately after the records were deleted so no new data has been written to that table. I can see the records within the table using a hex editor. I have the DDF's to tell me the field...
  17. DjangMan

    Sporadic Sub-Report Bad Behaviour

    My report pulls from two tables: Header and Detail. In my report I have a sub-report. It is based on the same two tables: Header and Detail. I am passing the three key fields from Header in the main report to the same three key fields in Header in the sub-report as parameters. Some other...
  18. DjangMan

    C to Delphi help

    Hi all, I'm trying to convert a C function into a Delphi function. The function header is as follows: __declspec( dllexport ) short BrainMain(const BrainInfo *brainInfo) brainInfo is a record which I've set up with a type called TbrainInfo. I have two questions: 1) Is this the way to...
  19. DjangMan

    Reports not viewing in native format

    I was asked to track down the answer to this for another person - so my apologies in advance if this is a totaly obvious question (my Cr.Ent. 9 is in the mail...) They were working with CR 8.5 developer and had reports appearing through a web page. The ActiveX viewer was used and all was good...
  20. DjangMan

    Where can I buy Delphi 5 Pro?

    Does anyone have any leads on where I can find Delphi 5 Pro (upgrade)? It's time to leave my D4Pro and move on. I don't want to go with 6 since many of the 3rdparty compnents I have aren't ready for D6 yet. I've been keeping my eye on eBay but haven't seen much there. DjangMan

Part and Inventory Search

Back
Top