I really appreciate it if someone could help me with the below question:
I want people to come to my site and enter their home address or zip code so they can find a store near their home address.
The result page would contain information pertaining to my store and other stores near the zip...
Hello everyone,
I'm working on an Online Ordering website. The customers can select any item and add to Shopping Cart. The process of ordering online is working ok if they end the order by checking out. However, if the customers close the IE before checking out (means the order is...
Hello everyone,
I'm working on an Online Ordering website. The customers can select any item and add to Shopping Cart. The process of ordering online is working ok if they end the order by checking out. However, if the customers close the IE before checking out (means the order is...
Hello everyone,
I'm using VFP 6.0. I have 2 exe are running at the same time. Each exe opens the tables in shared mode. If one exe attempts to lock a record using LOCK() function, how does the other exe find out that record is locked. I tried to use ISRLOCKED() function to test the record...
Hello everyone,
For example, I have a table like this and an index with UNIQUE type is set to Make with name MAKE.
ID Make Model
1 AGCO test1
2 AGCO test2
3 AXIAL test3
4 AXIAL test4
If I do a command "SET ORDER TO MAKE", the result is:
ID Make Model...
Hi everyone,
I'm having problem with the report when save it to a text file. The page breaks on the txt file are messed up. Does anyone know a way to control the report so that each page on the report is one page in txt file? I'm using the command "report form xx.frx to file...
Hi everyone,
I'm having problem with saving a report to a .txt file.
I use the command line to save the report:
report form (reportname) to file (out_file) ascii
The problem is when I open the text file, the pages didn't break correctly. I tried to set _ASCIICOLS and _ASCIIROWS with...
Hi,
If I issue a command that asks users to print a report:
report form "XXX.frx" to printer prompt
how do I get the return value if the user click "Print" or "Cancel"?
My problem is that I have to go through the whole table and do a report for each record. But I...
Hi,
Does anyone know how to change the background color of the image control? For example, I add a "test.ico" into the picture property of the image control. But if the icon doesn't fill the whole image control and I want to change the background of the image to some other color, is...
Hi,
Does anyone know how to maximize the preview screen when users try to preview report without clicking on the maximized button on the upper right corner or dragging it out? If I issue a command:
report form "XXX.frx" to printer prompt preview . I want the preview screen to be...
Hi everyone,
I'm trying to make 2 or more modeless forms and switching between these forms. If I have a program like this:
****************************
...
...
do mainmenu && this is modeless form
read events
clear
close all
return
****************************
On the...
Hi everyone,
I'm trying to do a report for each record in the table and the record pointer keeps pointing to the beginning of the table when the Report Form command executes. For example, if the table has 5 records, then it will loop through each record and print out a report for that record...
Hi,
Does anyone know how to resize all the controls on the form when the user tries to resize the form? If the user tries to make the form bigger, all the controls (such as textbox, labels, command buttons...) have to be made bigger also. Is there a control that can help to do that?
Thank...
Is there a way to keep a grid from adding an extra column and row on the right side and bottom? For example, if my table has 4 colums and contains 10 records, I want the grid to stay locked on those records without scrolling around. I tried turning off the scroll bars but the grid still moves to...
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.