Got it working. is there any way to set the timer below 1 second ?
Type: Posts; User: TheButcheryInc
Got it working. is there any way to set the timer below 1 second ?
Hello
How do i run an app in Runtime mode ?
Hello
I am trying to run this code:
////////////////////////////////////////////////////////////////
// Event delegate for 'timer' event
proc page1_Section1_field1_timer()
// insert your...
Hi Barry
Thank you for the assistance. Here is the code that works for serial communications in Lianja.
This is a big step for us in being able to use Lianja for our VFP9 replacement development...
Hello
I have been working on the Serial communications using MSCOMM32.
PUBLIC ComForm && ,TestCom
ComForm = CREATEOBJECT('Form')
...
Hello, we are looking to have several people working on our application/code simultaneously.
Not in the same pages, how can we share the code, or use it from the network shared drive. Looked...
Hello,
we have used a product MagnaCarta Software CommTools for Foxpro for years, did the job. IT is no longer supported so we need to move on.
We had found years back that the OCX/ActiveX...
Hi Barry
We are using CommTools for Visual Foxpro for all our serial communications. Will that run on Lianja ?
I have tried to run the code in Lianja.
public n_pn,ret
n_pn=2 - "Port Number"...
Hi Yvonne
We are planning on moving forward with Lianja for our VFP conversion/Update. Can Lianja handle serial communications ? We are using Comm Tools with VFP now to handle serial...
Hello
I ran into this issue on the timeclock program and don't know the answer. I am trying to write data to the VT_PayPunch.dbf virtual table which does work sometimes and gives me this error other...
Hi HAnk
Not at all. i have the timeclock program written in VFP. I just would like to have this Lianja "TimeClock" program to behave and look similar to what we are currently using. I am using...
Hello again.
I have all the code cleaned up and i am ready to Deploy. i want to make this project run on several pc's one of which is connected over a vpn. i will need to have the remote pc be able...
Good morning
I would like to cleanup the .prg file since i did alot of experimenting. is there a way to remove unused procedures code ?
When i comment them i get this response:
**** Lianja error...
Hello
Can anyone tell me if there are Lianja programmers who can review / consult on the programs i work on. i am new to Lianja and i can't find any online courses. I want to try to get the basics...
Hello again
the time clock program is operating in the delevopment environment. thank you for all you help. I have noticed that when i setfocus to a field the GotFocus event fires multiple times....
Hello
I am still having no luck trying to capture the "ESC" key when pressed in a field. How and where do i code to send the Hotkey delegate the cKeyPressed value and then run the code i want ?
...
Hi Yvonne
That worked fine to fill the combobox. is there a way to select what shows up in the list other than the first item ?
Thanks for the help... again...
Glen
Good Morning
I am having an issue trying to run this code in the Page1_Load or Page1_Init procedures.
// Get the Company Names to select from
Use Butchery!VT_Company in 0 Shared
select...
Hi Yvonne
It appears that you cannot sort on Substr of a field. I am going to use the Datetime field alone and it works.
Thanks again.
Hi Yvonne
It works correctly in the console. I will fix the Basetable. Should the KEYFIELD be an index name on the orinating Foxpro table ?
It is interesting that the same table structure in one...
Hello
I am asking about the virtual table connections because i have the following issue.
I run the following code:
if !used([VT_TimeType])
Use Butchery!VT_TimeType in 0 shared
Endif
if...
Hello
Since i am brand new to Lianja could you please tell me if these database connection look correct. they seem to work.
Tables in Database: butchery
Name Path ...
Hi Yvonne
Thank you for the help. i will have may apps that have many fields on one section that will perform differnent commands based on the keypressed while in that field. I'm not sure how that...
Hi Yvonne
I have a Field that i send the focus to, to handle the timeclock "type 1-4" keyboard input (Changed Delegate). if they hit 1 thru 4 i send the focus to the appropriate commandbutton 1-4...
Hello
Is there a way to check for Lastkey() ?