Longtion Application Builder.
Page 1 of 19 Replies - 2348 Views - Last Post: 11 May 2012 - 09:50 AM
#1
Longtion Application Builder.
Posted 29 April 2012 - 05:41 PM
Replies To: Longtion Application Builder.
#2
Re: Longtion Application Builder.
Posted 29 April 2012 - 10:53 PM
#3
Re: Longtion Application Builder.
Posted 30 April 2012 - 07:36 AM
http://www.longtion.com/support.htm
It is doubtful anyone here knows this software. I'm guessing you bought into this:
Quote
If it sounds too good to be true...it probably is.
#4
Re: Longtion Application Builder.
Posted 30 April 2012 - 03:23 PM
e_i_pi, on 29 April 2012 - 10:53 PM, said:
well its a built in sql. Im new to this so not sure. An example code i have that works fine is select * from users where user code=Param 1 and user password= param 2. Idk if that code example will help you or not.
JackOfAllTrades, on 30 April 2012 - 07:36 AM, said:
http://www.longtion.com/support.htm
It is doubtful anyone here knows this software. I'm guessing you bought into this:
Quote
If it sounds too good to be true...it probably is.
No, i mean its a good software it is the easiest database application builder i found. it has actions and sql. im Just new to this.
#5
Re: Longtion Application Builder.
Posted 30 April 2012 - 04:46 PM
#6
Re: Longtion Application Builder.
Posted 30 April 2012 - 05:07 PM
e_i_pi, on 30 April 2012 - 04:46 PM, said:
where is the longtion forums? i havent found any forums. Besides support and they never write me back. I think its my error. The program can have sql or actions. Examples are like dataset locate,call object, call object method. I just dont know what to do. I dont wanna give up. because i have a application made just dont know how to program it.
#7
Re: Longtion Application Builder.
Posted 30 April 2012 - 05:48 PM
#8
Re: Longtion Application Builder.
Posted 30 April 2012 - 05:56 PM
e_i_pi, on 30 April 2012 - 05:48 PM, said:
i emailed support and i read all the help files. none of them say anything about linking a db grid with a seperate form. This is the only problem im having. I got sql to do uses setup. i can go into my applicaton and add a new user and i can access it with that user code. I know it has to eather be a sql or actions. Im thinking maybe sql like Select * from Blah blah Where Id and idk what to put after that. Id is my primary Key.
#9
Re: Longtion Application Builder.
Posted 11 May 2012 - 08:56 AM
nltaylor93, on 29 April 2012 - 05:41 PM, said:
You want to se the information on a different form? or one the same form you have the Dbgrid?
#10
Re: Longtion Application Builder.
Posted 11 May 2012 - 09:49 AM
nltaylor93, on 30 April 2012 - 05:56 PM, said:
e_i_pi, on 30 April 2012 - 05:48 PM, said:
i emailed support and i read all the help files. none of them say anything about linking a db grid with a seperate form. This is the only problem im having. I got sql to do uses setup. i can go into my applicaton and add a new user and i can access it with that user code. I know it has to eather be a sql or actions. Im thinking maybe sql like Select * from Blah blah Where Id and idk what to put after that. Id is my primary Key.
There is no simple way to do this. maybe in the next vertion.
I suggest that you define a global variable (example IDVAR) then read the user field into this variable
Dbtable1.getvalue('IDVAR') then on the new form insert a textbox (you can make it invisible) pass the IDVAR to the textbox (example Edit1) Use a DBquery , define a SqlParameter like [Param1]=Edit1
use Sql * from (your table name) where ID = '[Param1]'
You can not use variables on a SQL only parameters and you can not assign variable directly to parameters
Sorry for my English. It is not my native language.
I also love Longtion Application Builder I have been using it for a few months.
|
|

New Topic/Question
Reply



MultiQuote




|