Hello,
sorry for the beginner question.
My problem, i have a partitioned table. The Key Fields are somthing like FieldA and FieldB. Data is stored all went fine.
Some time later i have to update the date of the key fields, cause i found an error i made while calculating the values of this...
Hi dx111ge,
thanks for your response. I'm not sure i discribed my problem well.
I have a format (dbsisissystem, hi Sven ;-)). This form has multiple fields. One of this fields is a fill-field. The ButtonID of the FillField is set to 1000. In the action of this butto is to start the external...
Hi,
i'm new to PSC-programming/customizing and need a little help from the gurus.
I want to transfer data from an external application to sc via dde. There is no prob as long as only one client is running on the machine. If more than one client is runnig only the last client started becomes...
hi cyberant,
i would try to solve the problem with a procedure call to return the next generator value. then insert the received value in your insert statement.
i would think so.
the whole edit and navigation stuff is handled by the VCL.
the only thing you have to do is to configure the needed statements.(Insert,Modify,Delete,Refresh).
if interested i could give you a short explanation.
hi dazzled,
why dont't you just use a TIBquery to do the job?
ibq.SQL.Text:='delete from customers where year="' + intTostr(form1.workingYear) + '";');
ibq.Transaction.StarTransaction;
try
ibq.ExecSQL;
ibq.Transaction.Commit;
except
ibq.Transaction.Rollback;
end;
hi joacir,
the following code works for me.
//------------------------------------------Connect it
.
.
wapp->Connect();
wdoc->ConnectTo(wapp->ActiveDocument);
.
.
//------------------------------------------Change it
AnsiString s = "<EMPFAENGER>";
AnsiString d...
What are the Components? Office97, Office2k?
Here is an ex. for Delphi7-Office2k.
procedure TMainForm.ReplaceWordText(t, r: string; ra: boolean);
var
_text : OleVariant;
_replacement: OleVariant;
_replace : OleVariant;
begin
if (Assigned(wapp)) then begin
_text :=...
hi markus,
thanks for the example. i've changed it a little and now i've got it. great.
SHARE_INFO_2 = record
shi2_netname : PWideChar;
shi2_type : DWORD;
shi2_remark : PWideChar;
shi2_permissions : DWORD;
shi2_max_uses : DWORD...
thanx for your replies,
markus: please can you give me a short example. in the help there is only a link to WNetEnumResources and a comment '...is obsolete.'
i need something like the result of 'net share'.
SamC
//---------------------------------------------------------------------------
void __fastcall TForm1::OpenTray()
{
//Kasse auf Knopfdruck öffnen
unsigned long res=0;
unsigned int i =0;
HANDLE com=CreateFile("COM1",GENERIC_WRITE,0,NULL,OPEN_EXISTING...
if you are using IBConsole to access your data you can define an alias ('Register Database') for your db. there you can choose 'Database Dialect'.
in ddl it's 'SET SQL DIALECT 1'.
what is the way you access your data?
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.