Do you really need a compiler for a PC or do you just need access to a as/400 when you are not at work? There are several companies that allow you free access to their as/400s. I have used texas400.com and found it very easy to get setup via the web and compiling code was fast.
I think I am just going to have to take the plunge and learn some RPG. I have been using the AS/400 since 1993 and have always avoided learning too much about it since I am better able to program on the PC. Also IBM's documentation is quite intimidating as it is not always the easiest to read...
Thanks for the follow up. I am familiar with scheduling jobs so that is easy. I don't see how I can call this CL with another one because there are no parameters declared at the beginning, right? It is easy enough to copy this CL and make some changes but I don't understand why they have all...
Yes, you did understand me correctly. Thank you. The problem is that we didn't write the programs that we are trying to run and we don't have any RPG programmers in house. I have been using an old DOS machine to login and run scripts to start the program, but I want to get rid of this PC...
I am trying to figure out how to create a CL program to call a program each morning on our AS/400. I couldn't find the appropriate forum on the web. The program requires the user to enter the date and one other parameter and then press <Enter> twice. Does anyone know how to send the keystrokes...
In your form resize event just put this line of code
thisform.height = 250 (whatever height that you want)
When the user tries to change the form size the width will change but the height will always go back to the size that you specify.
Thank you. I guess I was on the right track. I had tried to use the doscroll method to reposition as you suggest by using the .relativerow property to tell me how much to go up or down, but it was so this didn't work since .relativerow evalutated to zero.
Visual Foxpro requires a DLL to run. These are installed when you create a installation set using the setup wizard. For VFP 6.0 the DLLs are VFP6R.DLL and VFP6RENU.DLL.
Clarification: Let's say we have 10 categories of products that the user can look at. They select category 7 so the
record pointer is repositioned to the first item in category seven. I don't have a problem locating category seven or putting the cursor on the first item, I just want the items...
I have a grid that displays data from a table. The user has the option of looking at various subsets of the data by selecting from a couple of combo boxes. How do I reposition the active row so that the data that is displayed starts in the first visible row of the grid. Right now the data is...
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.