Hi all,
1. what is the default of empty datetime format ?
2. eg.
I have 2 tables
TableA( id c(6)) and TableB( id c(6)).
Unique id format is like 'A99999'
How to make an unique id from combining of that two tables, so there is not an duplicate id from both tables ?
Thanks
Hi All,
I have confuse with textbox focus.
I already set format with K, and the meaning when cursor go to the textbox, it's will be block and when i type anything, it will be replaced with the new entry. But when the textbox clicking by mouse the K format is ignored. and the meaning when i type...
Hi All,
i have 2 table with same fieldname
tableA (code c(7)) and tableB (code c(7))
tableA has 500,000 records from 'A000000' to 'A500000'
and tableB has 400,000 records from 'A500001' to 'A900001'
How to fast combining both table in a corsor and knowing max code record ?
Thanks for help.
Hi all,
I have a total value as 88.6840 but it's save as 88.6800.
I already to set decimal to 4.
any advice, please ?, cause i absolutely forget to handle this problem.
Thanks
I have a table with fields like :
TableA
Field1 C 10
Field2 N 7,2
Field3 D 8
How do i identify all field types and widths and decimals with a programaticly.
thanks for all advices.
i have a shared folder named Folder1.
and have create 3 users (A, B, and C).
eg.
Folder1 (sharing name is public1) = public folder
|_ Folder2 (allowed to user A only)
|_ Folder3 (allowed to user B only)
|_ Folder4 (allowed to user C only)
How to setting like that.
Sorry, i just a...
i have parameter named pUser.
pUser = 'UserA,UserB,UserC,UserD'
can i break it to array to be :
array(1)='UserA'
array(2)='UserB'
array(3)='UserC'
array(4)='UserD'
can you help me, please ...
In commandbutton.click(),Stored :
cxKode=Space(6)
do form formtwo
* Command must stop here and do bellow after formtwo closed
* or running until "endif" then stop ?
If not empty(cxkode)
......
Endif
* If it stop after "do form", why my button is stop after "endif"...
i put this code in load form:
USE (thisform.mstdata) IN 0 ORDER(thisform.mstorder) shared
SELECT (thisform.mstdata)
USE (thisform.dtldata) IN 0 ORDER(thisform.dtlorder) shared
SELECT (thisform.dtldata)
SELECT (thisform.mstdata)
SET RELATION TO (thisform.mstorder) INTO (thisform.dtldata) addi...
I have a form with 1 grid and 1 textbox, In the form, created 4 property : tnmtable,tnmdata,tkdData,tfind.
Table in Use: Tblgroup (ckdGroup,cNmGroup)
Form1.tnmtable=Tblgroup
Form1.tnmdata=cNmGroup
Form1.tKdData=cKdGroup
in Form.init wrote :
**************************
SELECT...
I create program and it's work in my pc,but when i post in in server the data cannot update. the server connection is good, and database path is ok.
the list is :
CURSORSETPROP('buffering',5,'tblPrice')
cxKdReal=MstCst.cKdReal
cxKdTmp=MstCst.cKdCst
SELECT tblPrice
replace ALL ckdcst WITH...
Hi all Expert,
I have much question that confusing me. It's about very fast and best data connection to include in my project.
1. What database to used (DBF,Access,SQL,Oracle or etc) ?
2. What connection to used ?
3. What a Trick to fast in using it ?
4. How to using in multiple user used it...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.