Hi,
My app resides in system tray. When it runs firsttime it loads 6-8 instance of a form say TForm1 (nonmodal) reading values from database and displaying it.
Form1.Create & Form1.Show methods are executed from another form. Right now if you run application you see first window is...
Hi,
Have anyone tried to create plug in based application? I have plan to do this application in delphi..But im interested know more about design/implementation part. Thats why I am posting it here.. My company is working on application that sync with outlook..I would like to create an...
Hi,
Have anyone tried to create plug in based application in delphi? My company is working on application that sync with outlook..I would like to create an application use can customize the way he/she want..may be like displaying form or customizing form contents. I know this doesnt have to...
Hi,
I have application level global variable called OpenFormType(string). I want to execute following procedure only if OpenFormType='1'
procedure TForm1.CreateParams(var Params: TCreateParams);
begin
inherited CreateParams(Params);
with Params do
Style := Style or ws_Border or...
Hi,
Can anyone please tell me how to use ItemDataBound event? How I can refer to one of the column in repeater control in that condition? I am just trying to show perticular cell blank if certain condtions are not met.
Thank you
Hi Guys,
This worke fine except I get "Front" & "Back" row as last row. Is there anyway to supress it?
Thank you
<asp:Repeater ID="Repeater1" runat="server" DataSourceID="AccessDataSource1" >
<HeaderTemplate>
<table border=<%=iBorder %> width=60%>...
Hi,
I am new to web programming. Just wondering ..Borland offers various choices for web progammming like Asp.net , Web snap, Webbroker , SOAP , Indy, Intraweb??.. Did I miss something?
What is good choice? I know it would depend on what kind of applicaction you are developing but I am...
Hi,
I dont know lot about bTrieve or pervasive. When I try to import in access I get an error "This datasource contains no visible tables" but If I copy same folder to other computer I can see those tables.
What can be possible cause that makes tables invisible? I am using xp pro, vb6...
Hi,
I dont know lot about bTrieve. When I try to import in access I get an error "This datasource contains no visible tables" but If I copy same folder to other computer I can see those tables.
What can be possible cause that makes tables invisible? I am using xp pro, vb6, pervasive sql...
Hello,
Soon I need to start working on database project that involves logging into Secured Financial website and fetching data and use it in windows VCL Form Application. Can please any one help me to get started? How this kinda programming is normally done? I know one way of doing it by...
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.