mathmathou wrote:

Hello casedemarcat and sorry for the delay,


If the free version does not support TDataSet, just comment (or erase) my procedure, and activate yours (the procedure you wrote with the 5 queries) and it should work smile


Cheers



Mathias



Thanks again and I appreciate the break of your time for something free.

begin by thanking you for the effort, my English is understanding and help from Google Translate : )I tried changes and sincerely thank you again, operates in version 3.1 it is possible to use  these changes in version 1.46 (free version) I tried and I get this error   : Unknown type : ' TDataSet ' at 95:21

Thanks again and I appreciate the break of your time for something free.




Original romanian text : smile
Incep prin a multumi pentru efortul depus , engleza mea este la nivel de intelegere si ajutor de la google translate smile

Am incercat modificarile si sincer multumesc inca o data ,  pe utlima versiune 3.1 functioneaza ok   crezi ca este posibil sa folosec aceste modificari in versiunea  1.46 , am incercat si primesc aceasta eroare  unknown tipe TDataSet at 92 :21

Multumesc inca o data si apreciez  ca rupeti  din timpul vostru pentru o chestie gratuita .

My knowledge is very limited
can someone help me to find the correct order for this script

Thank you in advance

Ps  This is my project https://www.dropbox.com/s/z2299xqme5dpu … 3.rar?dl=0

4

(1 replies, posted in SQL queries)

Can I ddo dath ?

5

(24 replies, posted in General)

Thank You        work great

6

(24 replies, posted in General)

One more guestion   
i have a field date of birth and i want to see who is born between
Date 1 and date 2

How can i do that ?

7

(24 replies, posted in General)

Yes  yes






da da

8

(24 replies, posted in General)

I'm interested if you can pay by money gram or western I dont have an account in dollars.

9

(24 replies, posted in General)

------------------------------------------------------------------------------------------------

i want to show agent.agent and employees.dateofbirth,
employees.photo,
employees.text,
employees.bi_seria,
employees.bi_nuamrul,
employees.eliberatde,
employees.unutipul,
employees.unumodel,
employees.seriaaparatului,
employees.NRaviz,
employees.dataaviz,
employees.doitipul,
employees.doimodeul,
employees.doiconfiguratia,
employees.doiserieaparat,
employees.doiaviz,
employees.doidataaviz,
employees.reprezentant,
employees.configuratia,
employees.file,
employees.dataeliberare,
employees.plucru,
employees.calitate,
employees.Functia,
employees.nraparate,
employees.seriefiscala,
employees.agent,
tblagent.agent                                         


in a report with selected data   how can i do that ?




-------------------

RIGHT SOLUTION ! THANKS ALL

SELECT * FROM  employees

LEFT OUTER JOIN agent ON agent.id = employees.id_agent
WHERE employees.id=$id

10

(24 replies, posted in General)

Second question, I have a combo box manufacturer, that would tie some device models, devices that have a unique identification number and a date. How can I do that.



What did you do to me is ok just want to be able to select a single record from the database.




I tried something down butonu declaratie de instalare


I'm interested if you can pay by money gram or western I have an account in dollars.
Thank You





SELECT
employees.dateofbirth,
employees.photo,
employees.text,
employees.bi_seria,
employees.bi_nuamrul,
employees.eliberatde,
employees.unutipul,
employees.unumodel,
employees.seriaaparatului,
employees.NRaviz,
employees.dataaviz,
employees.doitipul,
employees.doimodeul,
employees.doiconfiguratia,
employees.doiserieaparat,
employees.doiaviz,
employees.doidataaviz,
employees.reprezentant,
employees.configuratia,
employees.file,
employees.dataeliberare,
employees.plucru,
employees.calitate,
employees.Functia,
employees.nraparate,
employees.seriefiscala,
employees.agent,
tblagent.agent

FROM employees

LEFT OUTER JOIN tblagent ON tblagent.id = employees.id_tblagent

11

(24 replies, posted in General)

Thank  s


I'm interested if you can pay by money gram or western I have an account in dollars.
Thank You

12

(24 replies, posted in General)

Maybe now

I think I've attached the project .

Thanks for your patience .

Have a wonderful day   smile

13

(24 replies, posted in General)

I send the project on email tanks

14

(24 replies, posted in General)

Hello, in another first please excuse my English. Secondly I want to thank you for support (I hope to remain the same when the software will be very famous as it will be )


I am attaching the project and try to explain what you want from your life. : )


employees and agent  tables and I want to get information from both tables ... In one single report


and want to be able to choose in column 1 - 2 Pendants brand and model in column 3 to have a predefined number (eg 140 )

example, if 1 + 2 = 0140
                 If 1+ 3 = 0364


something like



PS . I'm interested if you can pay by money gram or western I have an account in dollars.

Thank You


I sent you and email to

15

(24 replies, posted in General)

attach project


Thanks

16

(24 replies, posted in General)

receive this error

17

(24 replies, posted in General)

employees.dateofbirth,
employees.photo,
employees.text,
employees.bi_seria,
employees.bi_nuamrul,
employees.eliberatde,
employees.unutipul,
employees.unumodel,
employees.seriaaparatului,
employees.NRaviz,
employees.dataaviz,
employees.doitipul,
employees.doimodeul,
employees.doiconfiguratia,
employees.doiserieaparat,
employees.doiaviz,
employees.doidataaviz,
employees.reprezentant,
employees.configuratia,
employees.file,
employees.dataeliberare,
employees.plucru,
employees.calitate,
employees.Functia,
employees.nraparate,
employees.seriefiscala,
employees.agent,
tblagent.agent

FROM employees

LEFT OUTER JOIN tblagent ON tblagent.id = firstname.id_tblagent


What am I doing wrong ?