Search:

Type: Posts; User: TheButcheryInc

Page 1 of 2 1 2

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    3,528

    Got it working. is there any way to set the timer...

    Got it working. is there any way to set the timer below 1 second ?
  2. Replies
    6
    Views
    3,528

    Hello How do i run an app in Runtime mode ?

    Hello
    How do i run an app in Runtime mode ?
  3. Replies
    6
    Views
    3,528

    Timer Function

    Hello

    I am trying to run this code:

    ////////////////////////////////////////////////////////////////
    // Event delegate for 'timer' event
    proc page1_Section1_field1_timer()
    // insert your...
  4. Replies
    0
    Views
    1,660

    Lianja Serial Communications

    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...
  5. Replies
    54
    Views
    22,292

    Hello I have been working on the Serial...

    Hello

    I have been working on the Serial communications using MSCOMM32.

    PUBLIC ComForm && ,TestCom
    ComForm = CREATEOBJECT('Form')
    ...
  6. Replies
    1
    Views
    1,645

    shared code base

    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...
  7. Extended Serial Port and IP Functionality

    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...
  8. Replies
    54
    Views
    22,292

    Hi Barry We are using CommTools for Visual...

    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"...
  9. Replies
    54
    Views
    22,292

    Hi Yvonne We are planning on moving forward...

    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...
  10. Replies
    54
    Views
    22,292

    Hello I ran into this issue on the timeclock...

    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...
  11. Replies
    54
    Views
    22,292

    Hi HAnk Not at all. i have the timeclock program...

    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...
  12. Replies
    54
    Views
    22,292

    Hello again. I have all the code cleaned up and...

    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...
  13. Replies
    54
    Views
    22,292

    Good morning I would like to cleanup the .prg...

    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...
  14. Replies
    54
    Views
    22,292

    Hello Can anyone tell me if there are Lianja...

    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...
  15. Replies
    54
    Views
    22,292

    Hello again the time clock program is...

    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....
  16. Replies
    54
    Views
    22,292

    Hello I am still having no luck trying to...

    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 ?
    ...
  17. Replies
    54
    Views
    22,292

    Hi Yvonne That worked fine to fill the combobox....

    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
  18. Replies
    54
    Views
    22,292

    Good Morning I am having an issue trying to run...

    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...
  19. Replies
    54
    Views
    22,292

    Hi Yvonne It appears that you cannot sort on...

    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.
  20. Replies
    54
    Views
    22,292

    Hi Yvonne It works correctly in the console. I...

    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...
  21. Replies
    54
    Views
    22,292

    Hello I am asking about the virtual table...

    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...
  22. Replies
    54
    Views
    22,292

    Hello Since i am brand new to Lianja could you...

    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 ...
  23. Replies
    54
    Views
    22,292

    Hi Yvonne Thank you for the help. i will have...

    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...
  24. Replies
    54
    Views
    22,292

    Hi Yvonne I have a Field that i send the focus...

    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...
  25. Replies
    54
    Views
    22,292

    Hello Is there a way to check for Lastkey() ?

    Hello

    Is there a way to check for Lastkey() ?
Results 1 to 25 of 35
Page 1 of 2 1 2
Journey into the Cloud
Join us