FYI, I'm a complete newb when it comes to JQuery, and pretty new to LAMP dev in general.. so please.. be gentle haha.
I'm updating a web application built on LAMP using PHP, JS, JQuery, Backbone.js, and Yii.
I have a series of buttons(php widget) which call javascript functions.
Some of these...
Ended up pushing the return form up into the title and not using the broken bands at all.(page footer and summary)
It's not the natural place for such a thing, but it works.
-Stephen
Perhaps a more concise explanation: It seems to be ignoring the "constant band height" option, which is unchecked. It should shrink with the above scenario.
VFP9 sp2
-Stephen
I have a report form that includes an addressed section for windowed envelopes, both for sending and returning.
The section for the first envelope is in the title band. The section for the return envelope is in the summary band.
Prior to printing this report I give the user options to disable...
ls -la shows a bunch of files in a temp directory.
Any time I try to modify the directory, it lists every file within that directory and tells me "no such file or directory" for each one.
I'm thinking the issue has to do with the file names, which contain '^%'. Even surrounding the file name...
I'm not sure your suggestion really answers my question, as your query might be pretty slow without the index I suggested in my original post.
What I've got is nearly fast enough, and I like giving the user feedback as it goes(if it has the potential to take more than 2 seconds).
The chances...
Maintenance on an old program:
No candidate keys, but the candidate key for this file would be:
tranid char(7) + tranline number(4,0)
I need to add an index to speed a routine that looks for missing rows in a mirror table.
Currently the semi applicable index is:
tranid + DTOS(date)
Just...
Another long-shot here probably not related..
I have a form that can be moved with a click-drag function. I ran into an operator/operand issue whenever the program drew a little too slow and the mouse cursor skipped into the middle of a disabled textbox/label during mousedown. (Causing a...
I'm fixing an issue with some old code:
select sometable
lcOriginalIndex = set("order")
set order to SomeOtherIndex
**
**do stuff
**
set order to &lcOriginalIndex
Set("order") returns "tag myIndexName of [full path of current cdx file]"
The problem is that if there is a space in my path...
Exactly. But I'm not sure what that might be.
Mike, thanks. I had actually put it in activate rather than load, but hadn't really thought through the reason for it. Makes perfect sense, thank you!
-Stephen
Sorry, I didn't catch my typo. I'm building from vfp9sp2, not sp1.
Dan, I actually wouldn't mind that the modal form didn't disable the _screen's close button. I check for any open forms before allowing that close button to do anything anyway. The problem is that during the click routine...
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.