ok thanks thats good to know.
but the original was replacing fields in the grid table with fields from another work area. not updating two different work areas. BTW updating 2 different work...
Type: Posts; User: Quailco
ok thanks thats good to know.
but the original was replacing fields in the grid table with fields from another work area. not updating two different work areas. BTW updating 2 different work...
If i for personal clarity replace the words active cursor with active table am i saying the same thing
i am doing a skip zero after the replace
:) ok
is this what u mean just take it out of the replace command like so:
REPLA stock with INV.stock,;
unit with iif(unit=' ',iif(INV.unit=' ','EA',INV.unit),unit),;
act with...
I am taking the values from inv and entering the in (detal2) which is invdet
I have read all the form material but so far havent found the way to properly replace grid fields with new grid data
My grid is sourced to a data file. I do the updates in the data file and then a...
thanks
hi Hank Jim winstead here
Thanks for responding; I just now worked thru the rules for making activeobject name query work. I am not using pages or sections. this implementation is foxpro to...
fairly sure I have a syntax error in this but after hrs of experimenting i havent figured it out :\.
I get a Lianja has stopped working from windows when I use debugout to ask what active control is...
Crash = "Lianja has stopped working' msg from windows.
Is object() according to its documentation tells me if a specific name exists as an object. What I want is not if a name exists but rather...
Hello all
1. This question is about a conversion of an existing VFP application without rewriting into the Lianja vision.
2. No pages or sections are created; a form is placed on the screen...
Has any one tried or does anyone know if a VFP executable can be run from within Lianja
Barry, is an estimate available for the release of 2.5 specifically the report conversion section been made yet. Do you expect that release to occur before september 2015.
Any information on this...
Working between the 2 packages I find I am not certain about the many things that differ between the 2 as I am daily discovering new things. I found while searching for answers this statement...
thanks all for your comments.
hmmm 30 years 40 years ago when i developed this framework i am pretty sure that I read info that said setting tab index to 0 excluded it from tabbing. In any case...
Thanks Barry will play with it till i get the results i need.
are u saying i cant prevent an object from being tabbed to. what properties would stop it for instance will disabling stop an item from being tabbed to or is there a read only ??
In fox setting a tabindex of a form object to 0 excluded it from the tabbing sequence. In Lianja setting the tabindex to 0 has no affect on the tabbing.
How do I exclude a form object from the...
Hi all
the create cursor command appears to be missing; is that correct and is there a way to create a free virtual cursor?
TIA
Jim
Sorry to be a pest about this but it is a very important subject.
I am about to begin working on some reports. What is the status of the migration of reports to Lianja and are there any...
Code is attached.
console error listed by Lianja:
Thu Apr 17 10:52:57 2014
**** Lianja error ****
CLASS VCR1_02S0GRPL0 as vcr
^
CLASS 'VCR' not found
Called from...
Do have an estimate when reports will be convertible into Lianja. I understand V2 but what is the current estimate.
Not sure I can give you an accurate answer yet. The statement stems from looking at the handling of a form in VFP and running the same form in Lianja. The process is definitely executing in a...
It would seem that the Lianja event sequence is markedly different then VFP. Is this deliberate or something else.
503
I am pursuing this to discover exactly where the freeze occurs and depending what i discover I will submit a ticket but wanted to see if this maybe is something someone has seen before.