Home » Developer & Programmer » Forms » installation
installation [message #78892] Wed, 27 March 2002 19:15 Go to next message
Asif Qureshi
Messages: 1
Registered: March 2002
Junior Member
Hello

I have two question.

(1) I had developed a application in 6i now i want to make an executable of this application so i will install that application on clint easly.

(2) I have a problem in reports my Sql is not so strong my requirment is to display data in this report which come from different tables with some type of processing every colum in report have to display a custom data on the basis data.
Re: installation [message #78899 is a reply to message #78892] Thu, 28 March 2002 02:50 Go to previous message
nik
Messages: 55
Registered: January 2002
Member
to get executable -

1. from file option
choose generate/(or)/compile
(now look in directory from where form is loaded you should see an form. FMX (fmx is runtime,object)

2. In your sql you need to join tables on primary keys,
eg. select * from tab a, tab b
where a.cust_id = b.custid........

hope this helps.
nik,
Previous Topic: load image when button pressed
Next Topic: choosing master and detail
Goto Forum:
  


Current Time: Thu Mar 28 15:28:36 CDT 2024