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 biv343 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: *

  1. Pietjeparasietje

    Crystal Reports in Delphi

    Again silly question. I've got a project with some Crystal Report components. If I'm right I must be able to show a Crystal Report on a pc that does not have Crystal Reports installed, if the right components are used?? Or am I incorrect? Thanks Peter
  2. Pietjeparasietje

    Updating Speed of MS Access

    Hi all, I've got the following problem. I've got a Delphi program showing all the records in a Access table. The when I insert a record into access and refresh my list in Delphi the new record isn't shown. Just after 4 or 5 refreshes it's shown. This is really slowing down my program. Is it...
  3. Pietjeparasietje

    Sql edit Problem

    Hi Guys, I've got another silly problem, which you guys can probably fix in just a sec, but I can't find the solution. All I'm trying to do is select a record, and change a field of that selected record: qrySetFlag.SQL.Text := 'Select * from Item where ItemNumber = '+QuotedStr(Item)...
  4. Pietjeparasietje

    Copying a row from Pervasive to MsAccess

    Hi, I want to copy or insert a row into a MsAccess table from a Pervasive dataFile. Any ideas on how to do this, is there a component that can handle this, or am I just not doing something simple? Thnx, Peter
  5. Pietjeparasietje

    Direct interface Pervasive without ODBC

    Hi, Is it possible to have a direct interface with my Pervasive Data Files without the use of ODBC. The problem I'm having: I want to edit some fields with key values but odbc doesn't allow me to. --------------------------- Changeserialnumber --------------------------- [Pervasive][ODBC...
  6. Pietjeparasietje

    Interfacing with delphi

    Hi! I've got the following problem. I my delphi app I want to show a Crystal Report containing the data that was just filtered by the user. For example I've got an Access table containing all Items. In my Delphi App the user selects a certain category and then I want to show a Crystal Report...
  7. Pietjeparasietje

    swat error : xinetd[3705]: missing service keyword [line=20]

    Hi, I've still got the problem of not being able to run swat. But I hope/think I found the source. When my xinetd is restarted by /etc/rc.d/init.d/xinetd restart My /var/log/messages gives the following message: Jul 6 11:22:40 localhost xinetd: xinetd shutdown failed Jul 6 11:22:40...
  8. Pietjeparasietje

    SWAT Problem not opening port 901

    Hi, I'm pretty new to samba and swat. I've got samba installed and working, but the problem lies with swat. My config looks like this: service swat { disable = no port = 901 socket_type = stream wait = no only_from = 127.0.0.1 user = root server = /usr/sbin/swat log_on_failure +=...
  9. Pietjeparasietje

    Sql statement in delphi

    Hi guys, I'm going nuts here, cannot figure out why the following statement is not working: qryDetail.SQL.text := 'Select * from WoHistory where TotalFinal <> '+QuotedStr('')+' order by WorkOrderNo'; Please help me! Peter
  10. Pietjeparasietje

    On select begin at begin of TDateTimeField

    I know I've asked it before but I reaaly like to know how to fix this. Ive got 3 dateTimePickers everytime I select one I want to start at the beginning of this Time. Right now if you have a time like this : " 08:45 AM " and I change the "45", then once I select the object again the "45" is...
  11. Pietjeparasietje

    Sql problem containing a &quot; ' &quot;

    Hi, I'm using the following sql statement to get a rate for a customer. " Select * from rates where CustomerName = '''+CustomerNameStr+''''; This statement works fine but not when I've got a customere name like this "Dinico's" the "'" is interfearing. Does anyone know how to solve this...
  12. Pietjeparasietje

    Select start of DateTimePicker

    I've got a really stupid problem. There's probably a real simpel way to fix it but I can't find it, so'll just post it. Ive got 3 dateTimePickers everytime I select one I want to start at the beginning of this Time. Right now if you have a time like this : " 08:45 AM " and I change the "45"...
  13. Pietjeparasietje

    How to set a mask for Float values?

    Hi, I'm having the following problem. I want to set a mask for my amount values, like this : "1,200.00" which is twelve hundred. Right now I'm using the following Maks: " #,#####;0;_ " This gives me 2 problems. 1. When a amount is smaller than 1000 it wil display it like this 5,00.00 . 2. I...

Part and Inventory Search

Back
Top