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
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...
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)...
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
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...
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...
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...
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 +=...
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
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...
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...
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"...
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...
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.